Jump to content

How to turn on lights for 10 seconds with motion sensor?


Blackbird

Recommended Posts

Posted

Should  the time the lights stay on be controlled by the options of the motion sensor itself (which im doing now) or by a wait command.  Can someone recommend the best way to do this?

 

 

Thanks

Posted

Using the properties of the MS results in a quicker response. A program makes it easy to change the on duration.

Posted

Set the motion sensor options to send an On only.

 

Program

If

        Control 'Motion Sensor' is switched On

 

Then

        Set 'scene with light' On

        Wait x hours, y minutes, z seconds

        Set 'scene with light' Off

Posted

Yes, it will. You'll need a more sophisticated program that either won't run if the light is already on or will run only when the light is off.

Guest
This topic is now closed to further replies.

×
×
  • Create New...