nokin Posted September 28, 2013 Posted September 28, 2013 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.
LeeG Posted September 28, 2013 Posted September 28, 2013 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
nokin Posted September 28, 2013 Author Posted September 28, 2013 i tried this and for some reason it did not work but I am new to ISY programming so maybe I has somthing set wrong. I'll try again
LeeG Posted September 28, 2013 Posted September 28, 2013 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.
Recommended Posts