-
Notifications
You must be signed in to change notification settings - Fork 41
ZDOCmd.Unbind_req not implemented (needed to unbind device from coordinator) #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'll add that to the next release. Thanks! |
@TheJulianJES If you is having one groupe 0x0000 (the default coordinator group if ZHA have making it) you can trying unbinding it from the dimmer switch and if its working you is losing the event reporting if not the new groupe is having the coordinator added. Edit first binding and then unbinding the group 0x0000. |
Tried calling |
I think the coordinator is bonded with device NWK 0x0000 and not with group binding ala Philips HUE. |
I tried simply adding adding this to zdo_converters:
But zigpy calls this without "giving" the There's also the difference between |
After home-assistant/core#42854 was merged, Home Assistant can now unbind a device from the Zigbee coordinator. This is required for a Philips Hue Dimmer Switch (RWL021) as they can only be bound to one group/device because of the binding table size being 1.
When trying this using a ZZH with zigpy-znp, the following is displayed in the (debug) logs:
It looks like the
ZDOCmd.Unbind_req
"command" isn't implemented in https://github.com/zigpy/zigpy-znp/blob/dev/zigpy_znp/zigbee/zdo_converters.py.The text was updated successfully, but these errors were encountered: