#The device does not update via OTA update over HTTP(S) when using OpenThread

1 messages · Page 1 of 1 (latest)

willow dirge
#

https://github.com/esphome/esphome/issues/13412

When using OpenThread in conjunction with ESP32-H2, the device does not update when using OTA update over HTTP(S). The device is updated via ESPWeb, via OTA update, but not via the HTTP(S) protocol. The same code works perfectly when using WIFI and ESP32-C3.

All ideas are welcome.

GitHub

The problem When using OpenThread in conjunction with ESP32-H2, the device does not update when using OTA update over HTTP(S). The device is updated via ESPWeb, via OTA update, but not via the HTTP...

indigo pine
#

I'd suggest asking over in the ESPHome server https://discord.gg/eRQ9Kre6 - you might get better info there. Something to note is that thread devices only talk IPv6, so if you want them to be able to connect to an external https server, either that server needs to be available over IPv6 or your thread border router needs to be set up to perform NAT64.