[vz-users] S0 Zähler will nicht
Detlef Neubauer
detlef.neubauer at wzrz.de
Fri Jan 18 22:02:38 CET 2013
Am Fr, 18.01.2013, 21:23 schrieb Paul Muster:
> Die schließenden Klammern des Abschnitts "meters"
>
> ]}
>
> sind noch da?
Ja.
/**
* 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 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" : [{
/* Waermepumpe */
"enabled" : true,
"protocol" : "s0",
"device" : "/dev/s0-usb-adapter0",
"channel" : {
"uuid" : "ccc4efc0-6193-11e2-bbe4-55be16b5c5ac",
"middleware" : "http://localhost/middleware.php",
}
}
]
}
[Jan 18 21:58:00][s0] Reading S0 - n=3 power=48.853389 counter=48.853389
[Jan 18 21:58:00][mtr0] Got 1 new readings from meter:
[Jan 18 21:58:00][mtr0] Reading: id=Counter/StringItentifier: value=1.00
ts=1358542680.533
[Jan 18 21:58:00][mtr0] Reading-THREAD - reading Got an exception : Not
identifier defined.
[Jan 18 21:58:00][] Server stopped.
Ist es das?
http://volkszaehler.org/pipermail/volkszaehler-users/2012-December/000757.html
Ich habe vzlogger 0.3.4
Kodo DN
More information about the volkszaehler-users
mailing list