asbril Posted May 9, 2016 Posted May 9, 2016 How can I program so that ISY sends me an email notification if a specific (ZWave) light has been on for a specific time ? I have properly entered the email notification in the AC configuration, but need help to set IF ZW15 ON for 30 Minutes then NOTIFY XXX@hotmail.com. THANKS
paulbates Posted May 9, 2016 Posted May 9, 2016 Asbril IF Status ZW15 is ON Then Wait 30 Minutes NOTIFY XXX@hotmail.com. That should do it. If the status changes to Off, the program stops Paul
MWareman Posted May 9, 2016 Posted May 9, 2016 Of course it may only work if the zwave light in question sends instant status updates - otherwise you may need to poll the switch with a query.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.