[BUG] ZHA Light groups doesn't turn of children
See original GitHub issueDescribe the bug
Since I’m not sure where to report I also reported here: https://github.com/home-assistant/core/issues/76205
I have 3 groups of GU10 spots.
1 group is IKEA > This group works well! 2 groups are eWeLink > These have issues.
When I turn on the ZHA group entity the children respond normally. However, when I turn off the ZHA group then the children still lists as being ON (even though the light is off!).
After a few minutes one-by-one the devices register as OFF again, most likely since they report this themselved.
Expected behavior The group children should turn off as well 😃
Screenshots
If applicable, add screenshots to help explain your problem.

Device signature
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=0, maximum_buffer_size=80, maximum_incoming_transfer_size=160, server_mask=0, maximum_outgoing_transfer_size=160, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 49246,
"device_type": "0x0210",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0300"
],
"out_clusters": []
},
"13": {
"profile_id": 49246,
"device_type": "0xe15e",
"in_clusters": [
"0x1000"
],
"out_clusters": [
"0x1000"
]
}
},
"manufacturer": "eWeLight",
"model": "ZB-CL01",
"class": "zigpy.device.Device"
}
Additional context No idea what to find further.
Issue Analytics
- State:
- Created a year ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Issues with state updates when controlling multiple lights with ...
When turning on/off multiple lights connected through the ZHA integration at the same time not all lights update their state immediately. It can ......
Read more >[Solved] ZHA Light Groups turn on after being turned off - Zigbee
Apparently their status starts at OFF, then switches back to ON when Zigbee realizes that the light is transitioning to OFF (so, effectively ......
Read more >ZHA not all hue lights in group turning on/off - Reddit
Hey, I use Home assistant running on docker using ZHA in ... One of the lights that usually doesn't turn on/off has LQI:...
Read more >Problems makes philips hue bulb leaves ZHA networks - TI E2E
I'm trying to use ZHA (CC2538DK) controlling Philips Hue bulb. ... I have seen the bulb light turns red and seems reset to...
Read more >Solved: Do not run ZHA and DeConz simultaneously - Facebook
Starting to get very hacked off with this :-( Installed ZHA and found my Conbee II dongle. Unable to pair with compatible zigbee...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hope so you! Sorry to waste your time. If I encounter the same issue again I will start with the logs directly 😃
Please reconfigure each bulb and post screenshots of the dialogs. Also provide a debug log as described by @TheJulianJES