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 Dimmer Switch and Motion Sensor

Featured Replies

Posted

Hello,

 

I am new to a ISY programming and I am trying to configure a dimmer switch and motion controller to control a laundry room light.

 

I would like to turn on the light instantly as motion is sensed for which I needed to create a scene and add motion controller and dimmer switch into the scene. I wanted to control timeout by an ISY program so I have the flexibility in changing the timeout value through the program instead of changing the timeout value of the motion controller.

 

Here is the motion controller configuration:

 

Timeout (minutes): 0.5

LED Brightness: 100

Darkness Sensitivity: 128

Sensing mode: checked

LED On: unchecked

On command only: checked

Night mode only: unchecked

 

Scene Name: sLaundryMotion

Laundry-Sensor = Controller

LaundryLight = Responder

 

Program Name: LaundryMotionTimer

If
        Status  'Laundry-Sensor' is On
 
Then
        Wait  45 seconds
        Set 'LaundryLight' Off
 
Else
   - No Actions - (To add one, press 'Action')

With this, as motion is detected for the first time, the light comes on and the light goes off after motion is not detected for 45 seconds. However, when the motion is detected again for the second time, the light comes on and stays on forever as I see that the program "LaundryMotionTimer" is not triggered. I also noticed that the status of the Laundry-Sensor remains "On" for indefinitely.

 

Could you please help me to fix the issue?

 

Thank you,

 

Buddha

 

 

With the On only command checked, the MS never sends anything but On. Use Control instead of Status.

  • Author

The problem is solved by using the control instead of status. Thank you!

Happy to help B)

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.