rebirth24 Posted February 15, 2015 Posted February 15, 2015 Many apologies if this has already been hashed out, but I was wondering if there was a way to send a Scene-On command while keeping a keypad linc button in the off state? I basically have a 6-button dimmer that I am trying to prevent the scene buttons from changing state. Just want them to fire up a scene and then go back to an off state (if you will) Thanks in advance.
Jimbo.Automates Posted February 15, 2015 Posted February 15, 2015 You could create another scene with all the buttons as responders, then a program that turns that scene off if any of the buttons are on.
stusviews Posted February 15, 2015 Posted February 15, 2015 A program can turn off the button LED. Create a scene with only the button(s) as responders. Then write a program that turns the scene off about 2 seconds after the Scene-On command is sent. The 2 second delay avoids signalling collisions.
oberkc Posted February 15, 2015 Posted February 15, 2015 My inclination would be to configure the buttons as non-toggle (off) and trigger a program from the button OFF command to turn on the scene.
EricK Posted February 16, 2015 Posted February 16, 2015 I do just this for a few scenes. I always want to be able to press the button and turn the scene on. I would put the button in non toggle on mode and use it as a controller of the scene. Create a scene "kpl button" Then use a program If control button is on or Status button is on Then set scene "kpl button" off
Recommended Posts