yoziru / esphome-zehnder-comfoair

Interact with Zehnder Comfoair Q using ESPHome and Home Assistant
https://yoziru.github.io/esphome-zehnder-comfoair/
GNU General Public License v3.0
17 stars 5 forks source link

OTA Update #17

Open AndyS1989 opened 1 week ago

AndyS1989 commented 1 week ago

Hi,

where can i find the file for the ota update on the webserver of the esp32?

SkullboyNL commented 6 days ago

Not, you have to do that yourself. The easiest way is to update the ESP32 with ESPHome. Get the YAML file for your board of choice from the root of the Git repository, for example, the zehnder-comfoair-q-esp32-evb.yml.

Create a new device in ESPHome and copy the contents of the YAML file into the config within ESPHome. Copy the 'packages' and 'boards' folders to ESPHome. If you use the ESP32 board, you still need to make a modification to boards/esp32-evb.yml: set the RX and TX pins correctly and change type: esp-idf to type: arduino.