swbrains Posted December 28, 2013 Posted December 28, 2013 Hi, I have two keypads, one is an 8-button and one a six-button. In both, I have a couple small buttons controlling various light fixtures. The problem I have is: I have one of the buttons (Dinner) set to enable a scene for dinner. It turns on 3 lights at a set brightness. When I do this, the KPL buttons that control each of those lights individually lights up to the "on brightness" which is fine. I also have a program to turn off the dinner scene if I double-press Dinner, it will turn off each of the three lights. It does this properly, however, it leaves the buttons for each of those lights *ON* on the keypad. I modified my Dinner OFF program so it would not only turn off those 3 lights but also set the KPL buttons for those lights to "Off". Still, it leaves them set to "on brightness" when double-press the Dinner button (the 3 lights do turn off properly though). Any idea how I can turn off the KPL buttons for those three lights when this program is run to turn off the dinner scene? Thanks, Vinnie
LeeG Posted December 28, 2013 Posted December 28, 2013 Secondary KeypadLinc buttons cannot be turned On/Off with Direct commands. Assign the KPL buttons as Responders to an ISY Scene and turn the Scene Off.
apostolakisl Posted December 28, 2013 Posted December 28, 2013 Try making a scene that contains all the lights you want off and the KPL buttons you want off, then have the program turn that scene off when you double click it.
swbrains Posted December 28, 2013 Author Posted December 28, 2013 Thanks for the quick reply. That worked perfectly!
Recommended Posts