[vz-users] EMH ITZ stty Konfiguration wird überschrieben

Frank Bruhn bruhnfrank at icloud.com
Mon Apr 28 21:59:55 CEST 2014


Hallo,
ich habe ein Problem mit dem auslesen meines EMH ITZ Zählers. Habe folgende Konfiguration, welche ich mittels diesem Befehl getestet habe "echo -n -e '\x2F\x3F\x21\x0D\x0A' > /dev/ttyUSB“ und eine Antwort vom Zähler über „cat /dev/ttyUSB0“ erhalte.

stty -g </dev/ttyUSB0
10:4:da7:a30:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0

der vzlogger überschreibt das allerdings immer mit seiner Konfiguration. Ich habe es auch in die rc.local geschrieben.

stty -g </dev/ttyUSB0
10:0:ffffeda7:a30:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0

meine vzlogger.conf sieht folgendermaßen 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,                            /* run in background */
        "verbosity" : 15,                               /* between 0 and 15 */
        "log" : "/var/log/vzlogger.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" : 120,                        /* timeout for long polling comet requests, 0 disables comet, in seconds */
                "buffer" : 1000                         /* 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",
                "pullseq" : "2F3F210D0A",
                "parity" : "7E1",
                "baudrate" : 300,
                "channels" :
                [{
                        "uuid" :      "8d4b0d80-cd6d-11e3-ab26-29d247b90f14",
                        "middleware" : "http://localhost/middleware.php",
                        "identifier" : "1.25",          /* see 'vzlogger -v20' for an output with all available identifiers/OBIS ids */
                }]
        }]
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20140428/7fbca9d7/attachment-0001.html>


More information about the volkszaehler-users mailing list