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

Missing cell resistance values with UART-TTL config yaml #394

Closed giangy11 closed 7 months ago

giangy11 commented 7 months ago

Hi, I notice there are no sensors for cell resistances (and maybe a missing switch for the active balancing option and the active balance currency) in the 'esp32-example.yaml' configuration file. Can I ask why those sensors are missing in the uart-ttl configuration but instead they are in the ble config file?

thanks in advance

image

syssi commented 7 months ago

The information isn't part of the UART-TTL protocol / available via UART-TTL. The same applies to the balancing current unfortunately.

giangy11 commented 7 months ago

ah ok didn't know, thanks anyway for the great job