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.