{% extends "base.html" %} {% block title %}Export — Battery Tracker{% endblock %} {% block content %}

Export Data

Full Export

Download your complete dataset — batteries, devices, charge logs, capacity tests, and percentage history.

Download All CSVs (.zip) Download JSON

Individual CSV Files

Download a single table at a time.

batteries.csv All batteries with device name
devices.csv All devices with installed battery count
charge-logs.csv All charge log entries with battery label
capacity-tests.csv All capacity test results with battery label
pct-logs.csv Battery percentage history
Import JSON
{% endblock %}