syssi / esphome-seplos-bms

ESPHome component to monitor a Seplos Battery Management System (Seplos-BMS) via UART or RS485
Apache License 2.0
61 stars 27 forks source link

esp32-seplos-v3-example.yaml wrong board configured #88

Closed mager33 closed 3 months ago

mager33 commented 4 months ago

Would that be right?

esp32:
  board: esp32dev
  framework:
    type: arduino
syssi commented 4 months ago

Why do you prefer the Arduino framework over esp-idf?

mager33 commented 4 months ago

That was auto-generated bei ESPhome; I am not into technical details. Just wanted to mention that the example code will not work as it is now. Easy fix, though!

syssi commented 3 months ago

I don't want to change the default framework back to Arduino. If no Raspberry Pi is used the ESP-IDF framework should work out of the box.