<div dir="ltr"><div><br>/**<br> * vzlogger configuration<br> *<br> * Use properly encoded JSON with javascript comments<br> *<br> * Take a look at the wiki for detailed information:<br> * <a href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration">http://wiki.volkszaehler.org/software/controller/vzlogger#configuration</a><br> *<br> * For an online configuration editor refer to:<br> * <a href="http://volkszaehler.github.io/vzlogger/">http://volkszaehler.github.io/vzlogger/</a><br> */<br><br><br>{<br>  "retry" : 0,                   /* 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" : 8080,          /* the TCP port for the local HTTPd */<br>        "index" : true,         /* should we provide a index listing of available channels if no UUID was requested?$<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>"meters": [<br>        {<br>          "enabled": true,<br>          "allowskip": false,<br>          "interval": -1,<br>          "aggtime": -1,<br>          "aggfixedinterval": false,<br>          "channels": [<br>            {<br>              "uuid": "1e2a2af0-2bb8-11e8-8291-b3e818c6520d",<br>              "identifier": "1.8.0",<br>              "api": "volkszaehler",<br>              "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",<br>              "aggmode": "none",<br>              "duplicates": 0<br>            }<br>          ],<br>        {<br>        "protocol" : "d0",<br>        "baudrate" : 9600,<br>        "device" : "/dev/ttyUSB0",<br>        "parity" : "7E1",<br>        "pullseq" : "2f3f210d0a", // nur wenn Aufforderung notwendig, sonst auskommentieren.<br>        "interval" : 30, // Wartezeit bis zum nächsten Pull, NUR wenn Aufforderung notwendig. Sonst auskommentieren.<br>        }<br>     ]<br>}<br><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">Am 19. März 2018 um 22:38 schrieb Udo1 <span dir="ltr"><<a href="mailto:udo1@gmx.net" target="_blank">udo1@gmx.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Am 19.03.2018 um 22:13 schrieb Atila Ülger:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hier habe ich jetzt nochmal deine verlinkte bespieldatei eingefügt und den rest auskommentiert.<br>
</blockquote></span>
Zeig mal deine /etc/vzlogger.conf<br>
</blockquote></div><br></div>