Hi all,
I recently bought some new Ikea GU10 Bulbs for my Outdoor lights.
Connection seems really good and the mesh behavior is outstanding in my case. I don’t lose connection and it reacts when I turn the bulbs on and off.
But, I do have one problem. When my automation fires, if often happens that some of the bulbs doesn’t change the color fully or just doesn’t change.
I have tried tweaking my automation with and without transition, tried with longer delays, tried using the entities directly instead of a group. I also tried dividing it up to several service calls to only a few bulbs at a time. Nothing changes. It is not always, but it happens often.
The thing is, if I only use the kelvin feature, instead of color_name, or rgb, hs and so on, then it ALWAYS changes without any issues. I could not reproduce what I was seeing when using colors.
Here is a snippet of how the action part looks like, but it is pretty straight forward.
action:
- service: light.turn_on
entity_id:
- light.outdoor_spots
data:
brightness_pct: 25
transition: 1
- delay:
seconds: 3
- service: light.turn_on
entity_id:
- light.outdoor_spots
data:
color_name: lightcyan
Have anyone else noticed this with IKEA GU10 RGB Bulbs?
I am using the IKEA Traadfri Gateway + Integration.
Core
Version
core-2021.6.3
Supervisor
Version
supervisor-2021.05.4
Any help would be much appreciated.