zigpy / zigpy-xbee

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

Discover new devices from ZDO NWK_addr_rsp and IEEE_addr_rsp #156

Closed Shulyaka closed 9 months ago

Shulyaka commented 9 months ago

Handle new device join upon receiving of a ZDO IEEE Address Response or a Network Address Response. This is already implemented in zigpy.

puddly commented 9 months ago

Why not pass the ZDO requests through to zigpy so that the radio library doesn't have to duplicate this logic?

Shulyaka commented 9 months ago

This is the way it was implemented before. I originally had an impression that there is not enough information to fill up the t.ZigbeePacket, but now that I think of it, it might be actually possible. I will conduct an experiment.

Shulyaka commented 9 months ago

Superseded by #160