Open Thread Border Router asks for Url?

Hi All

I just got my SMLIGHT SLZB-06
And I am following the guide at:

But when I want to add the OTB I am asked for an URL?

image

Can anyone help me get the installation done :slight_smile:

If you are using HAOS based installation, have you installed the OTBR AddOn?
The error you are showing is when the OTBR “Integration” is not discovering the OTBR AddOn.

I found the solution, the link was:
http://core-openthread-border-router:8081
And it works now

And Yes I had the OTBR integration installed.
And I still got the error when adding the addon following the guide

How did you find out about this URL?

I have the SLZB-M1 and HA running in a docker container. Therefore I only have the OTBR integration, not the OTBR add-on. The URL you stated does not work (unsurprisingly). But also putting the SLZB’s IP doesn’t work.

I have the same problem, has anyone found a reliable solution for it?

Same issues.
You can run openthread/otbr in docker but it won’t connec to the TCP radio itself, so you have to use socat to map the port over. I had issues using socat on the host then mapping the /dev/ in compose, so i have a new entrypoint .sh which installs socat and maps the port before resuming the router.

I’ve managed to get as far as it communicating with the radio and it seems to be running, but i can’t ge tthe webgui/api open…

Anyone else managed to get this working?