[vz-dev] Ferraris-Zähler-Lesekopf

Udo1 udo1 at gmx.net
Tue Aug 5 16:33:43 CEST 2014


Am 05.08.2014 07:54, schrieb Andreas Goetz:
> Hier ist die komplette conf
Änder den ersten Teil mal in:

/**
  * 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 */
           },


Gruß
Udo


More information about the volkszaehler-dev mailing list