Jump to content

Garage door control


Recommended Posts

Posted

Happy Holidays everyone!  OK, So I need to make sure my garage doors are closed at 10 PM.  I have done the following:

1. Installed the IOLinc with contact sensors.  Contact when doors are CLOSED.

2. Sensors are wired to GND and Sens on the IOLinc.

3. Garage opener is wired to the NO and Common on the IOLinc.

4. IOLinc is set to Momentary "C".

PLEASE!!!! inform me how to program this!  When I added this to ISY, it added both "Sensor" and "Relay".

Thanks for all the assistance!   :-P

 

 

 

Posted

If
        Time is  10:00:00PM
    And Status  'Sensor' is Off
 
Then
        Set 'Relay' On
 
Else
   - No Actions - (To add one, press 'Action')
 
 

Posted

be sure to check whether your sensor is ON or OFF when the door is closed.  Depending on the sensor type, it could be either.  The answer to this question will affect your program.

Archived

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

×
×
  • Create New...