zigpy / zigpy-cc

Texas Instruments Z-Stack ZNP handler for zigpy
https://github.com/zigpy/zigpy-cc
GNU General Public License v3.0
72 stars 13 forks source link

[REQUEST] Z-Stack 3 (3.x) firmware support #2

Closed Gamester17 closed 4 years ago

Gamester17 commented 4 years ago

Can you clarify and confirm if Z-Stack 3 (3.x) firmware will be supported or not by zigpy-cc as it is?

Don't own a CC2531 USB stick yet but would just like to clarify and confirm Z-Stack 3.x support ;)

No pressure or urgency but I am also indirectly asking to know if CC2538 and CC2652R can be supported in the future too as the Z-Stack 3 (3.x) firmware can also be used on those chips as well.

Gamester17 commented 4 years ago

FYI; ioBroker is another JavaScript based project which Zigbee via same custom Z-Stack by Koenkk

https://github.com/ioBroker/ioBroker.zigbee

ioBroker claim to not only support CC2531/CC2530 but also CC26x2R and CC2538 (+ CC2592 PA)

https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md

ioBroker Zigbee module is based on zigbee-herdsman library and their new converters database

puddly commented 4 years ago

It works fine after some very minor tweaks with my CC26X2R1. I'm running ~20 devices from my network on it so far and will make a pull request with the changes once I track down why groups of ~four transmissions aren't all succeeding, even with retries.

sanyatuning commented 4 years ago

Thanks @puddly, you helped me to find a major bug with clusterid

puddly commented 4 years ago

@sanyatuning I'm just getting familiar with TI's Z-Stack so thanks for letting me know what that code actually does, it makes sense now.

Gamester17 commented 4 years ago

@sanyatuning Just wondering if you would review or comment Pull Request https://github.com/sanyatuning/zigpy-cc/pull/8 by @puddly please?

sanyatuning commented 4 years ago

working with zStack 3x0 (tested with zzh adapter)