Everything posted by canedje2
-
Not able to get HA OTBR thread radio running
Thanks I do have it up and running. It was a difficult operation
-
Not able to get HA OTBR thread radio running
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:latest I 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' b01891820e3be9d6f23fb5b485db8abaf448c68bd8acaaf499777f0ce60f2d93 The 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' 4c641a0233a9cc890aed40b2c8c0fb99d5e89ae2c7191e59f797fa48e10107aa The 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=1000000 Showing not accepting BaudRAte and ttyACM3 Any Ideas? Or where to find some tutorial or help? Thanks
-
unRAID v7.0.0 How to add an new disk as RAID1 to a xfs cache pool without losing data
Thanks thats is handy. The only problem is that I only have one pool and do need to move it temporary to my NAS somewher
-
unRAID v7.0.0 How to add an new disk as RAID1 to a xfs cache pool without losing data
Thanks clear Is there a kind of tutorial how to do this somewhere?
-
unRAID v7.0.0 How to add an new disk as RAID1 to a xfs cache pool without losing data
Thanks. But does this mean that it will be formatted? And I do loose my data? I did hope to simple add the disk and set it to RAID1. But I quesse that it is not that simple
-
unRAID v7.0.0 How to add an new disk as RAID1 to a xfs cache pool without losing data
I'm running Unraid for a couple of years now on 1 ssd as data in a cache pool. I do like to add an extra ssd of the same size to create a RAID1 cache pool to be redundand. But I don't want to lose the existing data of the already existing pool. The current cache pool is xfs organized. Please advice
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
I'm using MQTT for some years now and is running fine. I recently recognized that the appdata/MQTT directory is empty? How is this possible, because it is still running? Also the registery page is empty? What do I need to do?