<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hallo liebe Experten,<div><br></div><div>hat jemand einen Tipp für mich warum der vzlogger keine Daten von meinem D0-Zähler DC3 von Actaris bekommt?</div><div><br></div><div>Ich kann mit dem IR-Schreib-Lesekopf von Udo und mit HTerm den Zähler problemlos auslesen. Nach dem Senden der Initialisierungssequenz: <span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">/?!\r\n (Hex 2F 3F 21 0D 0A) gibt der Zähler brav seinen Standard-Datensatz in OBIS Klartext (also d0) aus. Die Einstellungen von HTerm sind dabei 300 Baud, Data 7, Stop 1 und Parity: Even.</span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">Meine VZLogger-Config zum Testen sieht wie folgt aus:</span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">_____________________________</span></div><div><font class="Apple-style-span" face="'Courier New'"><span class="Apple-style-span" style="font-size: 13px;">/**<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 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, i$<br>"daemon": false, /* run periodically */<br>"foreground" : true, /* dont run in background (prevents forking) */<br><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 $<br> "port" : 80, /* the TCP port for the local HTTPd */<br> "index" : true, /* should we provide a index listing of availab$<br> "timeout" : 30, /* timeout for long polling comet requests, 0 d$<br> "buffer" : 600 /* how long to buffer readings for the local in$<br>},<br><br>"meters" : [{<br> "enabled" : true, /* disabled meters will be ignored */<br> "protocol" : "d0", /* use 'vzlogger -h' for list of available proto$<br> "device" : "/dev/ttyUSB0",<br> "parity" : "7E1",<br> <span class="Apple-tab-span" style="white-space: pre; "> </span>"baudrate" : 300,<br><span class="Apple-tab-span" style="white-space: pre; "> </span>"pullseq" : "2f3f210d0a"<br> }<br>]}</span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;">_____________________________</span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">Diese Test Config wird mit: </span><font class="Apple-style-span" face="'Courier New'"><span class="Apple-style-span" style="font-size: 13px;">vzlogger -c /etc/vzlogger.test</span></font><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "> aufgerufen.</span></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;">Die dazugehörige Log-Datei, gibt keinen Fehler an, sondern bleibt einfach bei der Pullsequenz stehen:</span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">_____________________________</span></div><div><font class="Apple-style-span" face="'Courier New'"><span class="Apple-style-span" style="font-size: 13px;">[Oct 19 14:26:22] Opened logfile /var/log/vzlogger.log<br>[Oct 19 14:26:22][] ===> Start meters.<br>[Oct 19 14:26:22][mtr0] Meter connection established<br>[Oct 19 14:26:22][mtr0] Meter thread started<br>[Oct 19 14:26:22][mtr0] meter is opened. Start channels.<br>[Oct 19 14:26:22][] Startup done.<br>[Oct 19 14:26:22][mtr0] Number of readers: 32<br>[Oct 19 14:26:22][mtr0] Config.daemon: 0<br>[Oct 19 14:26:22][mtr0] Config.local: 0<br>[Oct 19 14:26:22][d0] sending pullsequenz send (len:5 is:5).</span></font></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; ">_____________________________</span></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><font class="Apple-style-span" face="'Courier New'"><span class="Apple-style-span" style="font-size: 13px;">vzlogger --version</span></font><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "> ergibt: 0.3.5</span></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "><br></span></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;">Um Hinweise was hier falsch läuft, wäre ich sehr dankbar,</span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;">Elias</span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><span class="Apple-style-span" style="font-family: Arial; font-size: 13px; "><br></span></div><br><br></body></html>