/* Used to create bullet points on CMS lists by adding matching class to each item */
Charge HQ allows downloading your historical charging data. The data is sent by email as a CSV attachment. If you have supported solar equipment, it includes the breakdown of where the energy came from: solar, home battery or the grid.
To download your data, open the Stats tab then tap the Download button.
Select the resolution of your data and the date range.
Note that 15 minute data is limited to one year per request. If you need multiple years of 15 minute data please submit multiple requests.
Data files are in CSV format. All energy values are in kWh. The columns are:
The energy columns are common to all files:
Timestamps
The 15 minute data files contain interval timestamps. The start_time_local field shows the date and time in the local timezone of the account. On days which have a daylight savings transition the same timestamp may be repeated and thus ambiguous.
To avoid issues with daylight savings the start_time_epoch field may be used, which contains a Unix timestamp that is unambiguous.
No zero rows
The 15 minute data files only include rows for intervals where charging occurred. If there was no charging during a particular 15 minute interval there will be no row for that interval in the data file. This reduces the file size.