[vz-users] Aggmode und Aggtime

Christian Meckler christian at meckler.org
Sat Jul 4 15:14:57 CEST 2015


Hallo komisches Verhalten vom VZLOGGER mit aktiviertem Log

also mit Log und Verbose macht er keinen Autostart
auch manuell beendet er sich wieder ohne Fehlermeldung

nur mit Log startet er und scheint auch das zu machen was er soll.
http://pastebin.com/FjB7y5xP

Aktivere ich Log und Verbose und starte mit Force
macht er wieder nicht was er soll.
http://pastebin.com/WT4Spff6






Am 03.07.2015 um 08:37 schrieb Christian Meckler:
> Hallo zusammen,
>
> hab meinen VZ neu aufsetzen müssen und die VZ logger.conf neu erstellt.
>
> dummerweise krieg ich die AGGMODE nicht mehr zum laufen.
> ich will das er nur alle 300 Sekunden einen Wert in die DB schreibt.
> Im Moment macht er mit dem einen Kanal alle 5 Sekunden und mit dem 
> anderen Kanal alle 60 Sekunden eine Messung
>
> Gruß
> Chris
>
>
>
>
>
> /**
>  * vzlogger configuration
>  *
>  * use proper encoded JSON with javascript comments
>  *
>  * take a look at the wiki for detailed information:
>  * http://wiki.volkszaehler.org/software/controller/vzlogger#configuration
>  */
>
> {
> "retry" : 30,                   /* how long to sleep between failed 
> requests, in seconds */
> "daemon": true,                /* run periodically */
> //"verbosity" : 15,               /* between 0 and 15 */
> //"log" : "/var/log/vzlogger.log",/* path to logfile, optional */
>
> "local" : {
>         "enabled" : false,      /* should we start the local HTTPd for 
> serving live readings? */
>         "port" : 80,            /* the TCP port for the local HTTPd */
>         "index" : true,         /* should we provide a index listing 
> of available channels? */
>         "timeout" : 30,         /* timeout for long polling comet 
> requests, 0 disables comet, in seconds */
>         "buffer" : 600          /* how long to buffer readings for the 
> local interface, in seconds */
> },
>
> "meters" : [{
>         "enabled" : true,       /* disabled meters will be ignored */
>         "protocol" : "sml",     /* use 'vzlogger -h' for list of 
> available protocols */
>         "device" : "/dev/lesekopf1",
>     "aggtime" :300 , /* Das ist die Zeit die mindestens "gesammelt" 
> wird */
>    "interval" : 300, // Wartezeit bis zum nächsten Pull
>
>          "channels": [{
>          "uuid" : "7dd14ae0-970b-11e3-9e3b-b14d7d0cec42",
>          "middleware" : 
> "http://localhost/volkszaehler.org/htdocs/middleware.php",
>          "identifier" : "1-0:1.8.0", /* Leistung */
> "aggmode" : "MAX", /* MAX = maximum des
> Aggregationszeitraum (für Zähler), AVG = Durchschnitt im
> Aggregationszeitraum (für sensoren), NONE (default) keine aggregierung */
>
>
>          }, {
>          "uuid" : "8dea6b20-970b-11e3-8a71-3df3158a03c2",
>          "middleware" : 
> "http://localhost/volkszaehler.org/htdocs/middleware.php",
>          "identifier" : "1-0:1.8.1", /* Wirkarbeit Bezug +A */
> "aggmode" : "MAX", /* MAX = maximum des
> Aggregationszeitraum (für Zähler), AVG = Durchschnitt im
> Aggregationszeitraum (für sensoren), NONE (default) keine aggregierung */
>
>
>          }, {
>          "uuid" : "937f3da0-970b-11e3-ab7d-03ed0926efaa",
>          "middleware" : 
> "http://localhost/volkszaehler.org/htdocs/middleware.php",
>          "identifier" : "1-0:1.8.2", /* Wirkarbeit Lieferung -A */
> "aggmode" : "MAX", /* MAX = maximum des
> Aggregationszeitraum (für Zähler), AVG = Durchschnitt im
> Aggregationszeitraum (für sensoren), NONE (default) keine aggregierung */
>
>
>          }]
>
>
>
>         },{
>         "enabled" : true,       /* disabled meters will be ignored */
>         "protocol" : "sml",     /* use 'vzlogger -h' for list of 
> available protocols */
>         "device" : "/dev/lesekopf0",
>         "aggtime" :300 , /* Das ist die Zeit die mindestens 
> "gesammelt" wird */
>    "interval" : 300, // Wartezeit bis zum nächsten Pull
>
>          "channels": [{
>          "uuid" : "e8438560-970c-11e3-a298-c36381d228ba",
>          "middleware" : 
> "http://localhost/volkszaehler.org/htdocs/middleware.php",
>          "identifier" : "1-0:1.8.0", /* Leistung */
> "aggmode" : "MAX", /* MAX = maximum des
> Aggregationszeitraum (für Zähler), AVG = Durchschnitt im
> Aggregationszeitraum (für sensoren), NONE (default) keine aggregierung */
>
>
>          }, {
>          "uuid" : "ee957360-970c-11e3-ad31-d1a6935614c4",
>          "middleware" : 
> "http://localhost/volkszaehler.org/htdocs/middleware.php",
>          "identifier" : "1-0:1.8.1", /* Wirkarbeit Bezug +A */
> "aggmode" : "MAX", /* MAX = maximum des
> Aggregationszeitraum (für Zähler), AVG = Durchschnitt im
> Aggregationszeitraum (für sensoren), NONE (default) keine aggregierung */
>
>
>          }, {
>          "uuid" : "f297c6d0-970c-11e3-aee8-4bb6ae091367",
>          "middleware" : 
> "http://localhost/volkszaehler.org/htdocs/middleware.php",
>          "identifier" : "1-0:1.8.2", /* Wirkarbeit Lieferung -A */
> "aggmode" : "MAX", /* MAX = maximum des
> Aggregationszeitraum (für Zähler), AVG = Durchschnitt im
> Aggregationszeitraum (für sensoren), NONE (default) keine aggregierung */
>
>
>          }]
>
>         }
> ]}
> Gruß 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150704/894653c3/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 35535 bytes
Desc: not available
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150704/894653c3/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 22541 bytes
Desc: not available
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150704/894653c3/attachment-0003.png>


More information about the volkszaehler-users mailing list