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.

2842-222 motion sensor help

Featured Replies

Posted

Hi All

 

I have an isy994i, and a motion sensor (2842-222) that currently controls a spot light . Turns it on and after a "wait " period shuts it off.

 

I would like it to also turn the another light (rear yard) on and after the wait turn it off only if it was not on prior to the motion activation.

 

So basically if I am in my backyard with lights on I don't want a motion to trigger and turn that light off, but I want it to still turn on the spot.

 

Can some please help program this?

 

Thanks

Ron

If

          Control 'motion sensor' is switched On

And    Sense  'other light' is not On

 

Then

          turn it on

          wait

          turn it off

Hi All

 

I have an isy994i, and a motion sensor (2842-222) that currently controls a spot light . Turns it on and after a "wait " period shuts it off.

 

I would like it to also turn the another light (rear yard) on and after the wait turn it off only if it was not on prior to the motion activation.

 

So basically if I am in my backyard with lights on I don't want a motion to trigger and turn that light off, but I want it to still turn on the spot.

 

Can some please help program this?

 

Thanks

Ron

What turns the rear yard light manually?

 

Try this idea on

 

Program 1

--------------

If

   MS is switched ON

 

Then

  Set spotlight On

  Wait xx minutes

  Set spotlight Off

 

Else

  --

 

Program 2

--------------

If

  MS is switched ON

 

Then

  Set RearYardLights ON

  Wait xx minutes

  Set RearYardLights Off

 

Else

  --

 

Program 3

--------------

If

  ManualSwitch is switched On        '*( runs Then)

and

  ManualSwitch is NOT switched Off  '* (runs else)

 

Then

  disable Program 2

  Set RearYardLights On

  Wait 6 hours                                '*  (just in case)

  run Program 3 (Else)

 

Else

   Set RearYardLights Off

   enable Program 2

Edited by larryllix

  • Author

Thanks Stu and Larry

 

 

I will try tonight based on your comments.

 

Ron

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.