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.

motion sensor 2420m insteon

Featured Replies

Posted

I am tring to use the sensor for security and tring to right a program where i use a switch to activate the motion sensor and then anytime motion is sensed notify my by text. Right know everytime i turn the switch on it emails me. Do you know what commands i should use for this applacation.

trzebrand

 

Not sure what is meant by a switch activating the Motion Sensor. The Motion Sensor itself cannot be controlled by another Insteon device. An ISY Program If can combine the Status of the Switch being On with a Motion sensed message. Post your Program so we can see what is going on.

 

Lee

  • Author

Ok my program is

IF

control"closet switch" is switched on

THEN

enable "motion detector living room"

Else

Send notifacation to "Brandon"

 

I want to turn the closet switch on to activate and off to deactivate the motion detector. When activated if it senses motion to notify Brandon and when the switch is off to do nothing.

trzebrand

 

The current If will never drive the Else clause. The If Control On triggers the Program when an On command is received. The If will be True with the Then clause executed. With the current If definition the Program is never triggered when with a False condition and therefore the Else is not executed.

 

Try something like this

 

If

Status 'closet switch' is On

And Control 'motion detector living room' is switched On

 

Then

Send Notification to 'Brandon'

 

Else

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

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.