i created a blocky script but at night the set level will not work if i change the value during the day time it works like a charm ... anybody knows why ?
if you have any idea they will be more than welcome.
Thx by advance !
FLo
here is the script :
Attachments
blocky1-lightdimer.JPG (60.34 KiB) Viewed 887 times
Last edited by Kerneldomoticz on Wednesday 27 April 2016 20:34, edited 1 time in total.
You are testing for the condition to occur for when the time is both bigger than 23 and smaller than 6 which obviously never will happen. So indeed it test needs to be that the time is either after 23:00 or before 6:15.
Jos
Last edited by jvdz on Wednesday 27 April 2016 9:39, edited 1 time in total.