-
Notifications
You must be signed in to change notification settings - Fork 40
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
Connection failure to CC2530 after upgrade to 0.7.0 #132
Comments
Try cutting power to your coordinator for a few seconds and plugging it back in. Does it start working again if you downgrade to 2021.11.3? Serial over TCP doesn't have a way to toggle RTS and DTR pins so while the linked issue also mentioned a coordinator failing to start up, that problem was different. |
I downgraded and the behaviour persisted, but a power cycle brought it back. Hopefully the same will work for 2022.2. I don't remember upgrades being anything but seamless before, but I am glad to be back online. |
Back on 2022.2 and unfortunately pulling the power isn't allowing the connection to return. The log does contain something a little different though, is it failing to migrate data?
|
It connected this time and zigpy-znp is trying reading some entries from NVRAM. The problem is that your coordinator just stops responding: # Reading the ADDRMGR NVRAM entry
2022-02-04 09:31:52 DEBUG (MainThread) [zigpy_znp.api] Sending request: SYS.OSALNVReadExt.Req(Id=<OsalNvIds.ADDRMGR: 35>, Offset=0)
# No response after 15 seconds, connection is assumed dead and closed
2022-02-04 09:32:07 DEBUG (MainThread) [zigpy_znp.uart] Closing serial port Are you able to connect if you downgrade back to 2021.11.3? |
The CC2530 has been notoriously finicky with serial connections when I last tried using it. Can you post your exact hardware and firmware configuration so that I can try replicating this setup myself? |
And having a serial over TCP connection does not help. |
Back on 11.3 it is connected and stable again. My hardware setup is CC2530 + CC2591 connected to sonoff basic via hardware serial (pins 1&3). Sonoff is running tasmota 9.2.0.3. I will find out what firmware the radio is running. |
Firmware is build 20190608, should I go ahead and update to the latest Z-Stack_Home_3.x.0_20211217? |
Sure, give it a try. Make sure to make a network backup first and restore after, upgrading will erase your network settings. |
Your stick is only compatible with the Z-Stack Home 1.2 firmware, it won't work with anything 3.x. |
I have upgraded HomeAssistant from 2021.11.3 to 2022.2 and my ZHA integration is failing.
My hardware is CC2530 + CC2591, serial over TCP with tasmota. It has been reliable until the upgrade.
It appears to be blowing up during initialisation shortly after connection.
Seems to have similarities to #106
The text was updated successfully, but these errors were encountered: