[RESOLVED] Garage door open too long


#1

1) Give a description of the problem
I would like to create a more efficient piston to notify eye when one of 2 garage doors are open too long

2) What is the expected behavior?
If any of the 2 garage doors is open for more than 60 minutes send push notification with the door that has been open too long. For the first if, I would like the garage doors to be or with an and for a light to be off also.

3) What is happening/not happening?
Just looking to make it more efficient, possibly with variables.

4) Post a Green Snapshot of the pistonimage


#2

Instead of using wait 65 minutes, you should be able to use if contact stays open for 65 minutes, similar to your motion sensors.

I have a piston to see if front or back door stays open while HVAC is on. Sometimes it seems to trigger when I first open the door though, other times it seems to wait.