-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Z-Stack 3.0 #211
Comments
FYI we only run Z-Stack 3.0 these days and can confirm that our fork of ZS works fine. If you are using our cc-znp you also need to use our zigbee-shepherd or copy over the changes to binding cc-znp since we changed the interface to make it possible to close and restart ZS (e.g for firmware updates) |
@splitice Thank you for the clarification. What improvements have you got with the Z-stack 3.0? |
@kirovilya See here: fully compliant ZigBee 3.0 solution: Z-Stack 3.0 Especially:
|
We did it for:
|
Are we planning to switch to this version? |
Yes! When I have some more time I will look into this. |
Z-stack 3 ZNP has more advance, you can increase NWK_MAX_DEVICE_LIST to 120 without any problem. |
@dzungpv that sounds great! |
@Koenkk This man can do 660 devices: https://sunmaysky.blogspot.com/2018/07/400-zigbee-devices-in-same-zigbee_29.html |
Wow!!! One question: HOW?! :) |
@kirovilya I am sure he not use ZStack HA 1.2.2, he is an expert on TI forum: YiKai Chen. |
@dzungpv Understandably. Since this is not a ZNP-firmware (ZStack HA), there are no questions yet :) |
I think Touchlink will be extremely valuable as it could allow a way for resetting Hue Lightstrips without a Hue Bridge or the dimmer? |
@lolorc I will start working on this once I finished moving to a new place (will have more time then 😄) |
Our fork works with Z-Stack 3.0, you should be able to just use our ZS fork. We believe it to be API compatible. |
so many zigbee-sheperd divergent forks... I guess the changes that have been made for zigbee2mqtt to zigbee-sherperd and cc-znp shoud be merged/rebased against HalleyAssists @splitice what are you using your zigbee-sheperd fork for ? It might be easier for me to try z-stack 3.0 with it. |
@splitice Can you tell us where to find your fork with Z-Stack 3.0 support? Thanks. EDIT: My bad for not paying attention. I found your fork at HalleyAssist ;-) |
Fork is here: https://github.com/HalleyAssist/zigbee-shepherd FYI we run CC2538+92 hardware which is required for some of the added APIs (increased processing power). Not that it should impact you too much as our firmware with these added MT commands is not currently released. Also be aware Z-Stack 3.0 is heavier than 1.2. |
Hey thanks. Just noticed that :-) Do you also offer precompiled firmware for the CC2530 or do i need to compile I don't have the CC2538+98 hardware so hope that it will also run with my CC2530.
|
You will need to take care of that yourself. We neither use that hardware nor have the IAR licence to do that for you. |
TI release Zigbee 3.0 solution to the world. It include cc2530, cc2531 too https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/742413. |
I had an experience with Halleyassist ZS |
I've made zigbee-shepherd compatible with Z-Stack 3.0 while keeping backwards compatibility with Z-Stack 1.2. Meaning I can now run zigbee2mqtt with:
Next up is publishing the firmwares, guides, etc. |
Great news! |
@Koenkk Have you checked if z-stack 3 works on cc253*? |
Koen great news.
If you need any beta testers :-)
Where did you acquire the CC2652R?
And are you running it as coördinator or router?
Kind regards, Bas
—
Im currently running 67 Xiaomi sensors On cc2531 coördinator and two cc2530
routers —
Op zo 7 apr. 2019 om 15:48 schreef Ilya Kirov <[email protected]>
… @Koenkk <https://github.com/Koenkk> Have you checked if z-stack 3 works
on cc253*?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#211 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdMECiIHgMWybF4Hh2k5JxRuxLeh2MP2ks5vefc3gaJpZM4ValY2>
.
|
@basmeerman you can buy it here http://www.ti.com/tool/LAUNCHXL-CC26X2R1 |
@basmeerman you can indeed buy it here: #211 (comment) Fun fact applicable for you: mine shipped from the Netherlands :) |
@Koenkk/zigbee2mqtt
<[email protected]>
thanks. I just ordered one. Are you using Xiaomi Aqara Zigbee sensors?
Looking forward to the dev-branche merge.
Kind regards, Bas
Op zo 7 apr. 2019 om 20:41 schreef Koen Kanters <[email protected]>:
… @basmeerman <https://github.com/basmeerman> you can indeed buy it here: #211
(comment)
<#211 (comment)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#211 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdMECgchhWLvXLY2c08saSJT-X2Zukkyks5vejvogaJpZM4ValY2>
.
|
@basmeerman yes |
Thanks, ordered one as well. |
Ordered |
ever tried to flash the firmware with uniflash (linux) ? |
CC2652 just arrived, does anyone have links for the firmware? |
Instructions for CC2652R with Z-Stack 3.0 are up: #1429 I will try to publish something similar for the CC2531 soon. |
Instructions for CC2531 with Z-Stack 3.0 are up: #1445 I will close this issue. |
I tried running zigbee-shepherd on the Z-stack 3.0.
I built the firmware with Z-stack 3.0, then flash it to cc2531 stick.
By default, it does not start.
It was necessary to substitute on fork of cc-znp from HalleyAssist (thank you @splitice) and to little correct a zigbee-shepherd. After that, it was successfully launched and even worked a little.
I tried to connect a xiaomi temperature sensor - successfully connected and sent data.
But with the round button it did not work out that way - it could not connect correctly and as a result did not work.
Do you think it makes sense to move towards Z-stack 3.0? What will it give to us?
Stable? Touchlink? More devices?
The text was updated successfully, but these errors were encountered: