esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 35 forks source link

firmware.ota.bin is missing for BK72XX #6019

Open jackrosenthal opened 3 months ago

jackrosenthal commented 3 months ago

The problem

The new OTA over HTTP component specifies in the documentation that .esphome/build/project/.pioenvs/project/firmware.ota.bin should be the file to provide over HTTP.

While it appears this file exists for ESP8266/ESP32, it is not generated for BK72XX platforms. Perhaps more file paths need documented, or this file needs generated for all platforms?

Which version of ESPHome has the issue?

2024.6.6

What type of installation are you using?

pip

Which version of Home Assistant has the issue?

n/a

What platform are you using?

BK72XX

Board

n/a

Component causing the issue

ota

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

jackrosenthal commented 3 months ago

This may be moot at the moment, as http_request isn't supported on bk72xx yet anyway (esphome/feature-requests#2416), meaning the file can't even be downloaded yet.