<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Hallo,<br>
<br>
meine SD-Karten halten aktuell kaum länger als ein Jahr. Bei mir
sind inzwischen schon einige zerstört.<br>
Kann ich an der Config noch was optimiert werden, damit diese länger
halten? Danke!<br>
<br>
{<br>
// General settings<br>
"daemon": true, // run periodically<br>
"verbosity": 0, // log verbosity (0=log_alert,
1=log_error, 3=log_warning, 5=log_info, 10=log_debug, 15=log_finest)<br>
"log": "/var/log/vzlogger.log", // log file, optional<br>
"retry": 30, // http retry delay in seconds<br>
<br>
// Build-in HTTP server<br>
"local": {<br>
"enabled": false, // enable local HTTPd for serving live
readings<br>
"port": 8080, // TCP port for local HTTPd<br>
"index": true, // provide index listing of available
channels if no UUID was requested<br>
"timeout": 30, // timeout for long polling comet
requests in seconds (0 disables comet)<br>
"buffer": 600 // HTTPd buffer configuration for
serving readings, default -1<br>
// >0: number of seconds of
readings to serve<br>
// <0: number of tuples to server
per channel (e.g. -3 will serve 3 tuples)<br>
},<br>
<br>
// realtime notification settings<br>
"push": [<br>
{<br>
"url": <a class="moz-txt-link-rfc2396E" href="http://127.0.0.1:5582">"http://127.0.0.1:5582"</a> // notification
destination, e.g. frontend push-server<br>
}<br>
],<br>
// Meter configuration<br>
"meters": [{<br>
<br>
"enabled" : true,<br>
"allowskip": false,<br>
"aggtime": 60,<br>
"aggfixedinterval": false,<br>
"channels": [{<br>
"uuid" : "",<br>
"middleware" : <a class="moz-txt-link-rfc2396E" href="http://localhost/middleware.php">"http://localhost/middleware.php"</a>,<br>
"identifier" : "1-0:1.8.0", //Zählerstände<br>
"api": "volkszaehler",<br>
"aggmode": "max"<br>
}, {<br>
"uuid" : "",<br>
"middleware" : <a class="moz-txt-link-rfc2396E" href="http://localhost/middleware.php">"http://localhost/middleware.php"</a>,<br>
"identifier" : "1-0:16.7.0", // Leistungswerte<br>
"api": "null",<br>
"aggmode": "none" <br>
}],<br>
"protocol": "sml",<br>
"device": "/dev/ttyUSB0",<br>
"baudrate": 9600,<br>
"parity": "8n1",<br>
"use_local_time": true<br>
},<br>
<br>
Gruß,<br>
Stefan<br>
</body>
</html>