I have a problem with one of the timers, the timer 'between sunset and civiltwilightend' doesn't seem to work.
Also
domoticz.log(Time(domoticz.time.rawDate .. ' 17:10:00').matchesRule('between sunset and civiltwilightend'))
returns false where I would expect it to be true.
Am I doing something wrong?
The other timers in the script (see below) are working fine.
Code: Select all
timer = {
'at 7:00-7:05',
'at 8:30-8:35 on mon,tue,wed,thu,fri,sat',
'at 10:30-10:35',
'between sunrise and 5 minutes after sunrise',
'between sunset and civilnighttime'
}
Ronald