Page 1 of 1

Log problems

Posted: Tuesday 31 October 2017 12:04
by abplus
Hi, I'm running 3.8153 on RPI. I'm having an issue with a couple of Hue lamps not switching off when a timer tells them to. This seems to be a recent problem. My first port of call was the log to try and see what was going on. Unfortunately my log (from the setup button) only seems to show the last couple of hours before starting over. Log history is set to 30 days for switches. I'm wondering if the is a problem with my RFX Comm or Hue bridge, but without being able to see the log its hard to know ! Sorry if this is a dumb question, I'm fairly new to this.
Thanks. Andrew.

Re: Log problems

Posted: Tuesday 31 October 2017 12:29
by jvandenbroek
You should start domoticz with the -log argument, just add this under the last DAEMON_ARGS line in /etc/init.d/domoticz.sh:

Code: Select all

DAEMON_ARGS="$DAEMON_ARGS -log /tmp/domoticz.log"
Restart domoticz to start logging to /tmp/domoticz.log (or whatever path you want).

Re: Log problems

Posted: Tuesday 31 October 2017 14:07
by abplus
Thanks very much, I will give that a go. :)