<div dir="ltr">Hallo zusammen!<div><br></div><div><div>Ich habe gestern einen Ferrariszähler-Lesekopf von Udo montiert und habe zwei Fragen:<br></div><div><br></div><div>a) Ist es normal, dass vzlogger immer zwei Impulse an die Middleware meldet, wenn die rote Markierung vorbei kommt?</div><div><div>[May 12 21:42:14][chn0] Adding reading to queue (value=2.00 ts=1431459734229)</div><div>[May 12 21:53:27][chn0] Adding reading to queue (value=2.00 ts=1431460407277)</div><div>[May 12 22:13:47][chn0] Adding reading to queue (value=2.00 ts=1431461627548)</div><div>[May 12 22:44:50][chn0] Adding reading to queue (value=2.00 ts=1431463490165)</div><div>[May 12 23:40:56][chn0] Adding reading to queue (value=2.00 ts=1431466856590)</div><div>[May 13 00:10:03][chn0] Adding reading to queue (value=2.00 ts=1431468603918)</div><div>[May 13 00:18:09][chn0] Adding reading to queue (value=2.00 ts=1431469089860)</div><div>[May 13 00:37:06][chn0] Adding reading to queue (value=2.00 ts=1431470226231)</div><div>[May 13 00:46:24][chn0] Adding reading to queue (value=2.00 ts=1431470784908)</div></div><div><br></div><div>b) Bei mir geht die rote led nie ganz aus. Sie wird nur dunkler. Ist das ein Problem? Hängt das eine mit dem anderen zusammen?</div><div><br></div><div>Ich benutze vzlogger aus git von gestern unter Ubuntu 12.04 kompiliert mit install.sh:</div><div><div>vzlogger -V</div><div>0.4.0</div><div> based on git version: heads/master-0-g19eb2d0ebf</div><div> last commit date: Sun, 19 Apr 2015 08:29:22 +0200</div></div></div><div><br></div><div>Ich habe mich bei der vzlogger.conf weitestgehend an das beispiel im Wiki (<a href="http://wiki.volkszaehler.org/hardware/controllers/ferrariszaehler_lesekopf#installation">http://wiki.volkszaehler.org/hardware/controllers/ferrariszaehler_lesekopf#installation</a>) gehalten:</div><div><br></div><div><div>{</div><div>"retry" : 30,                      /* how long to sleep between failed requests, in seconds */</div><div>"daemon": false,                    /* run periodically */</div><div>"verbosity" : 5,                /* between 0 and 9999, je höher desto mehr Infos */</div><div>"log" : "/var/log/vzlogger.log",   /* path to logfile, optional */</div><div><br></div><div>"local" :  {</div><div>            "enabled" : false,      /* local HTTPd for serving live readings, 'false' für Daten an die middleware !!! */</div><div>            "port" : 8080,            /* the TCP port for the local HTTPd */</div><div>            "index" : true,         /* should we provide a index listing of available channels if no UUID was requested? */</div><div>            "timeout" : 30,         /* timeout for long polling comet requests, 0 disables comet, in seconds */</div><div>            "buffer" : 600          /* how long to buffer readings for the local interface, in seconds */</div><div>           },</div><div><br></div><div>"meters" : [{                            /* Beispiel-Ferraris-Meter */</div><div>             "enabled" : true,</div><div>             "protocol" : "s0",</div><div>             "device" : "/dev/ttyUSB0",</div><div>             "aggtime" : 30,             /* aggregate all signals and give one update to middleware every 'aggtime' seconds */</div><div>             "aggfixedinterval" : false, /* round all timestamps to middleware to nearest aggtime, reduces accuracy, use only when needed */</div><div>             "channel" : {</div><div>                           "uuid" : "45408de0-f8ac-11e4-a96d-0ba585b4d063",</div><div>                           "middleware" : "<a href="http://woodstock/volkszaehler.org/middleware.php">http://woodstock/volkszaehler.org/middleware.php</a>", /* <a href="http://IP">http://IP</a> auf dem die Middleware läuft(normally: 127.0.0.1) /middleware.php */</div><div>                           "identifier": "Impulse",        /* counts the S0 impulses. Can also supply "Power" readings */</div><div>                           "aggmode" : "SUM"           /* add all s0 intervals in the aggregation. Possible Modes: SUM, AVG, MAXIMUM and NONE*/</div><div>                         }</div><div>           }]</div><div>}</div></div><div><br></div><div>Mein Zähler hat 75U/kwh. Die Scheibe dreht sich also recht langsam.</div><div><br></div><div>Ich hoffe ich habe keine relevanten Informationen unterschlagen.</div><div><br></div><div>Schönen Gruß</div><div><br></div><div>Nils</div><div><br></div></div>