I try to get as much information as possible from a Peak Power Pack. What I see is a different behaviour than what's documented. E.g. "VE.Direct-Protocol-3.32.pdf" states in the Introduction: "On power up, a VE.Direct interface will always be in Text-mode, and continuously transmits
all run-time fields. As soon as it receives a valid HEX-message,..." But I've never seen any text message from my Peak Power Pack. I use the software from https://github.com/TheWandrr/vedirect_to_mqtt to read Peak Power Pack with a USB cable. But I only get the main_voltage and the temperature right now. And a message I can't find any documentation:
Parsing data from main_voltage [ED8D] = 13.530
Parsing data from temp [EDEC] = 313.000
ParseHexMessage(A002100100000001A)
So where can I find specific information about how to "talk" to a Peak Power Pack. I need to know if it's charged and the SOC (I know that's a hard question).