Search found 2 matches

by peterg987
Thursday 27 October 2016 9:29
Forum: PHP and all others
Topic: Event switches the light on but should not
Replies: 3
Views: 987

Re: Event switches the light on but should not

Egregius wrote:I think you have if/else blocks where you should use simple if block.
But it should not to affect? I'm not putting any event in ELSE.
If I have not ELSE IF statement, I can not add more IF conditions in the same event. Or can I?
by peterg987
Wednesday 26 October 2016 21:37
Forum: PHP and all others
Topic: Event switches the light on but should not
Replies: 3
Views: 987

Event switches the light on but should not

Hi, I want the dimmer increases gradually over 5 minutes to full strength.The problem with this script is that the dimmer turn on the light 100% even after 20:34. When I turn off the light eg 20:40, it lights up automatically by itself shortly after. When I disable the script, I can turn off the ...