Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Fix conbee correctly #129

Closed DavidKarlas closed 3 years ago

DavidKarlas commented 3 years ago

Few days ago I added SkipNetworkAddressRequestCheck which was ugly workaround for ConBee bug... Now I'm reverting that commit and unsetting Use APS ACKs flag which fixes the problem...

Also since it was part of that PR disabling fetching of network key, I committed that change in its own commit with some more comments.

And added logic to better handle BUSY status.

DavidKarlas commented 3 years ago

@reinux @genemars @jgmdavies FYI ^

Mr-Markus commented 3 years ago

Thanks a lot. I am very happy about your work and support

jgmdavies commented 3 years ago

@DavidKarlas @Mr-Markus

Sounds good - thanks both! Will you be updating the Nuget package for ZigbeeNet.Hardware.ConBee please? Jim

Mr-Markus commented 3 years ago

@jgmdavies Done! New Nuget Packages are online. Thx

jgmdavies commented 3 years ago

@Mr-Markus Many thanks! I've just updated in VS.