Jump to content

Programing Question


Bob Amott
Go to solution Solved by MrBill,

Recommended Posts

Posted

Help and advice appreciated.

I made two separate scenes (day and night) that include a couple of lights controlled by a keypad link (Lower Hall)  and (upper and lower hall, ToggleLinc switches, an inline dimmer, an outlet dimmer and motion sensors on two floors of a stairway. I would like to trigger the lights to go on when either sensor is triggered on, wait a couple of minutes then turn them off. The programs I have tried are giving me some strange results,

Questions: Do I include both sensors in the scenes? Would it be good to stop the program after the "wait"

Please get back to me if more info is needed

Thanks in advance

 

Screen Shot.pdf

  • Solution
Posted

For the most control use a program:

 

If

        Motion 1 is switched on                  (use control not status)

    or Motion 2 is switched on

Then

        Turn Scene on

         wait 10 minutes

         Turn Scene off

The time will restart if more motion is seen during the delay, however battery powered motions don't trigger every single time motion is seen, they have a re-trigger delay to prevent the battery from being quickly drained, so that's another factor.

 

Guest
This topic is now closed to further replies.

×
×
  • Create New...