December 3, 2025Dec 3 I'm already a couple of days trying to install and start ghcr.io/ownbee/hass-otbr-docker:latest' repository and I also tried openthread/border-router:latestI did buy the newest connect ZBT-2 dongle and flashed it with the Thread OTBR.But I'm not able to get it running.I asked advise from CHatGPT but no succes.The problem is that I cannot get to the connect ZBT-2 at ttyACM3. The docker is not accepting the needed settings for that and instead of connecting ttyACM3 it is trying to connect to ttyACM0 (My Zigbee dongle) This causing a crash of my Zigbee2MQTT docker)docker run -d --name='otbr-docker' --net='host' --pids-limit 2048 --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower2" -e HOST_CONTAINERNAME="otbr-docker" -e 'BACKBONE_IF'='eth0' -e 'FLOW_CONTROL'='1' -e 'FIREWALL'='1' -e 'NAT64'='1' -e 'BAUDRATE'='460800' -e 'OTBR_REST_PORT'='8082' -e 'OTBR_WEB_PORT'='7586' -e 'AUTOFLASH_FIRMWARE'='0' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='' -v '/mnt/user/appdata/otbr':'/data':'rw' --device='/dev/net/tun' --device='/dev/ttyACM3' 'ghcr.io/ownbee/hass-otbr-docker:latest'b01891820e3be9d6f23fb5b485db8abaf448c68bd8acaaf499777f0ce60f2d93The command finished successfully!and docker image:docker run -d --name='otbr' --net='host' --pids-limit 2048 --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower2" -e HOST_CONTAINERNAME="otbr" -e 'TZ'='Europe/Amsterdam' -e 'BACKBONE_IF'='eth0' -e 'FLOW_CONTROL'='1' -e 'FIREWALL'='1' -e 'NAT64'='1' -e 'BAUDRATE'='460800' -e 'OTBR_REST_PORT'='8082' -e 'OTBR_WEB_PORT'='7586' -e 'AUTOFLASH_FIRMWARE'='0' -e 'THREAD_PATH'='/data' -e 'RADIO_URL'='spinel+hdlc+uart:///dev/ttyACM3?uart-baudrate=460800&uart-flow-control' -l net.unraid.docker.managed=dockerman 'openthread/border-router:latest'4c641a0233a9cc890aed40b2c8c0fb99d5e89ae2c7191e59f797fa48e10107aaThe command finished successfully!Both without succes.In the log of latest repository says a line: [NOTE]-AGENT---: Radio URL: spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=1000000Showing not accepting BaudRAte and ttyACM3Any Ideas?Or where to find some tutorial or help?Thanks Edited December 3, 2025Dec 3 by canedje2 image changed
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.