Configuring
Configuration for the load aggregator is specified in a JSON file.
Option | Description | Required | Default |
---|---|---|---|
ewbDataPath | The path to the ewb data directory | Yes | - |
outputTimeZone | The timezone should match the specified output timezone in the load processor | Yes | - |
daysToSearchForNetwork | The number of days to search (forwards and backwards) from a load reading to find the network model containing meter mappings | No | 0 |
caution
If any paths in the configuration are given as relative paths, they will be relative to the working directory of the JVM.
Sample Configuration File
{
"ewbDataPath": "/Users/zepben/server/ewb",
"outputTimeZone": "Australia/Sydney",
"daysToSearchForNetwork": 7
}