Thursday, August 11, 2016

Garage Light Program


Garage lights Frnt _on - [ID 0031][Parent 0001]

If
        Control 'Garage Motion-Sensor' is switched On
    And Status  'Garage Light Switch' is not On

Then
        $Garage_Fr_Motion_ON  = 1
        Set 'Garage Light Switch' On

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

Comment:









if the garage wall switch is 'ON' manually, this program is ignored.






Garage lights Frnt _off - [ID 0011][Parent 0001]

If
        Status  'Garage Motion-Sensor' is Off

Then
        Wait  5 minutes
        Set 'Garage Light Switch' Off
        $Garage_Fr_Motion_ON  = 0

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

When the motion sensor stops sensing motion, times out, and sends the Off command,
its status becomes False and this program begins the countdown to turning the lights off.

If during this period motion is once again detected, the motion sensor sends another
On command, the sensor's status becomes True, and program 4 halts.

http://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Using_Motion_Sensors_in_Bathrooms



No comments:

Post a Comment