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

joisey04 at mac.com joisey04 at mac.com
Fri Nov 22 21:49:21 CET 2013


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
> 
> 
> 



More information about the volkszaehler-users mailing list