[vz-users] Landis&Gyr am VZLOGGER
Udo1
udo1 at gmx.net
Mon Aug 25 09:44:14 CEST 2014
Hallo Michael,
Am 25.08.2014 08:39, schrieb Michael Wulz:
> Die hab ich leider nimma
Dann nimm mal diese hier. Die alte .conf umbenennen in .conf_old und
eine neue vzlogger.conf editieren.
Die musst du aber auch noch ergänzen/anpassen.
/**
* 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" : 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" : 9600, /* 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" : "deine UUID",
"middleware" :
""http://127.0.0.1/middleware.php"",
"identifier" : "1-0:1.8.1" /* alias
for '1-0:1.8.1', see 'vzlogger -h' for list of available aliases */
}
}]
}
Gruß
Udo
More information about the volkszaehler-users
mailing list