-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvzlogger.conf
59 lines (59 loc) · 1.66 KB
/
vzlogger.conf
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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"retry": 0,
"verbosity": 1,
"meters": [
{
"enabled": true,
"allowskip": true,
"protocol": "exec",
"command": "mbmd.py",
"format": "$t: $i = $v",
"channels": [
{
"uuid": "920911a0-dba9-11ea-981f-e7babc04fcc7",
"identifier": "Export",
"api": "volkszaehler",
"middleware": "http://volkszaehler:8080",
"aggmode": "none",
"duplicates": 3600
},
{
"uuid": "2d247670-8d8e-11eb-b25b-e1c602f352ba",
"identifier": "Power",
"api": "volkszaehler",
"middleware": "http://volkszaehler:8080",
"aggmode": "none"
}
]
},
{
"enabled": true,
"allowskip": true,
"channels": [
{
"uuid": "976ee3f0-dc81-11ea-9cfe-a104ca6585c2",
"identifier": "1.8.0",
"api": "volkszaehler",
"middleware": "http://volkszaehler:8080",
"aggmode": "none",
"duplicates": 0
},
{
"uuid": "b2734650-dc81-11ea-9f80-eb69469aa94c",
"identifier": "2.8.0",
"api": "volkszaehler",
"middleware": "http://volkszaehler:8080",
"aggmode": "none",
"duplicates": 0
}
],
"protocol": "d0",
"device": "/dev/ttyUSB0",
"pullseq": "2F3F210D0A",
"ackseq": "063030300D0A",
"baudrate": 300,
"parity": "7E1",
"read_timeout": 60
}
]
}