<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Guten Abend,<div><br></div><div>bin jetzt einen Schritt weiter, glaub ich.</div><div>Wenn ich mit meiner Videocam den IR Kopf filme, sehe ich im Minicom dass sich etwas tut.</div><div>Wenn ich jedoch den vzlogger starte, dann tut sich nichts…</div><div>Ich verwende die binary von hier:</div><div><a href="http://www.peterevertz.net/vz/vzlogger.gz">http://www.peterevertz.net/vz/vzlogger.gz</a></div><div><br></div><div><br></div><div>hat da jemand eine Vermutung?</div><div>Wheezy Raspberry</div><div>logged in als pi</div><div>sudo vzlogger -f</div><div><br></div><div>hier noch die config:</div><div><br></div><div><div>/**</div><div> * vzlogger configuration</div><div> *</div><div> * use proper encoded JSON with javascript comments</div><div> *</div><div> * take a look at the wiki for detailed information:</div><div> * <a href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration">http://wiki.volkszaehler.org/software/controller/vzlogger#configuration</a></div><div> */</div><div><br></div><div>{</div><div>"retry" : 30,                 /* how long to sleep between failed requests, in seconds */</div><div>"daemon": true,               /* run periodically */</div><div>//"foreground" : true,          /* dont run in background (prevents forking) */</div><div>"verbosity" :15,              /* between 0 and 15 */</div><div>//"log" : "/var/log/vzlogger_3.log",/* path to logfile, optional */</div><div><br></div><div>"local" : {</div><div>        "enabled" : true,      /* should we start the local HTTPd for serving live readings? */</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" : [{</div><div>        "enabled" : true,       /* disabled meters will be ignored */</div><div>        "protocol" : "d0",     /* see 'vzlogger -h' for list of available protocols */</div><div>        "device" : "/dev/ttyUSB0",</div><div>        "parity" : "7E1", /* oder "7N1" oder "7E1" oder "7o1" */</div><div>        "baudrate" : 300,</div><div>        "pullseq" : "2f3f210d0a", // HEX Darstellung der Pullsequenz</div><div>        "interval" : 61, // Wartezeit bis zum nächsten Pull</div><div>        "channels": [{</div><div>                "uuid" : "f7517910-538f-11e3-b278-xxxxxx77d7be",</div><div>                "middleware" : "<a href="http://192.168.66.xx/middleware.php">http://192.168.66.xx/middleware.php</a>",</div><div>                "identifier" : "1-0:1.8.1" /* Gesamtstromverbrauch Hauszaehler */</div><div>                }]</div><div>},</div><div>{</div><div>        "enabled" : false,       /* disabled meters will be ignored */</div><div>        "protocol" : "random",</div><div>        "interval" : 2, // in sekunden</div></div><div><br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>From: </b></span><span style="font-family:'Helvetica';"><a href="mailto:joisey04@mac.com">joisey04@mac.com</a><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Subject: </b></span><span style="font-family:'Helvetica';"><b>Re: [vz-users] baudrate fuer vzlogger einstellen (raspberry - ir usb lesekopf)</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Date: </b></span><span style="font-family:'Helvetica';">22. November 2013 21:49:21 MEZ<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>To: </b></span><span style="font-family:'Helvetica';">"<a href="http://volkszaehler.org">volkszaehler.org</a> - users" <<a href="mailto:volkszaehler-users@lists.volkszaehler.org">volkszaehler-users@lists.volkszaehler.org</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Reply-To: </b></span><span style="font-family:'Helvetica';">"<a href="http://volkszaehler.org">volkszaehler.org</a> - users" <<a href="mailto:volkszaehler-users@lists.volkszaehler.org">volkszaehler-users@lists.volkszaehler.org</a>><br></span></div><br><div>OK,<br><br>ich habe jetzt mal das binary von Peter Evertz installiert.<br>Mein Zähler ist ein Siemens und mit dem terminal unter windows gibt der Zähler schön brav Daten aus.<br>Jedoch mit minicom auf raspberry bekomm ich das ding nicht zum laufen….<br><br>und mit dem vzlogger kommt auch nix daher<br>das starten dürfte nicht funktionieren….<br><br>so schaut meine test conf aus:<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 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": 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 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/WP_lesekopf",<br>        "parity" : "7E1", /* oder "7N1" oder "7E1" oder "7o1" */<br>        "baudrate" : 300,<br>        "pullseq" : "2F3F210D0A", // HEX Darstellung der Pullsequenz<br>        "interval" : 61 // Wartezeit bis zum nächsten Pull<br>        }<br>]}<br><br><br><br>On 22.11.2013, at 21:41, Rainer Gauweiler <<a href="mailto:volkszaehler@moppl.inka.de">volkszaehler@moppl.inka.de</a>> wrote:<br><br><blockquote type="cite">Hallo,<br><br>Am 22.11.2013 18:03, schrieb <a href="mailto:joisey04@mac.com">joisey04@mac.com</a>:<br><blockquote type="cite">nur, wie stelle ich dauerhaft das Interface auf 300 7E1 und sende die startsequenz? (/?!)<br>macht das der vzlogger? hab ich da was übersehen?<br></blockquote><br>Hm, die Wiki-Seite beschreibt das noch nicht. Freiwillige vor!<br><br>Infos dazu: <a href="http://volkszaehler.org/pipermail/volkszaehler-dev/2013-April/002671.html">http://volkszaehler.org/pipermail/volkszaehler-dev/2013-April/002671.html</a><br><br>Gruss<br>    Rainer<br><br><br><br></blockquote><br></div></blockquote></div><br></div></body></html>