I have an Innr RGB-light in my daughters room that I’m trying to configure. Most of the time I only want to use it as a standard yellow light, but sometimes I want to use the colors and I have made a scene with a colorloop effect. This works great but when I want to change it back to yellow (another scene) I can’t get the colorloop to stop. I have to turn the light off and then on again. Any advice?
According to this post you can stop the loop by changing the brightness:
Thanks. Tried it but won’t work
try something along these lines:
- service: homeassistant.turn_on
data:
entity_id: light.daughters_room
effect: stop
- service: homeassistant.turn_on
data:
entity_id: light.daughters_room
rgb_color: [255,160,39]
Thanks! Can’t believe I didn’t try that before -
effect: stop
did the trick
Similar to OP - my hue ights keep reverting back to a random colour. I’ve tried the script with effect: none and changing the brightness, but it won’t stick.
Does anyone have other solutions I could try?
Running hassio on pi4 with a hue bridge.
effect: stop works also well for me:
data:
effect: stop
entity_id: light.led_strip_1
service: light.turn_on
effect: stop works, but the colorloop does not stop at the actual color.
you can put the code of the scene, i have 2 innr bulbs and i don’t give done an infinite effect.
Thanks
yeah why cant we add another drop down that says none, and so it stops it.
i had to use postman and “effect” : “none” to stop it
Still no dropdown? I’m not into coding…