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
442 stars 148 forks source link

max min voltage of cells stange value #323

Closed riker65 closed 1 year ago

riker65 commented 1 year ago

Hi do you mind checking those measures: Can not find them in the app. values do look strange to me.

image

also mqtt

image

thanks Thomas

syssi commented 1 year ago

The first screenshot shows the minimum cell voltage. The second screenshot the maximum. The values aren't available via the android app. It's just the lowest and highest value from the list of cell voltages.

riker65 commented 1 year ago

Hi, but they are changing very quick, and 7 can not be right, mqtt value also min voltage 2 and max 8 can not be right? are those integer?

syssi commented 1 year ago

This is the cell number. It indicates the cell with the min/max voltage.

riker65 commented 1 year ago

ok understand thanks

riker65 commented 1 year ago

off topic: do you know a way to sort web output? naming does not work

syssi commented 1 year ago

off topic: do you know a way to sort web output? naming does not work

I don't know. You could ask at the ESPHome discord channel. It looks like a custom iterator is used to loop over all entities and sorting isn't implemented yet.