forked from helgew/emporia-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.properties.example
47 lines (33 loc) · 1.3 KB
/
config.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Username and password must be configured here or provided on the command line
# username=
# password=
# Enable debug messages by setting this to 'true'
debug=false
# The path to the log file to be used
logfile=application.log
# If set to false, log messages will be printed on STDOUT
quiet=false
# If set to true, raw JSON data from the server will be printed to STDOUT
raw=false
# The scale determines the dataset intervals. It must be one of 's', 'm', 'h', 'd', 'w, 'M', or
# 'y' corresponding to one second, minute, hour, day, week, month, or year respectively.
# Note that data for an interval of one second will be output as Watts to InfluxDB if so
# configured. All other data is in kWh.
scale=s
# The number of minutes to wait before downloading the next dataset. This parameter will be
# adjusted such that it is always greater than the scale. If a value of 0 is given, the
# downloader exits after one dataset has been downloaded.
sleep=5
# InfluxDB parameters
# If set to true, not data will be written to InfluxDB
disable-influx=true
# The name of the InfluxDB bucket
influx-bucket=electricity/autogen
# The URL of the InfluxDB server
influx-url=http://localhost
# The port of the InfluxDB server
influx-port=8086
# The InfluxDB organization
# influx-org=
# The InfluxDB authentication token
# influx-token=