Page 1 of 1

Newbie install

Posted: Monday 27 June 2016 7:17
by dbemowsk
So I compiled and installed Domoticz for the first time on an Orange Pi PC. I plan on using this with a MySensors USB/Serial gateway. After I got it compiled and everything, I ran "./domoticz" and was able to get to it from the Chromium web browser using localhost:8080. Everything looked like it was working just fine (well, it probably is). I then followed the steps to automatically start it when the system boots using:

sudo cp domoticz.sh /etc/init.d
sudo chmod +x /etc/init.d/domoticz.sh
sudo update-rc.d domoticz.sh defaults

When I rebooted the machine and went to localhost:8080, it showed that Domoticz was offline. The only thing I saw in the wiki was something saying that the cache might be corrupt and that I should reload with CTRL+F5. Tried that with no luck. Where do I go from here?

Re: Newbie install

Posted: Monday 27 June 2016 10:51
by gizmocuz
Make sure that you edit the file, and set the user correctly (that will make the startup path)

Re: Newbie install

Posted: Monday 27 June 2016 13:51
by dbemowsk
Ahhhhh, that was it. The USERNAME was set to pi for a Raspberry Pi. The default user for the Orange Pi is orangepi.

Thank you.

Re: Newbie install

Posted: Wednesday 30 November 2016 10:13
by foad62
Hi
Is it possible to install Domoticz on Orange PI One as well?