Hello,
My HA setup is as follows:
X86/64 mini PC
Sonoff Dongle-P connected via USB
Sonoff Dongle Max connected via WiFi
HA core v2026.1.3/supervisor v2026.01.1/OS v17.0
My intention is to leave the management of the Zigbee devices to the Dongle-P/ZHA and delegate the management of the matter/thread peripherals to the Dongle Max.
Reading all the links I found, the Dongle-Max configuration connected via WiFi with "EFR32MG24 Operation Mode" set to "Thread RCP Mode" should be supported.
All attempts to add OTBR to HA, however, fail, and I can't find a solution.
As soon as I try to install the OTBR device on HA, I'm prompted to "Provide URL for the OpenThread Border Router's REST API." Unlike all the documentation I've read, I have no way to configure any 'dummy' devices so I can manually edit the yaml later. As soon as I try to install the add-on, I'm prompted for the URL and can't continue.
I tried entering:
socket://Dongle-M.local:6638
tcp://Dongle-M.local:6638
http://Dongle-M.local:6638
dongle-M.local
I've also used the IP address to avoid DNS resolution issues, but nothing has worked. The error always returns "Unable to connect!"
I've checked and Dongle-M's port 6638 is reachable on my home network, and I've rechecked the dongle configuration countless times.
I checked all the HA logs and found no trace of any particular errors.
Has anyone ever managed to complete the OTBR configuration?
Thanks