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
405 stars 134 forks source link

Add new temperature sensors and swap the order of the existing ones #419

Closed syssi closed 5 months ago

syssi commented 5 months ago

See #390

Can be tested using:

substitutions:
  external_components_source: github://syssi/esphome-jk-bms@add-new-temperature-sensors

+ extend the YAML configuration by the new sensors:

    temperature_sensor_3:
      name: "${name} temperature sensor 3"
    temperature_sensor_4:
      name: "${name} temperature sensor 4"