Color flash issue with RGB light

Hi,

I got an issue with my Node-Red and all my Ikea color light bulb.

The light is off:

  1. Turn on with red color
  2. Turn off
  3. Tun on with blue color

The light flashes quickly to red and go blue.
I try to set a 0 brightness and blue color in between steps 2 and 3. The problem still present.

I have the plan to do a wakeup light but this flash isn’t friendly :frowning:

Did I miss something?

Thanks

[{"id":"d1a39eb3.9e7f08","type":"inject","z":"c056ba0d.fdf2a8","name":"","props":[{"p":"window","v":"10","vt":"num"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1570,"y":820,"wires":[["d1787d4b.de82e8"]]},{"id":"d1787d4b.de82e8","type":"api-call-service","z":"c056ba0d.fdf2a8","name":"Sunrize Off","server":"31f480d3.0e3b28","version":1,"debugenabled":false,"service_domain":"light","service":"turn_off","entityId":"light.sunrize","data":"","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":1990,"y":820,"wires":[[]]},{"id":"ea6f4515.cf0c18","type":"inject","z":"c056ba0d.fdf2a8","name":"","props":[{"p":"window","v":"10","vt":"num"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1570,"y":700,"wires":[["366f67c8.678b9"]]},{"id":"366f67c8.678b9","type":"change","z":"c056ba0d.fdf2a8","name":"low blue","rules":[{"t":"delete","p":"data","pt":"msg"},{"t":"delete","p":"payload","pt":"msg"},{"t":"set","p":"payload.data.brightness","pt":"msg","to":"1","tot":"num"},{"t":"set","p":"payload.data.rgb_color","pt":"msg","to":"[0,0,255]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":1780,"y":700,"wires":[["beeda30d.8562b"]]},{"id":"beeda30d.8562b","type":"api-call-service","z":"c056ba0d.fdf2a8","name":"Sunrize On","server":"31f480d3.0e3b28","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.sunrize","data":"","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":1990,"y":700,"wires":[[]]},{"id":"a4781c5d.73095","type":"change","z":"c056ba0d.fdf2a8","name":"red","rules":[{"t":"delete","p":"data","pt":"msg"},{"t":"delete","p":"payload","pt":"msg"},{"t":"set","p":"payload.data.brightness","pt":"msg","to":"80","tot":"num"},{"t":"set","p":"payload.data.rgb_color","pt":"msg","to":"[255,0,0]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":1790,"y":760,"wires":[["59351503.c18444"]]},{"id":"59351503.c18444","type":"api-call-service","z":"c056ba0d.fdf2a8","name":"Sunrize On","server":"31f480d3.0e3b28","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.sunrize","data":"","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":1990,"y":760,"wires":[[]]},{"id":"c91036fa.79233","type":"inject","z":"c056ba0d.fdf2a8","name":"","props":[{"p":"window","v":"10","vt":"num"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1570,"y":760,"wires":[["a4781c5d.73095"]]},{"id":"31f480d3.0e3b28","type":"server","name":"Home Assistant","legacy":false,"addon":false,"rejectUnauthorizedCerts":false,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]

I’ve got the same problem. Need a smooth transition to wake me up.

Did you ever fix this problem? I am having the same issue

Unfortunately not…
I have plans to use my Nanolaef and WLED to achieve this target

Well that sucks, it’s really annoying I hope it gets fixed in future releases