sean-user
sean-user
I'm [power.saver](https://teslamotorsclub.com/tmc/members/power-saver.72915/) on the TMC forums. Thanks to @darryllee for bringing my post over here. Some additional info on the objects with * after them (text enumerations). The first byte...
With a little work, I was able to parse out most of the vitals file. Here is the text result. The first column is the number of bytes into the...
I've attached the parser I wrote in C. Sample output file included as well. [vitals.zip](https://github.com/vloschiavo/powerwall2/files/7049615/vitals.zip)
I don't have 21.31.0 yet, so can't check the file, but all others were preceded by 0x12 0x?? 0x0a before the key. 0x?? is any value. So if it follows...
The first one is cut off, but the the second one, starting at 0db9 = 12, 0dba = 19 (don't care) and 0dbc = 0a so the parser should find...
The 16 is the string length (22 characters). The 1a is unknown because it immediately follows the previous key, which should have been a delimiter and a value, but they...