flemingmike Posted March 14, 2012 Posted March 14, 2012 hello, i have a scene that is linked to button D on a keypadlinc. it is configured as a toggle and it turns on all light in my basement. is there a way that i can write a program that says if light1 or light2 or light3 is on, then illuminate button D on my keypadlinc?
LeeG Posted March 15, 2012 Posted March 15, 2012 Sure. The only trick is a Secondary KeypadLinc button LED cannot be controlled (On/Off) directly. KeypadLinc button D is assigned as a Responder in an ISY Scene. When any of the lights switches are On turn the Scene On which will turn button D On. Another Program can check that all the switches are Off and turn the Scene Off to turn button D Off.
flemingmike Posted March 15, 2012 Author Posted March 15, 2012 the scene i have turns on all 3 lights. if i just want light1 on when i am in the basement, i dont want the program to turn the scene on which turns on all 3 lights.
LeeG Posted March 15, 2012 Posted March 15, 2012 I made no reference to any existing Scene. The question was how to get KeypadLinc button D On. To do that define a new ISY Scene, add KeypadLinc button D as a responder to the new ISY Scene. When KeypadLinc button D should be turned On turn On the new Scene. EDIT: " write a program that says if light1 or light2 or light3 is on, then illuminate button D on my keypadlinc?" to illumninate button D turn on the new ISY Scene that has button D as a responder.
flemingmike Posted March 15, 2012 Author Posted March 15, 2012 ok. thanks. i missed that part. thanks alot
Recommended Posts