zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
144 stars 40 forks source link

Fix joins through a specific node timing out #150

Closed puddly closed 2 years ago

puddly commented 2 years ago

The request was being successfully sent and joins were being permitted but zigpy-znp was waiting for a callback with the wrong address, causing the permit call to timeout.

Fixes #148