Hello, and happy new year to the community !
I’ve set a light group according to the integration documentation : Light Group
light:
- platform: group
name: Kitchen Lights
entities:
- light.tradfri_5c8f4fd3_level_light_color_on_off
- light.tradfri_6db8a149_level_light_color_on_off
- etc...
Unfortunately, when using this light.kitchen_lights
in a card or service call, I’ve some random behaviors :
- when
turn_on
orturn_off
light group, some devices switch on or switch off correctly, but other device does not. - when changing the light group color, also some devices follow the instruction, and some other does not.
- individual light states does not reflect effective state of the device
- when setting brightness to the light group, all device seems to respond correctly.
I’m running :
- RPI4B / SSD / OS 5.9
- HA 2020.12.2
- ZHA
- RaspbeeII (updated firmware to deCONZ_RaspBeeII_0x26690700.bin)
Do you have any advice on this issue ?