<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Hallo Michael,</p>
<p>hier mal meine vzlogger.conf...</p>
<p>Hab auch 2 Easymeter dran und logge alle werte die der Easymeter ausspuckt... </p>
<p>Vieleicht hilfts dir ja...</p>
<p>Gruß Marius</p>
<p> </p>
<p> </p>
<p>/** <br />* vzlogger configuration <br />* <br />* use proper encoded JSON with javascript comments <br />* <br />* take a look at the wiki for detailed information: <br />* http://wiki.volkszaehler.org/software/controller/vzlogger#configuration <br />*/</p>
<p>{ <br />"retry" : 30, /* how long to sleep between failed requests, in seconds */ <br />"daemon": true, /* run periodically */ <br />//"foreground" : true, /* dont run in background (prevents forking) */ <br />"verbosity" : 1, /* between 0 and 15 */ <br />"log" : "/var/log/vzlogger.log",/* path to logfile, optional */</p>
<p>"local" : { <br />"enabled" : false, /* should we start the local HTTPd for serving live readings? */ <br />"port" : 80, /* the TCP port for the local HTTPd */ <br />"index" : true, /* should we provide a index listing of available channels if no UUID was requested? */ <br />"timeout" : 30, /* timeout for long polling comet requests, 0 disables comet, in seconds */ <br />"buffer" : 600 /* how long to buffer readings for the local interface, in seconds */<br />},</p>
<p>"meters" : [{<br /> "enabled" : true, /* disabled meters will be ignored */<br /> "protocol" : "d0", /* see 'vzlogger -h' for list of available prot$ */<br /> "device" : "/dev/ttyS1",<br /> "baudrate" : 9600,<br /> "parity" : "7e1",<br /> "aggtime" : 30, // in sekunden (optional) <br /> "channels": [{<br /> "uuid" : "4d7b0b20-****-11e2-b0fc-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "MAX", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:1.8.0", /* Wirkarbeit Bezug */<br /> }, {<br /> "uuid" : "737eae20-****-11e2-8287-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:21.7.255", /* Leistung L1 */<br /> }, {<br /> "uuid" : "77421460-****-11e2-ae75-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:41.7.255", /* Leistung L2 */<br /> }, {<br /> "uuid" : "7b309c00-****-11e2-9a1c-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:61.7.255", /* Leistung L3 */<br /> }, {<br /> "uuid" : "63e1e5c0-****-11e2-a661-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:1.7.255", /* Leistung */<br /> }] <br /> }, {<br /> "enabled" : true, /* disabled meters will be ignored */<br /> "protocol" : "d0", /* see 'vzlogger -h' for list of available prot$ */<br /> "device" : "/dev/ttyS0",<br /> "baudrate" : 9600,<br /> "parity" : "7e1",<br /> "aggtime" : 30, // in sekunden (optional)<br /> "channels": [{<br /> "uuid" : "58d5e120-****-11e2-8d69-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "MAX", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:1.8.0", /* Wirkarbeit Bezug */<br /> }, {<br /> "uuid" : "92fefbd0-****-11e2-9665-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:21.7.255", /* Leistung L1 */<br /> }, {<br /> "uuid" : "9677a880-****-11e2-821e-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:41.7.255", /* Leistung L2 */<br /> }, {<br /> "uuid" : "99273710-****-11e2-ba99-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:61.7.255", /* Leistung L3 */<br /> }, {<br /> "uuid" : "8f014080-****-11e2-9906-************",<br /> "middleware" : "http://192.168.178.37/vz/middleware.php",<br /> "aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter<br /> "identifier" : "1-0:1.7.255", /* Leistung */<br /> }]<br />}<br />]}</p>
</body></html>