-
Notifications
You must be signed in to change notification settings - Fork 4
/
superwatt.json
executable file
·26 lines (26 loc) · 1.11 KB
/
superwatt.json
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
{
"instance" : "ApertMax 7.2K",
"debug" : false,
"debugClass" : [],
"communicationClass" : "usbConnector",
"portPath" : "/dev/ttyUSB0",
"webserver" : true,
"webserverDebug" : false,
"webClass" : "site",
"httpBind" : "0.0.0.0",
"httpPort" : 61000,
"gridWattUrl" : "http://192.168.2.104/emeter/1",
"gridWattField" : "power",
"mqttServers" : [],
"influxDbUrls" : [
{
"username" : "pimpmysuperwatt",
"password" : "pimpmysuperwatt",
"dbName" : "pimpMySuperWatt",
"dbHost" : "localhost",
"dbPort" : "8086"
}
],
"queryPoolingInterval" : 20,
"queryPluginInterval" : 30
}