Closed adekloet closed 1 year ago
found it's caused by this change in the framework type last week:
Switch proxies to use esp-idf instead of arduino -> https://github.com/esphome/bluetooth-proxies
added to the config:
esp32:
board: esp32dev
framework:
type: arduino
Then it compiles again with the webserver present as I do want to see the output at the device level via IP ast port 80. Doesn't the esp-idf type framework have no webserver: at device level? Or is there siomething I could change to make that work?
More info https://github.com/esphome/esphome-docs/pull/2469 I guess the webserver component interferes with active BT connections. Strange but true apparently. Framework Arduino obviously still works. type: esp-idf does not work with webserver: in there. The latter framework seems more stable then Arduino, but I do hope that we can get the webserver: back into esp-idf then...
There is an effort to get the webserver working with idf here https://github.com/esphome/esphome/pull/3500
There is an effort to get the webserver working with idf here esphome/esphome#3500
Thanks for the info, I will keep an eye on it as the webserver component is very memory hungry on the arduino framework but still like the functionality.
The problem
After update to Current version: 2022.12.0 (Changelog) I tried to update a device with a formerly working config OTA, but it fails with the following error:
INFO Reading configuration /config/esphome/esp32-bluetooth-proxy1.yaml... INFO Detected timezone 'Europe/Amsterdam' Failed config
web_server: [source /config/esphome/esp32-bluetooth-proxy1.yaml:15]
This feature is only available with frameworks ['arduino']. port: 80 async_tcp: None {} This feature is only available with frameworks ['arduino']
When I remove the config for webserver: then it does compile and work.
Was there a change in 12.0 that the webserver would not work on an ESP8266 Out of the box? do I need to add some config or framework?
Running HASS OS on PI with ESPHOME as Add-on. I did restart etc.
Thank you
Which version of ESPHome has the issue?
Current version: 2022.12.0 (Changelog)
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022 12.4 core
What platform are you using?
ESP32
Board
ESP32 generic
Component causing the issue
Webserver:
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response