Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
482 stars 300 forks source link

Ember: fix CCA issues in busy environments (broadcast errors). #1153

Closed Nerivec closed 3 months ago

Nerivec commented 3 months ago

Targeting https://github.com/Koenkk/zigbee2mqtt/issues/22453 This issue appears to only occur when the 2.4GHz range is crowded. Has been tested in very busy environments affected by the bug. Z2M features depending on broadcasts (like permit join) should no longer break.

This PR also provides a new stack config, CCA_MODE, to allow customization of the CCA behavior for more specific cases.

Note: Awaiting an explanation from Silabs on this firmware behavior.

Koenkk commented 3 months ago

Thanks!