aboutsummaryrefslogtreecommitdiff
path: root/obinsectd.conf.example
blob: 7018c7f64be399891cc59690b8b002611b58bda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "topicmap" : {
	"/obinsect/log/debug"        : "debug",
	"/obinsect/log/info"         : "info",
	"/obinsect/log/error"        : "error",
	"/obinsect/websocket/power"  : "Power",
	"/obinsect/json/realtime"    : "alias",
	"/obinsect/json/counters"    : [
	    "timestamp",
	    "MeterTime",
	    "CumulativeEnergy",
	    "CumulativeEnergyExport",
	    "CumulativeReactiveEnergy",
	    "CumulativeReactiveEnergyExport"
	]
    },
    "obisdefs" : [
	"/etc/obinsect/aidon_v0001.json",
	"/etc/obinsect/kfm_001.json",
	"/etc/obinsect/kamstrup_v0001.json"
    ]
}