[vz-users] OBIS_Code Ignored reading

Reto Rölli reto.roelli at gmx.ch
Tue Feb 17 19:14:55 CET 2015


Hier meine vzlogger.conf:

/**
  * 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" : "d0",     /* use 'vzlogger -h' for list of 
available protocols */
         "device" : "/dev/ttyUSB0",
         "parity" :  "7E1",
         "baudrate" : 300,
         "pullseq" : "2f3f210d0a",
         "ackseq": "063030300d0a",
         "interval": 300,
         "channels":[{
         "uuid": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
         "middleware": "http://localhost/middleware.php",
         "identifier": "255-255:16.7" /* Gesamtleistung_Heizung */
         }, {
          "uuid": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
          "middleware": "http://localhost/middleware.php",
          "identifier": "255-255:32.7" /* Spannung_Phase_1 */
         }, {
          "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
          "middleware" : "http://localhost/middleware.php",
          "identifier" : "255-255:1.8.1" /* 
Zaehlerstand_Hochtarif_Heizung */
         }, {
          "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
          "middleware" : "http://localhost/middleware.php",
          "identifier" : "255-255:1.8.2" /* 
Zaehlerstand_Niedertarif_Heizung */
         }, {
          "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
          "middleware" : "http://localhost/middleware.php",
          "identifier" : "255-255:1.8.0" /* Zaehlerstand_Gesamt_Heizung */
         }]
         }, {
         "enabled" : false,       /* disabled meters will be ignored */
         "protocol" : "d0",     /* use 'vzlogger -h' for list of 
available protocols */
         "device" : "/dev/lesekopf1",
         "parity" :  "7E1",
         "baudrate" : 300,
         "pullseq" : "2f3f210d0a",
         "interval": 900,
         "channels":[{
         "uuid": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
         "middleware": "http://localhost/middleware.php",
         "identifier": "255-255:1.8.2"
         }, {
          "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
          "middleware" : "http://localhost/middleware.php",
          "identifier" : "255-255:1.8.1"
         }, {
          "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
          "middleware" : "http://localhost/middleware.php",
          "identifier" : "255-255:1.8.0"
         }]
         }
]}

Gruss Reto

Am 17.02.2015 um 17:06 schrieb Udo1:
>
> Am 17.02.2015 um 16:35 schrieb Reto:
>> Muss ich noch was einstellen damit alle Werte verarbeitet werden?
> Wie sieht denn deine vzlogger.conf aus?
>
> Gruß
> Udo



More information about the volkszaehler-users mailing list