Piston with timer until closed


#1

Give a description of the problem**
Have a contact on door. Every time door opened after 10 minutes and 5 minutes after until door is closed. want to send an Alexa announcement from voice monkey.
I have figured out how to send voice monkey trigger from web core. But can’t figure out how to set up time every 5 minutes until contact is closed
2) What is the expected behaviour?
(PUT YOUR INFO HERE)

3) What is happening/not happening?
(PUT YOUR INFO HERE)

**4) Post a Green Snapshot of the piston

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

Enable Advanced statements under Options (while in Edit mode).

Then you can try something like…

While contact is open
   Wait 10 minutes
   Do stuff

#3

I enabled advanced statements but I don’t see anything that say while contact is open.


#4

image