You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
device
baudrate
flow_control
autoflash_firmware
otbr_log_level
firewall
net64
network_device
With the following command i know how to use the config "device" and "baurate": --radio-urlspinel+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:
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.
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: