Skip to main content
Version: Next

Input Files

The input file name for the load readings CPPAL CSV files should follow the following format:

HANA_(15|30)M_CONS_(CITI|PCOR)_<YYYYMMdd>_<YYYYMMdd>.csv

where <YYYY> <MM> <dd> are the year, month and date.

Some examples:

HANA_15M_CONS_CITI_20160101_20160101 HANA_30M_CONS_CITI_20150501_20150101 HANA_15M_CONS_PCOR_20130201_20130201 HANA_30M_CONS_PCOR_20110901_20110901

Alternatively, the input files for EE JSON files can be named anything, but have to end with .json; the format expected is as follows:

{
"readings": [
{
"start": "2020-01-01T00:00:00+10:00",
"interval": 1800,
"entries": [
{
"id": "1007190",
"realValues": false,
"valueUnit": "kwh",
"valueType": "net",
"values": [0.5651, 0.537, 0.5167, 0.4901, 0.4838, 0.4791, 0.4724, 0.4621, 0.4661, 0.4846, 0.4699, 0.3888, 0.3225, 0.2427, 0.1771, 0.0739, -0.0397, -0.2177, -0.4392, -0.7568, -1.0484, -1.3821, -1.562, -1.6874, -1.7632, -1.7583, -1.6812, -1.5108, -1.3238, -1.0467, -0.7282, -0.3567, 0.0044, 0.3096, 0.5251, 0.674, 0.7369, 0.7391, 0.7246, 0.6962, 0.6623, 0.6252, 0.6122, 0.6016, 0.5776, 0.5555, 0.5312, 0.5179]
},
...
]
},
...
]
}