ot-docs
ot-docs copied to clipboard
OTBR-Docker in combination with a network device
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:
- 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-url
spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=460800
But how i can use the others?
I would appreciate an answer.
Best regards Hammy