Having trouble getting my notification to operate as expected. I have been searching through the past posts and it appears that my program is written as it should be but...
What I would like is a notification telling me that the garage door is open, only after the door has been open for 15 minutes. However if the door is closed prior to 15 minutes, I would like no notification.
I am getting is a notification, however the ISY994i is simply waiting 15 minutes before it sends it. For example, if I open the garage at 8:00 a.m., and close it at 8:02 a.m., the isy sends me a notification at 8:15 a.m.
my program is below:
If
Status 'xGarage Door Status' is On
Then
Wait 15 minutes
Send Notification to 'Garage Door Status' content 'Garage Door Status'
Else
- No Actions - (To add one, press 'Action')