[vz-users] Generelles Problem mit dem Siemens TD-3511 und dem Raspberry Pi

René Schmidt renske96 at hotmail.de
Sun Jul 20 20:56:06 CEST 2014


Entschuldigung, voll vergessen :D 
Hier:

/**
 * 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" : false,              /* run in background */
"verbosity" : 9999,                   /* between 0 and 9999, je höher desto mehr Infos */
"log" : "/var/log/vzlogger.log",   /* path to logfile, optional */

"local" : {
        "enabled" : false,      /*  local HTTPd for serving live readings, 'false' für Daten an die middleware !!! */
        "port" : 80,            /* 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" : [{                           /* Beispiel-Meter */
        "enabled" : true,               /* disabled meters will be ignored (default) */
        "protocol" : "d0",              /* see 'vzlogger -h' for list of available protocols */
        "device" : "/dev/ttyUSB0",
        "parity" : "7E1",               /* oder 8N1  */
        "baudrate" : 300,               /* oder 300  */
        "pullseq" : "2F3F210D0A",       /* Pullsequenz in 'hex' */
 /*       "ackseq": "063030300d0a", */      /* Antwortsequenz auf Zählerantwort,063030300d0a = 300bd, 063035300d0a = 9600bd   */
 /*       "baudrate_read": 300,   */        /* Baudratenumschaltung auf gewünschte Baudrate, abhängig von Zählerantwort */
        "aggtime" : 20,                 /* in Sekunden */
        "aggmode" : "AVG",              /* Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter */
        "interval": 6,                  /* Wartezeit in Sekunden bis neue Werte in die middleware übertragen werden */
        "channel": {                  /* Beispiel-channel */
                    "uuid" : "b6d45920-1037-11e4-9697-4b5bcc96bac0",
                    "middleware" : "192.168.178.50/middleware.php",
                    "identifier" : 1.8.1 /* alias for '1.8.1', see 'vzlogger -h' for list of available aliases */
                   },
                   {                  /* Beispiel-channel */
                    "uuid" : "b6d45920-1037-11e4-9697-4b5bcc96bac0",
                    "middleware" : "192.168.178.50/middleware.php",
                    "identifier" : "2.8.1" /* alias for '2.8.1', see 'vzlogger -h' for list of available aliases */
                   }

          }]
}

Gruß
René
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20140720/44574748/attachment.html>


More information about the volkszaehler-users mailing list