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

Andreas Götz cpuidle at gmail.com
Sun Jul 20 21:25:44 CEST 2014


Und was ist die Fehlermeldung? Wäre wirklich einfacher wenn Du kein Puzzle draus machen würdest :/

> Am 20.07.2014 um 21:16 schrieb René Schmidt <renske96 at hotmail.de>:
> 
> Das Problem löst sich dabei nicht, nur ein neuer Error. Ich werde dem ganzen die Zeilenangaben machen:
> 
> 1) /**
> 2)    * vzlogger configuration
> 3)    *
> 4)    * use proper encoded JSON with javascript comments
> 5)    *
> 6)    * take a look at the wiki for detailed information:
> 7)    * http://wiki.volkszaehler.org/software/controller/vzlogger#configuration
> 8)    */
> 9)
> 10)   {
> 11)   "retry" : 30,                      /* how long to sleep between failed requests, in seconds */
> 12)   "daemon": true,                    /* run periodically */
> 13)   "foreground" : false,              /* run in background */
> 14)   "verbosity" : 9999,                   /* between 0 and 9999, je höher desto mehr Infos */
> 15)   "log" : "/var/log/vzlogger.log",   /* path to logfile, optional */
> 16)
> 17)  "local" : {
> 18)           "enabled" : false,      /*  local HTTPd for serving live readings, 'false' für Daten an die middleware !!! */
> 19)           "port" : 80,            /* the TCP port for the local HTTPd */
> 20)           "index" : true,         /* should we provide a index listing of available channels if no UUID was requested? */
> 21)           "timeout" : 30,         /* timeout for long polling comet requests, 0 disables comet, in seconds */
> 22)           "buffer" : 600          /* how long to buffer readings for the local interface, in seconds */
> 23)             },
> 24)
> 25)   "meters" : [{                           /* Beispiel-Meter */
> 26)           "enabled" : true,               /* disabled meters will be ignored (default) */
> 27)           "protocol" : "d0",              /* see 'vzlogger -h' for list of available protocols */
> 28)           "device" : "/dev/ttyUSB0",
> 29)           "parity" : "7E1",               /* oder 8N1  */
> 30)           "baudrate" : 300,               /* oder 300  */
> 31)           "pullseq" : "2F3F210D0A",       /* Pullsequenz in 'hex' */
> 32)    /*       "ackseq": "063030300d0a", */      /* Antwortsequenz auf Zählerantwort,063030300d0a = 300bd, 063035300d0a = 9600bd   */
> 33)    /*       "baudrate_read": 300,   */        /* Baudratenumschaltung auf gewünschte Baudrate, abhängig von Zählerantwort */
> 34)           "aggtime" : 20,                 /* in Sekunden */
> 35)           "aggmode" : "AVG",              /* Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter */
> 36)           "interval": 6,                  /* Wartezeit in Sekunden bis neue Werte in die middleware übertragen werden */
> 37)           "channel": {                  /* Beispiel-channel */
> 38)                       "uuid" : "b6d45920-1037-11e4-9697-4b5bcc96bac0",
> 39)                       "middleware" : "192.168.178.50/middleware.php",
> 40)                       "identifier" : "1.8.1" /* alias for '1.8.1', see 'vzlogger -h' for list of available aliases */
> 41)                      },
> 42)                      {                  /* Beispiel-channel */
> 43)                       "uuid" : "b6d45920-1037-11e4-9697-4b5bcc96bac0",
> 44)                       "middleware" : "192.168.178.50/middleware.php",
> 45)                       "identifier" : "2.8.1" /* alias for '2.8.1', see 'vzlogger -h' for list of available aliases */
> 46)                      }
> 47)
> 48)             }]
> 49)  }
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20140720/111768fd/attachment-0001.html>


More information about the volkszaehler-users mailing list