Grayson Posted August 22, 2013 Posted August 22, 2013 Hi, I have a question regarding the functionality of a button on a 8-way KeyPadLinc switch. I have a scene that contains a hall switch, kitchen switch, eating area switch, and the B button on the KeyPadLinc. What I want to happen is when the B button is pressed (turned on) the hall & kitchen lights turn off and eating light dims to 35%. I have this working by setting these specific levels when the B button is highlighted in the scene - not at the overall scene level. When the B button is press again (turned off) - all of the lights turn off - essentially the eating area turns off since the other two are already off. What I WANT to happen, is when the B button is turned off - all of the lights turn on to 100%. Is this possible? Or do I need to program another button on the KeyPadLinc to turn all the lights on? Thanks, John
oberkc Posted August 22, 2013 Posted August 22, 2013 Is this possible? It is, but not with B button as scene controller. The only way that I know to do this is by a program: if status b button is on then set lights to low level (best with a scene, possibly) else set lights to 100% (perhaps another scene with same devices, higher ON level)
Recommended Posts