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.

INSTEON 74551 GARAGE DOOR CONTROL & STATUS KIT

Featured Replies

Posted

Hello

 

I'd like the garage to stay on for 5 minutes after the garage door opens and then turn off so, I've created the program below. The problem is that the light comes on when the door opens but doesn't turn off. The events are door opens; light comes on; door closes; light continues to stay on indefinitely. Any ideas?

 

If

     Status "Garage Door-Sensor' is On

Then

     Set 'Garage Near' On

     Wait 5 minutes

     Set 'Garage Near' Off

Else

   - No Actions - (To add one, press 'Action')

 

 

Thanks,

 

John

Hello John,

 

Is the light from the GDO unit motor or a light fixture attached to the home?

The problem is that the light comes on when the door opens but doesn't turn off. The events are door opens; light comes on; door closes; light continues to stay on indefinitely. Any ideas?

The problem is that when "Garage Door-Sensor' changes status to Off while the wait is in progress;  this event immediately causes the program to be re-evaluated.  Because it is false, it stops the wait and the program is ended before it can get to the "Off" command.

 

 

Here's a quick-and-dirty workaround to ensure the light gets turned off:

If
     Status "Garage Door-Sensor' is On

Then
     Set 'Garage Near' On
     Wait 5 minutes
     Set 'Garage Near' Off

Else
     Wait 5 minutes
     Set 'Garage Near' Off
There are cleaner ways to accomplish exactly what you want, but all the approaches I know of require creating a second program.

Edited by KeviNH

I think KeviNH nailed the problem.  There may be an alternative solution to the "second program" approach.

 

Try using "control" rather than "status" for the garage door sensor condition.  (Suggested ELSE path not needed.)

  • Author

Thank you all so much. I noticed today that when the GD was left open that the light went off after 5 mins so that reinforced the idea that the wait was being interrupted by the close. I changed "status" to "control" as per oberkc and that did the trick

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.