The charge count and battery serial number are recorded in the csv of the flight log.
Serial number = column ID, "RECOVER.batterySn" & or column JF "DETAILS.batterySn".
Battery production date? column DQ, "CENTER_BATTERY.productDate".
charge count = column DG, "CENTER_BATTERY.loopNum".
It might be an idea to check any previous flights flown with that battery to see if your impression is correct.
If you have a windows computer and if you have a lot of
M2P logs then there is a way to process them en masse and get their csv's with TXTlogToCSVtool.exe
Hi folks, I'm glad to present you the result of my work. A lot of us have been unhappy, because until now, there was no offline TXT FlightRecord to CSV Converter. And after websites such as HealthyDrones and djilogs.com started to charge for their services, I decided I really need some offline...
phantompilots.com
Copy the logs to one folder then open a command window in that folder and paste everything in green
FORFILES /m *.txt /C "TXTlogToCSVtool /c @file @fname.csv"
to the command line then press return.