-
Notifications
You must be signed in to change notification settings - Fork 88
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
Not able to run bellows cli #458
Comments
I also try the command bellows devices ,; but get the following errors ? [domoticz@rasp ~]$ bellows devices Error: Invalid value for '-D' / '--database': File '/usr/share/domoticz/.config/bellows/app.db' does not exist. Does that mean thet bellows must be use only with zigpy based application which use the zigpy database ? |
You need to specify the baudrate most probably. You can specify the database file yourself if you "form" the network using |
Thanks @NilsBohr it works! |
I have done the following command and got only that result. There are almost 60 devices paired on that CIE .
|
Bellows is using hashed link key so then Zigbee 3 device is requesting one update of the link key its getting one that is hashed if the device IEEE and is not stored in the NVR of the coordinator. |
I’m sorry but it is hard to understand what you wrote.
Do you mean that nothing is stored in the nvram ?
Envoyé de mon iPhone
… Le 27 mai 2022 à 13:19, MattWestb ***@***.***> a écrit :
Bellows is using hashed link key so then Zigbee 3 device is requesting one update of the link key its getting one that is hashed if the device IEEE and is not stored in the NVR of the coordinator.
If you is not using APS link keys they shall not being any more keys in the coordinator key storage.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
OK the read the https://www.silabs.com/documents/public/user-guides/ug100-ezsp-reference-guide.pdf and:
and https://community.silabs.com/s/article/hashed-link-keys?language=en_US |
And one comment in the Silabs community posting: |
So in short, the backup as it is provided by bellows client backup what is needed in case of restore and all existing devices will be able to work. ? |
Puddly and Alexei is knowing that but the IEEE is needed being burned to the new coordinator chip for getting binding and reporting working and i think (= not knowing) that the hashed link key is not working if not doing it. |
My understanding is that you can restore only to the exact same EmberZNet adapter unless you pass the |
I'm trying to run bellows cli in order to backup the current configuration
I did
pip3 install bellows
then when running what ever option of bellows I'm get stuck with the Timeout Excetion
However the Key runs well on my environment. What did I do wrong ?
The text was updated successfully, but these errors were encountered: