jason.russo.96 Posted September 26, 2020 Posted September 26, 2020 I want to set up a pushover notification if I leave my garage door open for 2 minutes. Sometimes the door sticks and I don't want my cats in the garage. I'm using my ELK door sensor. I have "If ELK Garage door sensor is violated," but I am stuck there. How do I write a program to run "If ELK garage door sensor is violated for 2 minutes...." I have the notifications all set as well.
larryllix Posted September 26, 2020 Posted September 26, 2020 (edited) If ELK Garage door sensor is violated Then Wait 2 minutes You're a pushover Else ------- If the status changes the timer ether starts over or runs else and cancels the timer process in Then. Edited September 26, 2020 by larryllix 1
jason.russo.96 Posted September 26, 2020 Author Posted September 26, 2020 Worked out correctly. I was thinking this was the way, but I didn't try it. The way it's written kind of says I will get an alert 2 minutes later every time the door opens.
larryllix Posted September 27, 2020 Posted September 27, 2020 2 hours ago, jason.russo.96 said: Worked out correctly. I was thinking this was the way, but I didn't try it. The way it's written kind of says I will get an alert 2 minutes later every time the door opens. Unless the door closes before
Recommended Posts