I just started playing with color loop via HA (not using the Hue app), and thought it was pretty cool, so I decided I wanted to create a few automations, scenes, scripts, etc to make it more automated.
I discovered some odd behavior, so I was wondering what other peoples experience is.
So I have about 13 total hue lights. Some color bulbs, lightstrips, and some white bulbs.
The group I’m trying to automate consists of 3 color bulbs, and 5 lights strips all in the same area.
I tried running color look against a group that I created
downstairs_color_hue_lights:
name: Downstairs Color Hue Lights
view: no
control: hidden
entities:
- light.living_room_lamp_one
- light.living_room_lamp_two
- light.left_shelf_lights #lightstrip
- light.tv_backlights #lightstrip
- light.right_shelf_lights #lightstrip
- light.alcove_light
- light.kitchen_cabinet_tops #lightstrip
- light.kitchen_cabinet_bottoms #lightstrip
The thing was all the bulbs worked, and one of the lightstips worked (light.tv_backlights), the others did not. They just stayed on. Actually as I’m typing this, the lights that did not work, were already on, and the ones that did work, were off, then turned on and started the color loop.
Also, when I went onto the UI to start color loop on the strips that were already on, I had to change the color, a few times manually, and then the color loop seemed to start.
Anyone else have these issues? I guess I could turn off the lights, then turn them back on for color loop, but I suspect that if everything was working correctly I should not have to right?