esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
152 stars 116 forks source link

ESP32 S3 Box can't be updated #206

Closed ChristophCaina closed 1 month ago

ChristophCaina commented 3 months ago

I've seen, that there's already an OTA fix available for the VoiceAssistant Firmware - but somehow, the S3-Box still can't be updated...

I am getting the following error: grafik

WarC0zes commented 3 months ago

Hi, add in your code:

ota:
  - platform: esphome

despite declaring the package, it does not add the OTA configuration. I had to add it to the ESP code to be able to compile otherwise I got an error.

ChristophCaina commented 3 months ago

I've tried this with 2024.6.0 Since 2024.6.1 this hast been added to the Firmware, but the Box ist still Not getting the Update.

For all other devices, adding the Plattform was working.

ChristophCaina commented 3 months ago

it seems that this is due to the "micro_wake_word_model" in the substitutions... If I remove this from the configuration, compiling / uploading the new firmware is working as expected.