ZHA Zigbee groups are incorrect assigned to controller device
See original GitHub issueThe problem
Zigbee groups in ZHA are bound to their controller device, which they should not.
A Zigbee group is not a device on its own, and should therefore not be bound to a device.
As a result of the current behavior, scenes cannot be used:
Another area where this goes wrong is when targeting areas or using device automations.
Environment
- Home Assistant Core release with the issue: 0.113.0.dev20200706
- Last working Home Assistant Core release (if known): Unkown
- Operating environment (OS/Container/Supervised/Core): Supervised
- Integration causing this issue: ZHA
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/zha
Problem-relevant configuration.yaml
Traceback/Error logs
Additional information
Issue Analytics
- State:
- Created 3 years ago
- Reactions:15
- Comments:42 (10 by maintainers)
Top Results From Across the Web
ZHA "Groups" in wrong "Area" - Home Assistant Community
But I've got one problem. My Zigbee group shows up in the “Living Room” area, because the entity is bound to my Zigbee...
Read more >Home Assistant | In 2022.2 update, identify button for Zigbee ...
An excerpt from the release note - "ZHA devices now have identify buttons, so you know which light you are dealing with. Tip:...
Read more >I moved from deCONZ to ZHA thats how it went : r/homeassistant
I found out that it may be a problem with the groups in ZHA .... and bingo, when i deleted the groups the...
Read more >Zigbee - daisy chain devices (zbminis / zbbridge)
I use an tazmotized Sonoff Zigbee Bridge as controller. Not using Home assistant's ZHA, as that is used with a USB controller connected...
Read more >Do we need to revise ZDSECMGR_TC_DEVICE_MAX if we ...
If BDB_DEFAULT_TC_REQUIRE_KEY_EXCHANGE is set to FALSE and ZDSECMGR_TC_DEVICE_MAX is 40, only 40 Zigbee 3.0 devices can join but more ZHA 1.2 ...
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 FreeTop 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
Top GitHub Comments
@dmulcahey any update? I would be okay if you just removed the device for now to make Zigbee groups usable through GUI.
Imho its best to represent Zigbee groups as (virtual) devices because they inherently have the same functionality as a single device (e.g one lamp vs group of lamps).
I hear ya 😃 that said, I guess I could make the argument that the coordinator is the virtual device 😛.
Anyway, I’m willing to make the change outlined above to remove the device altogether. As for virtual devices, that would require a bit more thought to ensure that everything works correctly. If you’re ok with this staying the way it is for a bit then I’ll explore it otherwise I’ll get something up to sever them from the coordinator tomorrow.