[vz-users] Fwd: baudrate fuer vzlogger einstellen (raspberry - ir usb lesekopf)

joisey04 at mac.com joisey04 at mac.com
Fri Nov 22 23:14:38 CET 2013


Guten Abend,

bin jetzt einen Schritt weiter, glaub ich.
Wenn ich mit meiner Videocam den IR Kopf filme, sehe ich im Minicom dass sich etwas tut.
Wenn ich jedoch den vzlogger starte, dann tut sich nichts…
Ich verwende die binary von hier:
http://www.peterevertz.net/vz/vzlogger.gz


hat da jemand eine Vermutung?
Wheezy Raspberry
logged in als pi
sudo vzlogger -f

hier noch die config:

/**
 * vzlogger configuration
 *
 * use proper encoded JSON with javascript comments
 *
 * take a look at the wiki for detailed information:
 * http://wiki.volkszaehler.org/software/controller/vzlogger#configuration
 */

{
"retry" : 30,                 /* how long to sleep between failed requests, in seconds */
"daemon": true,               /* run periodically */
//"foreground" : true,          /* dont run in background (prevents forking) */
"verbosity" :15,              /* between 0 and 15 */
//"log" : "/var/log/vzlogger_3.log",/* path to logfile, optional */

"local" : {
        "enabled" : true,      /* should we start the local HTTPd for serving live readings? */
        "port" : 8080,          /* the TCP port for the local HTTPd */
        "index" : true,         /* should we provide a index listing of available channels if no UUID was requested? */
        "timeout" : 30,         /* timeout for long polling comet requests, 0 disables comet, in seconds */
        "buffer" : 600          /* how long to buffer readings for the local interface, in seconds */
},

"meters" : [{
        "enabled" : true,       /* disabled meters will be ignored */
        "protocol" : "d0",     /* see 'vzlogger -h' for list of available protocols */
        "device" : "/dev/ttyUSB0",
        "parity" : "7E1", /* oder "7N1" oder "7E1" oder "7o1" */
        "baudrate" : 300,
        "pullseq" : "2f3f210d0a", // HEX Darstellung der Pullsequenz
        "interval" : 61, // Wartezeit bis zum nächsten Pull
        "channels": [{
                "uuid" : "f7517910-538f-11e3-b278-xxxxxx77d7be",
                "middleware" : "http://192.168.66.xx/middleware.php",
                "identifier" : "1-0:1.8.1" /* Gesamtstromverbrauch Hauszaehler */
                }]
},
{
        "enabled" : false,       /* disabled meters will be ignored */
        "protocol" : "random",
        "interval" : 2, // in sekunden


Begin forwarded message:

> From: joisey04 at mac.com
> Subject: Re: [vz-users] baudrate fuer vzlogger einstellen (raspberry - ir usb lesekopf)
> Date: 22. November 2013 21:49:21 MEZ
> To: "volkszaehler.org - users" <volkszaehler-users at lists.volkszaehler.org>
> Reply-To: "volkszaehler.org - users" <volkszaehler-users at lists.volkszaehler.org>
> 
> OK,
> 
> ich habe jetzt mal das binary von Peter Evertz installiert.
> Mein Zähler ist ein Siemens und mit dem terminal unter windows gibt der Zähler schön brav Daten aus.
> Jedoch mit minicom auf raspberry bekomm ich das ding nicht zum laufen….
> 
> und mit dem vzlogger kommt auch nix daher
> das starten dürfte nicht funktionieren….
> 
> so schaut meine test conf aus:
> 
> /**
> * vzlogger configuration
> *
> * use proper encoded JSON with javascript comments
> *
> * take a look at the wiki for detailed information:
> * http://wiki.volkszaehler.org/software/controller/vzlogger#configuration
> */
> 
> {
> "retry" : 30,                   /* how long to sleep between failed requests, in seconds */
> "daemon": false,                /* run periodically */
> "foreground" : true,            /* dont run in background (prevents forking) */
> 
> "verbosity" : 15,               /* between 0 and 15 */
> "log" : "/var/log/vzlogger.log",  /* path to logfile, optional */
> 
> "local" : {
>        "enabled" : false,      /* should we start the local HTTPd for serving live readings? */
>        "port" : 80,            /* the TCP port for the local HTTPd */
>        "index" : true,         /* should we provide a index listing of available channels? */
>        "timeout" : 30,         /* timeout for long polling comet requests, 0 disables comet, in seconds */
>        "buffer" : 600          /* how long to buffer readings for the local interface, in seconds */
> },
> 
> "meters" : [{
>        "enabled" : true,       /* disabled meters will be ignored */
>        "protocol" : "sml",     /* use 'vzlogger -h' for list of available protocols */
>        "device" : "/dev/WP_lesekopf",
>        "parity" : "7E1", /* oder "7N1" oder "7E1" oder "7o1" */
>        "baudrate" : 300,
>        "pullseq" : "2F3F210D0A", // HEX Darstellung der Pullsequenz
>        "interval" : 61 // Wartezeit bis zum nächsten Pull
>        }
> ]}
> 
> 
> 
> On 22.11.2013, at 21:41, Rainer Gauweiler <volkszaehler at moppl.inka.de> wrote:
> 
>> Hallo,
>> 
>> Am 22.11.2013 18:03, schrieb joisey04 at mac.com:
>>> nur, wie stelle ich dauerhaft das Interface auf 300 7E1 und sende die startsequenz? (/?!)
>>> macht das der vzlogger? hab ich da was übersehen?
>> 
>> Hm, die Wiki-Seite beschreibt das noch nicht. Freiwillige vor!
>> 
>> Infos dazu: http://volkszaehler.org/pipermail/volkszaehler-dev/2013-April/002671.html
>> 
>> Gruss
>>    Rainer
>> 
>> 
>> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20131122/0e0c1379/attachment.html>


More information about the volkszaehler-users mailing list