Piston doesn't complete


#1

Hi, I have this piston that won’t complete the turn off phase
(PUT YOUR INFO HERE)

2) What is the expected behaviour?
I would expect the piston to turn on the lights when the door is opened (it always does that), however after 5 minutes I would like those lights to turn back off (that doesn’t happen).

3) What is happening/not happening?
I believe the problem is other pistons I have that are tied to those lights and motion. However, what I would like to have is that if this piston starts to have nothing interrupt it.

4) Post a Green Snapshot of the pistonimage

5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

You need to add the turn off command after the wait 5 minutes :slight_smile:


#3

I would recommend you switch places of line 20 and 18…
Trigger (line 20) first, conditions later is a better way to go in general.


#4

Still no luck with this updated piston…


#5

The WITH on line 26 should have the Task Cancellation Policy set to Never