Almost there...but have some sort of timing issue that I don't understand...
Scene "Left Lamp" - Controlled by KPL Button 3, Responder is OutletLinc Dimmer #1 (lamp).
Scene "Right Lamp" - Controlled by KPL Button 4. Responder is OutletLinc Dimmer #2 (lamp).
Scene "Both Lamps" - Controlled by KPL Button 1. Responders are the two OutletLinc Dimmers, KPL Button 3, and KPL Button 4.
What I want is to switch on KPL Button 1 - get both lamps on, and KPL 1, KPL 3 and KPL 4 to light up.
If I turn off KPL 3, the left lamp goes off, KPL 3 and KPL 1 go off.
If I turn off KPL 4, the right lamp goes off, KPL 4 and KPL 1 go off.
This all works fine EXCEPT when I turn KPL 1, KPL 1 goes on, but immediately goes off (correctly leaving both lamps on and KPL 3 and KPL 4 on). If I turn KPL 1 on AGAIN, it correctly stays on, and correctly goes off if I turn either KPL3 or KPL 4 off.
Program I'm using:
If Status OutletLinc Dimmer #1 is OFF
OR Status OutletLinc Dimmer #2 is OFF
Then
Set KPL Button 1 Off.
Else
(nothing)
It's as if the ISY takes an instant before it recognizes both Outlets are on.
What am I missing? Or do I need to add a delay somewhere? Or use different logic in the program? Or ??
Thanks. I have a ton of these to do, and I'd like to know how to handle this simple case before doing too many.
And if there's a simpler way to handle than what I'm doing...