Jump to content

Garage door status on Keypad


nokin

Recommended Posts

I just installed a new Garage door kit from Smarthome. When the garage door is closed the IOlinc's NC sensor reports ON to the ISY and turns a responding Keypad button on. I want the keypad button to be off when the door is closed and on when the door is open. I tried writing a simple ISY program to do this but was unsuccessful.

 

Does anyone have an idea how I can do this using the NC magnetic switch.

Link to comment

Assuming the KeypadLinc button is a Secondary button define a ISY Scene with the Secondary KPL button as a Responder. The ISY Program turns the Scene Off when the I/O Linc Sensor is On and turns the Scene On when the Sensor is Off

 

 

If Status 'io Linc sensor' is On

Then

Set Scene xxxx Off

Else

Set Scene xxxx On

Link to comment

Make sure the Admin Console is showing the expected Status in the Current State column for the I/O Linc Sensor.

 

Make sure the Program does not have a Save pending.

 

Check the Programs | Summary tab. Is the Program being triggered at all (Last Run Time)?

 

Select the Program name, select Copy to Clipboard and post Program.

Link to comment

Archived

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


×
×
  • Create New...