JoelW Posted April 8, 2015 Posted April 8, 2015 I have two 6-button keypadlinc keypads and they show up as 5 buttons in the ISY. Not sure why or what to do? I'd like to program all 6 buttons - ON, OFF, A, B, C, D. When the ISY found and created these devices, it created .1, .A, .B, .C, .D. I am guessing that the .1 is the on button and I am using the A-D buttons. How do I access the OFF button?
LeeG Posted April 9, 2015 Posted April 9, 2015 The ON/OFF buttons use the same node. Pressing the ON button sends an On command to node 1, pressing the OFF button sends an Off command to node 1.
stusviews Posted April 9, 2015 Posted April 9, 2015 (edited) Using programs (do not use the On/Off buttons a a scene controller): If Control 'device' is Switched On Then do what you want and If Control 'device' is Switched Off Then do what you want -------------------------------------------------------------------------------------- Using scenes: 1. Change the mode to 8-button, use the 6-button frame and buttons. The ISY will see the buttons as A through H. 2. Make both A & B the controller of any scene 3. Make both G & H the controller of any scene 4. Buttons labelled A, B, C, and D will actually be buttons C, D, E, and F Edited April 9, 2015 by stusviews
Recommended Posts