You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue coming up out of the blue in version 1.78
Seems the 4th byte of the cycle_capacity field ( buf[189] ) is set to 0x2 in my case.
Looks like this byte value is slowly increasing...
This change fixed the issue for me: is_new_11fw = buf[189] in {0x0, 0x1, 0x2} and buf[189 + 32] > 0 # 32 cell version
JkBMS 2
This happen with all sensor in secondary battery. I have 2 jk bms and is fine with battery1 but battery2 is totally wrong
The text was updated successfully, but these errors were encountered: