Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Programming question - Zwave Garage door opener

Featured Replies

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

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.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.