Discussed in #118
Originally posted by ryanmrash-lgtm March 5, 2026
I've found when importing logs from my DJI M30T, that paired batteries do not record the same time of flight. Example: battery 1A shows 50 flights at 9hrs 47min total time, while its mate 1B only shows 15 flights with 3hrs 44min flight time. This is consistent through all 5 pairs of batteries. Rarely do number pairs get mixed. I suspect these logs only record 1 battery as a primary? Maybe left battery is recorded rather than both battery slots? I have no idea how the aircraft logs which battery is primary...
DJIFlightRecord_2025-05-09_.22-46-53.txt
Response
Unfortunately the extracted raw log does not have the second serial, so I don't think we can integrate this yet. The database design also assumes so and that is why we only take telemetry from the first battery slot (two batteries would have near identical stats if they are used together and one is not brick). This is a software limitation from our side at the moment.
The primary battery depends on which slot you put that in, and if you always use them together, then you would know that one serial automatically means presence of another, you can select all flights by flight serial or by selecting both battery serial from the filter drop-downs. i hope it's not a big inconvenience.
DJI_frames_two_battery_r.zip
Discussed in #118
Originally posted by ryanmrash-lgtm March 5, 2026
I've found when importing logs from my DJI M30T, that paired batteries do not record the same time of flight. Example: battery 1A shows 50 flights at 9hrs 47min total time, while its mate 1B only shows 15 flights with 3hrs 44min flight time. This is consistent through all 5 pairs of batteries. Rarely do number pairs get mixed. I suspect these logs only record 1 battery as a primary? Maybe left battery is recorded rather than both battery slots? I have no idea how the aircraft logs which battery is primary...
DJIFlightRecord_2025-05-09_.22-46-53.txt
Response
Unfortunately the extracted raw log does not have the second serial, so I don't think we can integrate this yet. The database design also assumes so and that is why we only take telemetry from the first battery slot (two batteries would have near identical stats if they are used together and one is not brick). This is a software limitation from our side at the moment.
The primary battery depends on which slot you put that in, and if you always use them together, then you would know that one serial automatically means presence of another, you can select all flights by flight serial or by selecting both battery serial from the filter drop-downs. i hope it's not a big inconvenience.
DJI_frames_two_battery_r.zip
Implemented with 4595d1c
Work around Battery Pairing Guide (with
battery-pair.json)This feature lets Open Drone Log treat two battery serial numbers as one logical pair for usage and maintenance tracking.
It is useful for aircraft that alternate between two physical batteries where flights may be logged under either serial.
What This Feature Does
If a pair is defined (for example
SN123456:SN654321), Open Drone Log will: