Jump to content

Programming question - Zwave Garage door opener


adam48

Recommended Posts

Hello, I'm a novice and not good with programming.  Wondering if someone can provide some assistance on a simple program.

 

I have a Z Wave garage door opener (GoControl/Linear GD00Z-4 Z-Wave Garage Door Opener Remote Controller)

 

https://www.amazon.com/GoControl-Linear-GD00Z-4-Z-Wave-Controller/dp/B00M75TEIU/ref=sr_1_1?s=hi&ie=UTF8&qid=1513880541&sr=1-1&keywords=GoControl%2FLinear+GD00Z-4+Z-Wave+Garage+Door+Opener+Remote+Controller

 

 

I'm looking to create a program in ISY that will text/or email me when the Garage door has been open for longer than 10 minutes.  I know how to setup the email/text notification.  I'm just wondering a program to use that would text me only if the door has been opener longer than 10 minutes.  It it is shut and open again, timer would start over and it would only text me after being opened for 10 minutes or longer.

 

 

Thanks

Adam

Link to comment

I don't have this device so I can't tell you what the selections are, but the logic will probably be like this:

 

If

  door sensor is open

  AND  door sensor is not closed

 

Then

   wait 10 minutes

   send email

 

Else

  (nothing)

 

 

This assumes you have hooked up the sensor and that this zwave device is not your only means of opening the door (thus eliminating the control from choices).  If it is opened by any means the timer starts.  If it closes before 10 minutes it will reevaluate and stop the timer.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...