zha-device-handlers: [BUG] ZHA Light groups doesn't turn of children
Describe 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.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (3 by maintainers)
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