But when I'm not at home it sometimes would be good to have some automatic fix!
I have created a cronjob that restart domoticz twice a day, is there any disadvantage with that?
Code: Select all
0 3,13 * * * bash /home/pi/domoticz/dz_restart.sh
Code: Select all
#! /bin/sh
sudo service domoticz.sh restart