Tom-evnut / TeslaBMSV2

39 stars 32 forks source link

Diagnostic Page Enhancements #24

Open JustDave2 opened 2 years ago

JustDave2 commented 2 years ago

I would like to monitor BMS data with external tools.

Given I can connect to the serial port and monitor the diagnostic data, looking for patterns.

When I see "BMS Status " I know it's the beginning of a staus update, but I have no good end characters.

My requests: 1.) Add a unique character string at the end of the status update so that I can programmatically know the end of the datagram. 2.) Fix the order of the last line. Currently, all values have a label and value (e.g. Cell1: 3.80V or Avg Temp: 17.818C) but the last line looks like this: CANbus 0.00mA 71% SOC 988320.00mAh
Please set each to a label, value pattern ( e.g. CANbus 0.00mA SOC 71% ChargeCapacity 988320.00mAh)

Thank you! David