zigpy / zigpy-znp

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

Add "not recommended" note to CC2530 and C2531 #87

Closed Hedda closed 2 years ago

Hedda commented 2 years ago

Add a "not recommended for Zigbee networks with more than 20 devices" note to both CC2530 and C2531 in README.md

ZHA / zigpy developers elected to not whitelist "TI CC2531" USB adapter ZHA discovery due to its older less powerful hardware:

https://github.com/home-assistant/core/pull/55298

Zigbee2MQTT as well added "not recommended" notes to both CC2530 and CC2531 in their official supported adapters list:

https://www.zigbee2mqtt.io/information/supported_adapters

https://www.zigbee2mqtt.io/information/supported_adapters#notes

Adapters based on the CC2530 or CC2531 chip are not powerful and not recommended for networks larger than 20 devices.

Also, Zigbee2MQTT / zigbee-herdsman developer Koenkk noted Z-Stack 3.0.x firmware is not recommended on C2530/C2531:

https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator#im-using-a-cc2530-or-cc2531-which-firmware-should-i-use

I'm using a CC2530 or CC2531, which firmware should I use?

This depends:

codecov-commenter commented 2 years ago

Codecov Report

Merging #87 (380c58f) into dev (eff5c0c) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #87      +/-   ##
==========================================
- Coverage   98.71%   98.68%   -0.03%     
==========================================
  Files          44       44              
  Lines        3727     3727              
==========================================
- Hits         3679     3678       -1     
- Misses         48       49       +1     
Impacted Files Coverage Δ
zigpy_znp/zigbee/application.py 95.74% <0.00%> (-0.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eff5c0c...380c58f. Read the comment docs.

puddly commented 2 years ago

Thanks!