Closed sralus closed 1 year ago
Power tube / mosfet temperature: https://github.com/syssi/esphome-jk-bms/blob/main/components/jk_bms_ble/jk_bms_ble.cpp#LL555C1-L555C119
You should find the mosfet temperature starting at position 112 + 32
(2 bytes).
https://github.com/syssi/esphome-jk-bms/blob/main/components/jk_bms_ble/jk_bms_ble.cpp#L539
The delta cell voltage starts a position 60 + 16
(2 bytes).
Hello I know that there is a slightly different protocol here, but maybe you can help me with these two values? I got a new JKBMS: (JK-BMS has the hardware ver V11.XW - software ver V11.26 and version V4.10.1) and had to increase all receivedBytes_main by 32 so that I can read the values.
This works:
all data are read except these two: This not ?:
and this does not work either:
does one of you have an idea which values should I use for Delta_Cell_Voltage & MOS_Temp have to register?
Thank you in advance