Kaldek / rat-ratgdo

Open source schematics for ratgdo PCB
MIT License
302 stars 46 forks source link

ESPHome automated OTA - does it work on ESP32? #64

Closed Kaldek closed 6 months ago

Kaldek commented 6 months ago

Hi folks, for anyone running on an ESP32, can you tell me if the ESPHome-based OTA updates (from the ESPHome Add-On in Home Assistant) work? OTA does not work on ESP8266 due to the amount of flash storage taken up by the combination of ESPHome Core and ratgdo.

gcormier commented 6 months ago

I don't have any type of ratgdo but can tell you from experience yes, OTA will work from the HA addon for ESP32's. (Another reason nobody should be using the 8266 anymore with the cheap price of something like an ESP32-S3-MINI.)

Kaldek commented 6 months ago

I don't have any type of ratgdo but can tell you from experience yes, OTA will work from the HA addon for ESP32's. (Another reason nobody should be using the 8266 anymore with the cheap price of something like an ESP32-S3-MINI.)

OTA from within the HA add-on works on all of my other 32 ESPHome devices (30 of which are ESP8266, the other two are BK7231). It's just the additional ratgdo code which pushes the ESP8266 over the edge. I mostly agree that the ESP8266 is a bit "old hat" but I don't go so far as to say nobody should be using them!

Kaldek commented 6 months ago

I have confirmed this works on ESP32!