systemUptime not reset after a domoticz restart
Posted: Tuesday 11 May 2021 20:06
I have made a simple script in dzvents to inform me if the system has been stoped or if has been restarted.
The script is using systemUptime to show the Domoticz app uptime.
If a stop the service using and
the domoticz menu in settings (about) is reseted but the domoticz info systemUptime has not been reset.
Is it a bug ? Any workaround ?
The script is using systemUptime to show the Domoticz app uptime.
If a stop the service using
Code: Select all
sudo service domoticz stop
Code: Select all
sudo service domoticz start
Is it a bug ? Any workaround ?