Widget Timer questions

So, long time ago since I asked a question, but I was fiddling with my lights and I have some issues.

Situation:

V1 = Timer set from 18.00 - 22.30 (6pm - 10.30pm for you non-Europeans :P)
V2 = Timer set from 06.00 - 07.00 (6am - 7am)

V24 = relay on/off on ESP
V22 = PWM mosfet 0 ~ 1023 on ESP

Eventor widget:

IF V1 = 1 (e.g. on) set vPin 22 to 1 and vPin 24 to 1023
IF V1 = 0 (e.g. on) set vPin 22 to 0 and vPin 24 to 0

IF V2 = 1 (e.g. on) set vPin 22 to 1 and vPin 24 to 1023
IF V2 = 0 (e.g. on) set vPin 22 to 0 and vPin 24 to 0

However, it doesn’t work … the lights will not go on. You guys have any insights on how the Timer behaves in this case? Is it because I explicitly defined the Timer = 0 options in Eventor?

Instead of using the separate Timer Widget, can’t you now use the built in time option in Eventor?

I"ll be damned… gonna try that, lol, tnx :smiley:

Damnit… you are so right :smiley:

For now it works like a charm!

1 Like