Skip to main content
Version: Next

Configuring

Configuration for the load aggregator is specified in a JSON file.

OptionDescriptionRequiredDefault
ewbDataPathThe path to the ewb data directoryYes-
outputTimeZoneThe timezone should match the specified output timezone in the load processorYes-
daysToSearchForNetworkThe number of days to search (forwards and backwards) from a load reading to find the network model containing meter mappingsNo0
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
}