<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hallo komisches Verhalten vom VZLOGGER
      mit aktiviertem Log<br>
      <br>
      also mit Log und Verbose macht er keinen Autostart<br>
      auch manuell beendet er sich wieder ohne Fehlermeldung<br>
      <br>
      nur mit Log startet er und scheint auch das zu machen was er soll.<br>
      <a class="moz-txt-link-freetext"
        href="http://pastebin.com/FjB7y5xP">http://pastebin.com/FjB7y5xP</a><br>
      <br>
      Aktivere ich Log und Verbose und starte mit Force<br>
      macht er wieder nicht was er soll.<br>
      <a class="moz-txt-link-freetext"
        href="http://pastebin.com/WT4Spff6">http://pastebin.com/WT4Spff6</a><br>
      <br>
      <br>
      <img src="cid:part3.03060101.09070104@meckler.org" alt=""><br>
      <br>
      <br>
      <br>
      Am 03.07.2015 um 08:37 schrieb Christian Meckler:<br>
    </div>
    <blockquote cite="mid:55962DC1.2090306@meckler.org" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      Hallo zusammen,<br>
      <br>
      hab meinen VZ neu aufsetzen müssen und die VZ logger.conf neu
      erstellt.<br>
      <br>
      dummerweise krieg ich die AGGMODE nicht mehr zum laufen.<br>
      ich will das er nur alle 300 Sekunden einen Wert in die DB
      schreibt.<br>
      Im Moment macht er mit dem einen Kanal alle 5 Sekunden und mit dem
      anderen Kanal alle 60 Sekunden eine Messung<br>
      <br>
      Gruß<br>
      Chris<br>
      <br>
      <img src="cid:part4.09080403.04000408@meckler.org" alt=""><br>
      <br>
      <br>
      <br>
      /**<br>
       * vzlogger configuration<br>
       * <br>
       * use proper encoded JSON with javascript comments<br>
       *<br>
       * take a look at the wiki for detailed information:<br>
       * <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration">http://wiki.volkszaehler.org/software/controller/vzlogger#configuration</a><br>
       */<br>
      <br>
      {<br>
      "retry" : 30,                   /* how long to sleep between
      failed requests, in seconds */<br>
      "daemon": true,                /* run periodically */<br>
      //"verbosity" : 15,               /* between 0 and 15 */<br>
      //"log" : "/var/log/vzlogger.log",/* path to logfile, optional */<br>
      <br>
      "local" : {<br>
              "enabled" : false,      /* should we start the local HTTPd
      for serving live readings? */<br>
              "port" : 80,            /* the TCP port for the local
      HTTPd */<br>
              "index" : true,         /* should we provide a index
      listing of available channels? */<br>
              "timeout" : 30,         /* timeout for long polling comet
      requests, 0 disables comet, in seconds */<br>
              "buffer" : 600          /* how long to buffer readings for
      the local interface, in seconds */<br>
      },<br>
      <br>
      "meters" : [{<br>
              "enabled" : true,       /* disabled meters will be ignored
      */<br>
              "protocol" : "sml",     /* use 'vzlogger -h' for list of
      available protocols */<br>
              "device" : "/dev/lesekopf1",<br>
          "aggtime" :300 , /* Das ist die Zeit die mindestens
      "gesammelt" wird */<br>
         "interval" : 300, // Wartezeit bis zum nächsten Pull<br>
      <br>
               "channels": [{<br>
               "uuid" : "7dd14ae0-970b-11e3-9e3b-b14d7d0cec42",<br>
               "middleware" : <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="http://localhost/volkszaehler.org/htdocs/middleware.php">"http://localhost/volkszaehler.org/htdocs/middleware.php"</a>,<br>
               "identifier" : "1-0:1.8.0", /* Leistung */<br>
      "aggmode" : "MAX", /* MAX = maximum des <br>
      Aggregationszeitraum (für Zähler), AVG = Durchschnitt im <br>
      Aggregationszeitraum (für sensoren), NONE (default) keine
      aggregierung */<br>
      <br>
      <br>
               }, {<br>
               "uuid" : "8dea6b20-970b-11e3-8a71-3df3158a03c2",<br>
               "middleware" : <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="http://localhost/volkszaehler.org/htdocs/middleware.php">"http://localhost/volkszaehler.org/htdocs/middleware.php"</a>,<br>
               "identifier" : "1-0:1.8.1", /* Wirkarbeit Bezug +A */<br>
      "aggmode" : "MAX", /* MAX = maximum des <br>
      Aggregationszeitraum (für Zähler), AVG = Durchschnitt im <br>
      Aggregationszeitraum (für sensoren), NONE (default) keine
      aggregierung */<br>
      <br>
      <br>
               }, {<br>
               "uuid" : "937f3da0-970b-11e3-ab7d-03ed0926efaa",<br>
               "middleware" : <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="http://localhost/volkszaehler.org/htdocs/middleware.php">"http://localhost/volkszaehler.org/htdocs/middleware.php"</a>,<br>
               "identifier" : "1-0:1.8.2", /* Wirkarbeit Lieferung -A */<br>
      "aggmode" : "MAX", /* MAX = maximum des <br>
      Aggregationszeitraum (für Zähler), AVG = Durchschnitt im <br>
      Aggregationszeitraum (für sensoren), NONE (default) keine
      aggregierung */<br>
      <br>
      <br>
               }]<br>
      <br>
      <br>
      <br>
              },{<br>
              "enabled" : true,       /* disabled meters will be ignored
      */<br>
              "protocol" : "sml",     /* use 'vzlogger -h' for list of
      available protocols */<br>
              "device" : "/dev/lesekopf0",<br>
              "aggtime" :300 , /* Das ist die Zeit die mindestens
      "gesammelt" wird */<br>
         "interval" : 300, // Wartezeit bis zum nächsten Pull<br>
      <br>
               "channels": [{<br>
               "uuid" : "e8438560-970c-11e3-a298-c36381d228ba",<br>
               "middleware" : <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="http://localhost/volkszaehler.org/htdocs/middleware.php">"http://localhost/volkszaehler.org/htdocs/middleware.php"</a>,<br>
               "identifier" : "1-0:1.8.0", /* Leistung */<br>
      "aggmode" : "MAX", /* MAX = maximum des <br>
      Aggregationszeitraum (für Zähler), AVG = Durchschnitt im <br>
      Aggregationszeitraum (für sensoren), NONE (default) keine
      aggregierung */<br>
      <br>
      <br>
               }, {<br>
               "uuid" : "ee957360-970c-11e3-ad31-d1a6935614c4",<br>
               "middleware" : <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="http://localhost/volkszaehler.org/htdocs/middleware.php">"http://localhost/volkszaehler.org/htdocs/middleware.php"</a>,<br>
               "identifier" : "1-0:1.8.1", /* Wirkarbeit Bezug +A */<br>
      "aggmode" : "MAX", /* MAX = maximum des <br>
      Aggregationszeitraum (für Zähler), AVG = Durchschnitt im <br>
      Aggregationszeitraum (für sensoren), NONE (default) keine
      aggregierung */<br>
      <br>
      <br>
               }, {<br>
               "uuid" : "f297c6d0-970c-11e3-aee8-4bb6ae091367",<br>
               "middleware" : <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="http://localhost/volkszaehler.org/htdocs/middleware.php">"http://localhost/volkszaehler.org/htdocs/middleware.php"</a>,<br>
               "identifier" : "1-0:1.8.2", /* Wirkarbeit Lieferung -A */<br>
      "aggmode" : "MAX", /* MAX = maximum des <br>
      Aggregationszeitraum (für Zähler), AVG = Durchschnitt im <br>
      Aggregationszeitraum (für sensoren), NONE (default) keine
      aggregierung */<br>
      <br>
      <br>
               }]<br>
      <br>
              }<br>
      ]}<br>
      Gruß </blockquote>
    <br>
  </body>
</html>