As I am running HA in a container, I started manually setting up a OTBR container alongside my HA Container.
So with the help of some AI I think I got my OTBR container running. It did tell me some things I am not sure about:
-
Made me disable NAT44, NAT64, and FIREWALL because it seems unable to run iptables ? It said I don't need those because I am integrating with HA ?
-
It's asking me to run some commands so I can create a network because otbr-agent stopped after not finding anything... wants me to do stuff like:
docker exec -it openthread-border-router ot-ctl dataset init new
docker exec -it openthread-border-router ot-ctl dataset commit active
docker exec -it openthread-border-router ot-ctl ifconfig up
docker exec -it openthread-border-router ot-ctl thread start
Those commands should create my 'preffered network' right ? Cause right now Thread integration in HA shows no networks.