Load Test¶
Run a controlled battery discharge test.
voltkeeper load-test AA:BB:CC:DD:EE:FF -l 500 -p "500W heater on AC"
The test will:
Prompt you to fully charge, connect a load, and disconnect charging
Verify prerequisites (SOC >= 95%, no grid/PV input)
Poll every N seconds — logging SOC, voltage, current, AC/DC/PV/grid power, temperatures, device time estimate, and energy measurements
Warn if grid or PV charging is detected (> 10 W)
End when SOC reaches 0%, BLE connection drops, or you press Ctrl-C
Print a summary with capacity, average load, min voltage, and max temp
Options¶
Option |
Description |
|---|---|
|
CSV output file (default: |
|
Sample interval, minimum 15s (default: 60) |
|
Known load wattage for analysis reference |
|
Label for this test phase (useful for multi-phase testing) |
CSV Output¶
The CSV has 17 columns with a comment header block; empty cells for failed BLE reads are Excel-friendly.
Energy Measurements¶
Two energy measurements are logged:
Computed — trapezoidal integration of measured power over time
Register — the device’s own
totalDCEnergyregister (for validation)