-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ESP Thread Border Router #61
Comments
Hm interesting, I wasn't aware that they also have a (variation) of the OTBR REST API. I see they've added their own extension of the API to form and join networks.
We've extended the REST API in upstream OTBR the last couple of months to support forming and joining networks. Ideally the ESP Thread Border Router should support that upstream/official API. If they do that, Home Assistant will be able to talk with the OTBR without changes on HA side (and potentially other ecosystems as this is now the upstream REST API). Maybe worth opening a issue on their side to ask them to update their REST API to support the latest REST API version of the upstream OTBR? |
Should be fixed with espressif/esp-thread-br@0b08a3a Flashing instructions can be found at https://docs.espressif.com/projects/esp-thread-br/en/latest/dev-guide/build_and_run.html I don't yet have any Matter devices to test that it is fully working, but I was able to add the ESP Thread Border Router to Home Assistant now. |
a couple of weeks ago the ESP Thread border router was made available. This board is officialy supported bij OpenThread.
The official software for this router is available here: https://github.com/espressif/esp-thread-br
This includes a web-ui and API. But it looks like this API is a bit different that what python-otbr-api is expecting?
https://github.com/espressif/esp-thread-br/blob/main/docs/en/codelab/web-gui.rst
will this router also be supported inside home assistant?
The text was updated successfully, but these errors were encountered: