zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

XBee cannot send packets without an IEEE address #129

Closed puddly closed 1 year ago

puddly commented 1 year ago

https://github.com/home-assistant/core/issues/79885

It appears that the XBee always requires the device IEEE address to be passed, even when sending a request with NWK addressing.


@michelwilson can you try this change out?

pip install --force-reinstall git+https://github.com/puddly/zigpy-xbee.git@puddly/fix-unicast-without-ieee
michelwilson commented 1 year ago

I installed the version above, restarted HA, and repaired a Zigbee device: complete succes. Quick work! :D