Action not occurring after a designated 10 minute wait


#1

1) Give a description of the problem
Changing piston tile after a 10 minute wait after Ring Doorbell button is pushed is not occurring.

2) What is the expected behavior?
Piston Tile should turn back to green after 10 minutes

3) What is happening/not happening?
Piston is remaining red

4) Post a Green Snapshot of the pistonimage


#2

Line 17 in your “define” section needs to be blank

temp

otherwise it forces in 0 each time the piston fires


I would also place the 10 minute wait directly after line 25,
and change line 28 to a condition (IF DBstatus is 1)
Otherwise, after the 10 minute wait, the trigger would have expired


#3

Thank you, I will try that. I couldn’t figure out your line references until I looked at the Green Snapshot and saw that it adds a section at the top for the import code.


#4

Yes, the numbers I gave are based on the screenshot you shared with us