|
for thread border router I use S3 + H2 Works fine. it starts. in logs everything works good. S3 connect to my IPv4 WiFi network. create Thread network. I am able to access WEB interface by http://192.168.1.93 address I use http://192.168.1.93 address to add this border router to my Home Assistant in "Open Thread Border Router" extention. and it added. so Home Assistant see my border router. After that I have took another ESP32 H2. api: ota:
network: openthread: After that if I visit open router web interface by http://192.168.1.93 and use Topology in the bottom of page I can see that new device added to the network with "Child" role. in case I connect with monitor to new device, I can see that all the text sensors are filled good and SRP client starts [D][text_sensor:113]: 'Thread Network Key' >> '...' After that I coming to home assistant device and services and Home Assistat show me that my new device "5 ESP32 H2 Zero (5-esp32-h2-zero) ESPHome" is discovered. But if I right understand my border router should catch this host and send it to thread network? Am I right? Can somebody help please how to connect devices which connected to border router to Home Assistant? |
Replies: 1 comment
|
the question is solved I have removed sdkconfig and after that build project from zero. updated just neccessery things in "idf.py menuconfig" such as start automaticly border router and pins for access to coprocessor. and after that it works automaticly in HA. |
the question is solved
I have removed sdkconfig and after that build project from zero. updated just neccessery things in "idf.py menuconfig" such as start automaticly border router and pins for access to coprocessor. and after that it works automaticly in HA.