Newbie install
Posted: Monday 27 June 2016 7:17
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?
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?