My light wont turn of after 1 hour


#1

1) Give a description of the problem
I want 2 light to turn off after one hour, but they dont

2) What is the expected behavior?
One hour after my “if” I want the lights to turn off

3) What is happening/not happening?
The first 2 “then” executes perfekt, but the 3 one wont.

**4) Post a Green Snapshot of the piston![image|45x37]

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)


#2

In the WITH that has your Wait 1 hour - Turn Off, change it to TCP of NEVER.
What is happening is the IF is becoming false and cancelling the TASKS.


#3

Also, with dimmers, you don’t need to turn on and set level. Set level alone should turn the dimmer on.


#4

Ty, will try that.


#5

Aha, ok.
Changed, Ty


#6

So, if your TCP is default and the IF changes to negative, all remaining tasks in the piston will not fire and just quits wherever it is? :astonished: You just cleared up so much about why some of my pistons seem to mysteriously disappear. Thank you!! :clap: