[vz-users] vzlogger

Michael mijukad at gmail.com
Wed Apr 23 21:18:41 CEST 2014


Hallo Marius,

 

Danke für Diene Hinweise. Das fiel jetzt natürlich leicht, die vier Kanäle der Leistung noch zu integrieren ohne die OBIS Zahlen für das Easymeter noch mal nachzuschauen.

Habe ich gestern Abend noch getan, so langsam entkrampft es sich, die .conf anzufassen ;-)

 

Ein Zähler mit Leistungswerten auf allen Phasen zzgl. Summe ergibt schon ein Menge Last auf dem Raspi. 

 

Gruß Michael

 

 

 

Von: volkszaehler-users-bounces at demo.volkszaehler.org [mailto:volkszaehler-users-bounces at demo.volkszaehler.org] Im Auftrag von Marius Hellmann
Gesendet: Dienstag, 22. April 2014 09:51
An: volkszaehler.org - users
Betreff: Re: [vz-users] vzlogger

 

Hallo Michael,

hier mal meine vzlogger.conf...

Hab auch 2 Easymeter dran und logge alle werte die der Easymeter ausspuckt... 

Vieleicht hilfts dir ja...

Gruß Marius

 

 

/** 
* 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" : true, /* dont run in background (prevents forking) */ 
"verbosity" : 1, /* 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" : [{
"enabled" : true, /* disabled meters will be ignored */
"protocol" : "d0", /* see 'vzlogger -h' for list of available prot$ */
"device" : "/dev/ttyS1",
"baudrate" : 9600,
"parity" : "7e1",
"aggtime" : 30, // in sekunden (optional) 
"channels": [{
"uuid" : "4d7b0b20-****-11e2-b0fc-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "MAX", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:1.8.0", /* Wirkarbeit Bezug */
}, {
"uuid" : "737eae20-****-11e2-8287-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:21.7.255", /* Leistung L1 */
}, {
"uuid" : "77421460-****-11e2-ae75-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:41.7.255", /* Leistung L2 */
}, {
"uuid" : "7b309c00-****-11e2-9a1c-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:61.7.255", /* Leistung L3 */
}, {
"uuid" : "63e1e5c0-****-11e2-a661-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:1.7.255", /* Leistung */
}] 
}, {
"enabled" : true, /* disabled meters will be ignored */
"protocol" : "d0", /* see 'vzlogger -h' for list of available prot$ */
"device" : "/dev/ttyS0",
"baudrate" : 9600,
"parity" : "7e1",
"aggtime" : 30, // in sekunden (optional)
"channels": [{
"uuid" : "58d5e120-****-11e2-8d69-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "MAX", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:1.8.0", /* Wirkarbeit Bezug */
}, {
"uuid" : "92fefbd0-****-11e2-9665-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:21.7.255", /* Leistung L1 */
}, {
"uuid" : "9677a880-****-11e2-821e-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:41.7.255", /* Leistung L2 */
}, {
"uuid" : "99273710-****-11e2-ba99-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:61.7.255", /* Leistung L3 */
}, {
"uuid" : "8f014080-****-11e2-9906-************",
"middleware" : "http://192.168.178.37/vz/middleware.php",
"aggmode" : "AVG", // Der Mittelwert für Leistung, "MAX" für Zähler, "SUM" für Counter
"identifier" : "1-0:1.7.255", /* Leistung */
}]
}
]}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20140423/51d618df/attachment-0001.html>


More information about the volkszaehler-users mailing list