-
I'm not entirely sure if this is the best place to ask this question so please redirect me if i'm at the wrong place. I'm trying to use the openthread/otbr image in combination with a sonoff-e dongle. However I get the following error:
Full log is attached: Sure it might be a configuration error but I have no clue what i'm wrongly configuring then. I've updated the sonoff-e using darkxts web flasher: https://darkxst.github.io/silabs-firmware-builder/ to the latest I've pulled the latest docker image of openthread/otbr i'm runing the docker container with the following settings (i'm using ansible but the syntax is similar enough to docker-compose files):
I've verified that the /dev/ path actually exists. Any clue what i'm doing wrong here? Or where I can potentially can find an answer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
To whomever reads this: Apparently you have to add the uart baudrate to the radio url: so But i think I've been mostly barking up the wrong tree for the entirety of the solution (I want thread in homeassistant, and all solutions i find don't use this image). Godspeed! |
Beta Was this translation helpful? Give feedback.
To whomever reads this:
Apparently you have to add the uart baudrate to the radio url: so
--radio-url spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=460800
.But i think I've been mostly barking up the wrong tree for the entirety of the solution (I want thread in homeassistant, and all solutions i find don't use this image).
Godspeed!