Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add support web OTA upgrade #109

Closed
0neday opened this issue Feb 5, 2023 · 1 comment
Closed

[FEATURE] Add support web OTA upgrade #109

0neday opened this issue Feb 5, 2023 · 1 comment

Comments

@0neday
Copy link

0neday commented Feb 5, 2023

Is your feature request related to a problem? Please describe.

I found esp-idf framework that is not support web ota upgrade

esp32:
  board: esp32doit-devkit-v1
  framework:
    type: esp-idf
    sdkconfig_options:
      CONFIG_FREERTOS_UNICORE: y
    advanced:
      ignore_efuse_mac_crc: true

Describe the solution you'd like
do you have any plan to add web ota support using arduino framework?
like this

esphome:
  name: yeelight-c900
  platformio_options:
    platform_packages:
      - framework-arduinoespressif32 @ https://github.com/pauln/arduino-esp32.git#solo-no-mac-crc/1.0.6

  # avoid loop reboot when enable BLE
  on_loop:
    - lambda: "vTaskDelay(10/portTICK_PERIOD_MS);"

esp32:
  board: esp32dev

1.PNG

https://github.com/0neday/yeelight-c900/blob/main/yeelight-c900.yaml#L5

@0neday 0neday changed the title [FEATURE] OTA upgrade with web [FEATURE] Add support web OTA upgrade Feb 5, 2023
@mmakaay
Copy link
Owner

mmakaay commented Feb 6, 2023

The parts of configuration that you quoted have no relation to the OTA update via HTTP.
Being able to do OTA that way is related to the ESPHome web server component.

This web server component is currently not (yet) available for the ESP-IDF framework.
Implementing the web server component for the ESP-IDF framework is not a task for this project. This project is only about providing the firmware support to get the bslamp2 hardware to work with ESPHome.

A related feature request ticket in the ESPHome project:
esphome/feature-requests#1649

@mmakaay mmakaay closed this as completed Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants