usadventure Posted June 27, 2013 Posted June 27, 2013 Hello All, I am having a challenge with setting up a button on a KPL to control a single light. In my dining room, I simply want to press button A to turn on and off an upstairs light, called Loft. The below programming works, except when I press it the dinning room main light and the loft turns on and another press turns both of them off. How can I control the Loft without affecting the dinning room light? Below is how I programmed this: KPL with he following names setup in the ISY network: DiningRoomKeyboard DiningRoomKeyboard -A DiningRoomKeyboard -B DiningRoomKeyboard -C DiningRoomKeyboard -D All buttons are set to Toggle Created a scene called Loft KPL Button A The controller is DiningRoomKeyboard -A The responder is a switch called Loft, which controls a light in my loft area. Created a program called Dining KPL A: If Control 'DiningRoomKeyboard - A' is switched On Or Control 'DiningRoomKeyboard - A' is switched Fast On Then In Scene 'Loft KPL Button A' Set 'Loft' 80% (On Level) Else - No Actions - (To add one, press 'Action') Thank you for your help.
LeeG Posted June 27, 2013 Posted June 27, 2013 Based on what is posted the KPL ON button should not be reacting to the A button being pressed. Suggest doing a Factory Reset of the KPL and Restore Device to rebuild the device configuration. Then see if the A button is affecting the KPL load (ON button). Also the Adjust Scene statement in the Then clause of the Program does not seem useful. What is the purpose of Adjust Scene statement? As written it is setting the Scene Responder On Level in the Responder link record which once changed does not need to be changed again.
LeeG Posted June 29, 2013 Posted June 29, 2013 Glad that worked. Thanks for taking the time to post back the results. It can be helpful info to others who follow.
Recommended Posts