Jump to content

Setting a notification after a preset time (open door)


jason.russo.96

Recommended Posts

Posted

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. 

Posted (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 by larryllix
  • Thanks 1
Posted
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

Guest
This topic is now closed to further replies.

×
×
  • Create New...