kardia-as / zigpy-zboss

GNU General Public License v3.0
36 stars 4 forks source link

Fix ZDO IEEE_addr_req command #41

Closed DamKast closed 4 months ago

DamKast commented 4 months ago

ZBOSS doesn't support ZDO commands over APSDE requests. Has specific commands for ZDO, this is why we need to overwrite the ZDO endpoint.

When a device is changing NWK address, zigpy doesn't know the new one, so it has to get it using ZDO IEEE_addr_req in order to update the database. For now IEEE_addr_req command has not been overwritten.