mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
29a46353fc
vzlogger is a tool to read and log measurements of a wide variety of smart meters and sensors to the volkszaehler.org middleware. Signed-off-by: Andy Voigt <a.voigt@mailbox.org>
30 lines
525 B
Plaintext
30 lines
525 B
Plaintext
{
|
|
"retry": 2,
|
|
"verbosity": 1,
|
|
"log": "/var/log/vzlogger.log",
|
|
"push": [],
|
|
"local": {
|
|
"enabled": true,
|
|
"port": 8080,
|
|
"index": true,
|
|
"timeout": 0,
|
|
"buffer": 0
|
|
},
|
|
"meters": [
|
|
{
|
|
"enabled": true,
|
|
"allowskip": false,
|
|
"interval": -1,
|
|
"aggtime": 10,
|
|
"aggfixedinterval": true,
|
|
"channels": [],
|
|
"protocol": "sml",
|
|
"device": "/dev/ttyUSB0",
|
|
"pullseq": "",
|
|
"baudrate": 9600,
|
|
"parity": "8n1",
|
|
"use_local_time": false
|
|
}
|
|
]
|
|
}
|