[vz-users] Aggmode und Aggtime
Matthias Behr
mbehr at mcbehr.de
Sat Jul 4 19:45:33 CEST 2015
Hallo,
welche Version nutzt du denn?
Aus deinem Log:
[Jul 03 10:39:00][mtr1] Updating interval to 4
Das ist schon lange (seit min April 2013) abgeschaltet:
82028e3d src/threads.cpp (peterevertz 2013-04-22 04:16:39 +0200 93) // print(log_debug, "Updating interval to %i", mtr->name(), delta);
82028e3d src/threads.cpp (peterevertz 2013-04-22 04:16:39 +0200 94) // mtr->interval(delta);
82028e3d src/threads.cpp (peterevertz 2013-04-22 04:16:39 +0200 95) // }
> Am 04.07.2015 um 15:14 schrieb Christian Meckler <christian at meckler.org>:
>
> 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 <http://pastebin.com/FjB7y5xP>
>
> Aktivere ich Log und Verbose und starte mit Force
> macht er wieder nicht was er soll.
> http://pastebin.com/WT4Spff6 <http://pastebin.com/WT4Spff6>
>
>
> <Mail-Anhang.png>
>
>
>
> 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
>>
>> <Mail-Anhang.png>
>>
>>
>>
>> /**
>> * 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 <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" <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" <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" <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" <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" <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" <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ß
>
Gruß
Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150704/e137b231/attachment.html>
More information about the volkszaehler-users
mailing list