I'm trying to set up a thread/matter network for the first time, and it's not quite working. I've installed the matter server via a docker image, HA seems to detect it just fine.
I've installed the OpenThread Border Router along with the OpenThread RCP on an ESP32-C6 dev board. That also seems to be running ok, it's communicating with the RCP.
When I go to homeassistant, it detected the Thread integration automatically, but when I go to configure it, there's no preferred network set. The guide seems to indicate that it'd either automatically be set as such, or there'd be an "Add an OpenThread border router" button.
I tried to form a new thread network from the border router webUI - That seems to have worked, the name TheThreadNetwork that I assigned is visible when homeassistant detects the router, but it didn't change anything.
My guess is it's something to do with the border router's REST interface? I could add the OpenThread Border Router integration, but I haven't managed to make that work - The REST api should be on port 8081, but that won't connect. As far as I can tell with netstat, otbr-agent isn't listening on any tcp ports.
Attempting to send credentials in the HA app gives me the message "You don't have any credentials to import".
What am I missing?