syssi / esphome-jk-bms

ESPHome component to monitor and control a Jikong Battery Management System (JK-BMS) via UART-TTL or BLE
Apache License 2.0
460 stars 154 forks source link

WARNING The selected ESP-IDF framework version is not the recommended one. If there are connectivity or build issues please remove the manual version. #332

Closed proasnet closed 1 year ago

proasnet commented 1 year ago

Hi, I update ESPhome today to latest version and is problem with update node, in compilation, I get this message WARNING The selected ESP-IDF framework version is not the recommended one. If there are connectivity or build issues please remove the manual version And compilation exit with failure. Is any correct way for fix this issue? Thank you

syssi commented 1 year ago

Please reduce your configuration to:

esp32:
  board: wemos_d1_mini32
  framework:
    type: esp-idf

https://github.com/syssi/esphome-jk-bms/blob/main/esp32-ble-example.yaml#L17-L21

proasnet commented 1 year ago

Thank you. It works fine.