zigpy / zigpy-xbee

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

register zigpy endpoints at startup #145

Closed Shulyaka closed 9 months ago

Shulyaka commented 10 months ago

This PR fixes error on startup about endpoint 1 not being found. The error started to appear after https://github.com/zigpy/zigpy/pull/1238 The PR registers zigpy endpoints on network start.

Hedda commented 10 months ago

Does the zigpy-deconz (ConBee/RaspBee) radio library also need a similar fix to this https://github.com/zigpy/zigpy-xbee/pull/145 and https://github.com/zigpy/zigpy-zigate/pull/146 as well?

Shulyaka commented 10 months ago

Probably yes, but I am not sure (and don't have the device to test). Do we have any issues reported by users? If yes, I can do it as well.

puddly commented 10 months ago

deCONZ radios implement endpoint registration so they are not affected, probably just XBee.