Skip to content

Commit

Permalink
Update vzlogger.conf
Browse files Browse the repository at this point in the history
Updated aggtime and aggmode for sml-counters
  • Loading branch information
griesi committed Jun 22, 2015
1 parent e07cd52 commit 7f15ee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/vzlogger.conf
Expand Up @@ -30,11 +30,13 @@
"skip": false, // if enabled, errors when opening meter will lead to meter being ignored
"protocol": "sml", // see 'vzlogger -h' for list of available protocols
"host": "http://localhost/meinzaehler.dyndns.info:7331",
"aggtime": 10, // aggregate all signals and give one update to middleware every 10 seconds
"channels": [{
"api": "volkszaehler", // default middleware api: volkszaehler.org
"uuid": "fde8f1d0-c5d0-11e0-856e-f9e4360ced10",
"middleware": "http://localhost/middleware.php",
"identifier": "power" // alias for '1-0:1.7.ff', see 'vzlogger -h' for list of available aliases
"identifier": "power", // alias for '1-0:1.7.ff', see 'vzlogger -h' for list of available aliases
"aggmode": "AVG" // use with "aggtime": // "AVG" for Power, "MAX" for Counter
}, {
"uuid": "a8da012a-9eb4-49ed-b7f3-38c95142a90c",
"middleware": "http://localhost/middleware.php",
Expand All @@ -44,6 +46,7 @@
"uuid": "d5c6db0f-533e-498d-a85a-be972c104b48",
"middleware": "http://localhost/middleware.php",
"identifier": "1-0:1.8.0" // see 'vzlogger -v20' for an output with all available identifiers/OBIS ids
"aggmode": "MAX" // use with "aggtime": // "AVG" for Power, "MAX" for Counter
}]
},
{
Expand Down

0 comments on commit 7f15ee4

Please sign in to comment.