I have a simple scene with three lights as responders, we'll call them R1, R2, and R3. I want three states of that group of lights, as follows:
OFF: R1 at 0%; R2 at 0%; R3 at 0%
SOFT: R1 at 30%; R2 at 50%; R3 at 15%
BRIGHT: R1 at 100%; R2 at 100% and R3 at 75%
I have defined a scene containing all three responders and two KPL buttons as controllers (KPL-C for SOFT and KPL-D for BRIGHT). For each controller KPL button, I set each responder to the desired level, including turning off the other KPL button.
So far, everything works perfectly for operating the scene manually. The buttons behave in a mutually exclusive manner (radio button behavior) and pressing the button that's already on turns the scene off. Excellent.
Now, here's where I'm stuck: I want to be able to set the scene to one of these levels programatically. For example, at dusk I want to turn the scene on to the SOFT level. But when there's a motion event, I want the scene to go to BRIGHT, then revert to SOFT after a period without motion.
Ideally, I'd like something like a INSTEON EXECUTE command that simulates a KPL button being turned on or off. Nothing like that exists (at least nothing that obvious).
Is there a simple solution that I've overlooked?
Thank you for any ideas!