offline
Posted: Tuesday 07 December 2021 9:46
I installed Domoticz on a pi 4B and Buster OS
Domoticz stopped all the time
After I did a chown pi.pi on the files in the Domoticz directory (as suggested in the troubleshooting guide) I could start Domoticz with
and the website and dashboard appeared
So far so good
Then I stopped the service with ctl-c and started it in the normal way with
Now I can connect to the Domoticz node, but now it appears to be offline (#/offline)
If I stop the service
And start it again with
Everything works just fine
How to solve this
Domoticz stopped all the time
After I did a chown pi.pi on the files in the Domoticz directory (as suggested in the troubleshooting guide) I could start Domoticz with
Code: Select all
sudo ./Domoticz
So far so good
Then I stopped the service with ctl-c and started it in the normal way with
Code: Select all
sudo service Domoticz start
If I stop the service
Code: Select all
sudo service Domoticz stop
Code: Select all
sudo ./Domoticz
How to solve this