I need a clarification on SOH
Per TRM:
StateofHealth(): 0x2E/0x2F
This command returns the state-of-health (SOH) information of the battery. StateOfHealth() is calculated
as a percentage of FullChargeCapacity() relative to Design Capacity. It is a read-only command.
Byte 0: LSB of SOH in capacity
Byte 1: MSB of SOH in capacity
Byte 2: LSB of SOH in energy
Byte 3: MSB of SOH in energy
If I understood it right, the command returns two bytes (0x2E/0x2F) but the description indicates four. What am I missing?