Is it possible to turn off a KeypadLinc LED from an ISY 994i or prevent it from turning on in the first place?
Use Cases:
[*:4mb87fww]I have four buttons tied to a FanLinc (Fans High, Fans Medium, Fans Low and Fans Off). Since the Fans Off button turns the fans off, I'd like the button to turn off as well (or never come on in the first place). [*:4mb87fww]I have an "All On" button that turns on many many lights and fountains in a scene. I like my KeypadLinc to act as a status dashboard telling which components are on. Since the "All On" is not tied to a single device, I'd just as soon have the button LED turn off (or never come on). [*:4mb87fww]Similar to the point above, I have an "All Off" button that I would like to turn or keep off. Same reasoning as above.
What I've Tried:
[*:4mb87fww]I thought I read in the documentation that a Controller can also act as a Responder in the same scene. This would be fine if I could define Responder properties for the Controller from the Controller, but alas I cannot. In fact, I already achieve turning KeypadLinc LEDs on and off on the "All On" and "All Off" buttons (all except the "All On" and "All Off" buttons themselves) by defining the KeypadLinc buttons as well as the devices as Responders in the "All On" and "All Off" scenes. [*:4mb87fww]I tried adding the Controller to the scene as a Responder as well, but it would not allow the button to be defined twice in the same scene. [*:4mb87fww]I wrote the following program, but it didn't work...If Control 'Fans Off Button' is not switched Off Then Set 'Fans Off Button' Off. I tried several variations of this, but nothing worked.
Can anyone help?