Jump to content

Insteon Motion Sensor Question


nytetyme1976

Recommended Posts

Posted

I know this has been ask many times but I lack the time to search for it. I have several Insteon motion sensors that I wish to activate lights but ONLY after 10:00PM (bedtime) and I want it (a rule) to NOT RUN between sunrise and 9:59:59. How would I program that under programs.

Posted

The base Program would look something like this ...

 

If
       Control 'MotionSensor2-Sensor' is switched On
    Or Control 'Motion Sensor I2VS v22-Sensor' is switched On
   And (
            From    10:00:00PM
            To      Sunrise (next day)
       )

Then
       Set 'LampLinc DB' On

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

Guest
This topic is now closed to further replies.

×
×
  • Create New...