-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
OTBR: 2.9.0 breaks nrf RPC spinel radio #3683
Comments
I received the same error ( Was there a new version of the firmware released recently? It could be a firmware bug if its not OS specific - I'd be happy to load an old version of the firmware and give it a try if you give me a link to where I can download it |
I have the same issue, but I'm using OTBR in docker |
I have this issue since today too. All my Matter devices are offline |
I have the same issue. I use a SLZB-06M [Kernel Version: 2.3.6 | Radio Version: 20241105 | Matter-over-Thread (Beta)] ----------------------------------------------------------- |
So after digging through the manufacturer documentation, I think I figured it out! When the baud rate is set to the default, I get this error. After updating it to 460800, the error resolved itself |
didnt help for me |
me neither |
I have the same issue and proposed solution didn't help |
I have the same error! Is there any way to downgrade to 2.8.0. without a backup? Sadly I just did a fresh installation of HA. |
I just wanted to throw this here because I came across the same thing running the openthread container with the nrf52840 MDK. The fix for me was to add "uart-baudrate=1000000&uart-flow-control". Credit goes to this issue: openthread/openthread#10538. |
SkyConnect requires you enable flow control. It appears that nRf dongle may also require this.
For those using the addon, just enable the flow control button in configuration. |
As of recently, I found myself in the same situation after it has been working fine for a while. After a reboot of my Synology NAS, the serial USB driver for a ZBT-1 is correctly loaded:
This device is attached to a virtual machine running HAOS with the otbr addon.
This seems to cause a USB disconnect:
And the serial module is no longer used for the ZBT-1 (changed to
|
I was able to work around the issue by setting |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still a problem |
Thanks a lot, this helped me. I'm using a slzb-06 with Matter-over-Thread (beta). Before enabling the setting "Hardware flow control" after few restarts the OTBR always stopped running with the last message "service mdns successfully stopped" in the logs.
I don't know why?! Update: After few minutes it stopped working again... :-(
|
Same issue here with SLZB-06M on Matter-over-Thread firmware |
after the upgrade from 20240401 to thread firmware 20240727 it works now for me!!! |
I have SLZB-06 and it works smoothly, may you share how have you configured it ? You need to follow official guide, connect the stick via usb to the HA instance, connect stick to ethernet, configure OTBR to work over ethernet (connect stick directly to HA via usb is required and important for stability, there were a bunch of issues and OTBR shutdown for me) |
It works for me for 20240401 as well |
If you are having issues with SMLIGHT devices please file a new issue, rather than hijacking an unrelated issue. |
Describe the issue you are experiencing
I have been successfully utilizing a nrf52840 MDK USB dongle, flashed with OTBR RPC firmware using west/zephyr as described by NRF52/openthread.io documentation https://openthread.io/codelabs/openthread-hardware#1, for the last year. Upon upgrading the OTBR addon to 2.9.0, the OTBR agent fails to start due to spinel_driver error/timeout (see addon logs). I was able to work around this breaking change by downloading the 2.8.0 OTBR addon and installing it as a local addon.
I also tried using a spare SkyConnect dongle (configured the add-on to flash firmware), which resulted in the same errors.
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Which add-on are you reporting an issue with?
OpenThread Border Router
What is the version of the add-on?
2.9.0
Steps to reproduce the issue
..
System Health information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Anything in the Supervisor logs that might be useful for us?
No response
Anything in the add-on logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: