beninsteon Posted August 10, 2017 Posted August 10, 2017 (edited) Hi, Just purchased my ISY994i to replace my dead hub 2. I've been really impressed with the device so far. I'm hoping you can help me with what I hope is a small issue I can't seem to figure out. I've got 2 KPLs in a room controlling various scenes. I've got one of the buttons set as an "All Off" and this is working well. What I'd like to do is program the light for the "All Off" button to go OFF when any light in the room is turned on. I can't seem to figure this one out. Tried using programs (if light a or light b ... or light z is NOT off then ...), but I don't see an option to control the state of the KPL light in programs (just the overall backlight). With thanks for any help you can provide. Ben Edited August 12, 2017 by beninsteon
Jimbo.Automates Posted August 10, 2017 Posted August 10, 2017 Create another scene with that kpl button as a responder and have your program change that scene. Sent from my Nexus 6P using Tapatalk
stusviews Posted August 10, 2017 Posted August 10, 2017 Here's a program I use that lets me know if any one or more particular lights are on. Note that the program evaluates the lights and not the scenes that control those lights because you cannot evaluate a scene for on or off. If the button is lit, then tapping the button turns off the button's LED and triggers another program that controls scenes (plus more, in my case). DR Front Lights ButtonIf Status 'CR / Devices / CR FanLinc-Light 50' is not Off <---"not off" includes any and all On-levels Or Status 'KT / Devices / KT Ceiling 50' is not Off Or Status 'LR / Devices / LR Ceiling Light KPL 20' is not Off Then Set Scene 'DR / Scenes / DR Front Off Button' On Else Set Scene 'DR / Scenes / DR Front Off Button' Off As Jimbo indicated, the button is the only device in the DR / Scenes / DR Front Off Button scene. 1
lilyoyo1 Posted August 11, 2017 Posted August 11, 2017 Instead of leaving my lights on in the same situation, I have a program that turns the button light off after it is used. That way no matter what I do, hitting my all off will always trigger the way I like
stusviews Posted August 11, 2017 Posted August 11, 2017 I'm not sure what you mean by "after it is used." My "All Off" program turns off the scenes that control the devices in the program above. That in itself turns the "Front Off" button off.
lilyoyo1 Posted August 11, 2017 Posted August 11, 2017 (edited) I don't like how the toggle off works so I didn't set mine up like that. Plus a DBL tap has a different function for me. When I hit my all off button the kpl back light stays on. I have a program that will automatically turn it off once pressed. This way I get the same benefit as toggle off but additional functionality Edited August 11, 2017 by lilyoyo1
beninsteon Posted August 11, 2017 Author Posted August 11, 2017 Thanks for your help. Used a program/scene as you suggested to achieve what I wanted. Ben
Recommended Posts