Turn off colorloop

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 :confused:

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]
6 Likes

Thanks! Can’t believe I didn’t try that before -

effect: stop

did the trick :slight_smile:

1 Like

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

1 Like

Thanks!

To bad it’s not possible to stop it from the UI

1 Like

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

image

Still no dropdown? I’m not into coding…