To supplement Mickey, the formula for converting the bytes on the the CAN network to cell voltage is:
volts = (6E1[4] * 256 + 6E1[5] + 420)/200 This is the voltage for cell A in module 1. 6E1 is the PID and [4] means byte 4.
If both bytes are zero then the voltage shown is 2.1.
However data...