I have a switch on the wall that can invoke a script and I use it to toggle a group of hue lights. Now, I also use scenes that put this group of lights in low brightness (evening scene). The problem is that the next morning, when I press the button to toggle the state of the lights, they come back up with low brightness (as the evening before). I want them to be full brightness again. Basicly, a toggle that goes back to full brightness when turning on.
I don’t have hue lights, so I’m not sure if it will work for you, but the zwave bulb that I have has a setting in openzwave to either turn on at the last dimmer setting or turn on to full brightness. You might look into the documentation for your hue bulbs to see if something like that exists.
@michaelarnauts where does this workaround go? I am trying to create an action which toggles a hue light on with red color if off or off if on.
I think you are creating a service here but I don’t know were to place it in the config. I tried adding it to my automation config but it keeps throwing errors about syntax. So now I am wondering if it belongs someplace else.
SOLVED: Never mind. I figured this out. I posted my full solution here in case anyone is viewing this thread later and wants to see what I figured out.
Thanks, my issue wasn’t actually an exact match to this one. I wasn’t having brightness issues but rather wanted to be able to toggle different colors from a physical button. Since toggle still doesn’t accept data for color, brightness etc I needed a workaround. The technique described here fit the bill perfectly.