-
Notifications
You must be signed in to change notification settings - Fork 39
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-Docker in combination with a network device #165
Comments
I would reach out to the Home Assistant community of SLZB-06 vendor directly. OpenThread is designed to interface with a radio co-processor (RCP) using a standard serial protocol. So the specific serial port settings depends on the specific firmware that the RCP is running. |
Hi @hammy1988 , did you ever work this out? I have the same question. |
You have it all on the help:
You just have to chain params with an "&" between them. example: Some more generic params are loaded from environment variables such as FIREWALL or WEB_GUI. |
Hello,
I have a question regarding the OTBR docker.
On the internet I find many instructions how to realize Matter-over-Thread with a SLZB-06 in Home Assistant. Unfortunately, I run Home Assistant in a Docker, so I cannot use the OTBR integration via the add-on.
Fortunately, there is the Docker image provided here :)
How is it possible to add the SLZB-06 as a network device (like in the Home Assistant add-on?
I found OTBR add-on configuration list:
With the following command i know how to use the config "device" and "baurate":
--radio-url
spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=460800
But how i can use the others?
I would appreciate an answer.
Best regards
Hammy
The text was updated successfully, but these errors were encountered: