Jump to content

2842-222 motion sensor help


ronbo404

Recommended Posts

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

Link to comment

If

          Control 'motion sensor' is switched On

And    Sense  'other light' is not On

 

Then

          turn it on

          wait

          turn it off

Link to comment

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

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...