[vz-users] Strom Gesamtzähler anzeigen

Martin Werz martin.werz at gmail.com
Tue Oct 23 22:11:45 CEST 2012


Hallo,

ich bekomme es einfach nicht hin meinen Strom Gesamtzähler in kWh im
Frontend anzuzeigen.
Ich kann dort problemlos die aktuelle Spannung aller Phasen und
Momentanleistungsaufnahme anzeigen.
Aber nicht den Gesamtstand. Kann mir jemand helfen?

Hier die Ausgabe meines EHZ:

[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:0.0.0*255,
value=20747225, unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:1.8.0*255,
value=006303.1755, unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.5.5*255, value=82,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=0-0:96.1.255*255,
value=0000121380, unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:32.7.0*255,
value=230.28, unit=V)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:52.7.0*255,
value=232.52, unit=V)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:72.7.0*255,
value=233.41, unit=V)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:31.7.0*255,
value=001.07, unit=A)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:51.7.0*255,
value=000.15, unit=A)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:71.7.0*255,
value=002.87, unit=A)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:21.7.0*255,
value=+00230, unit=W)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:41.7.0*255,
value=+00023, unit=W)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:61.7.0*255,
value=+00547, unit=W)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*0, value=EE,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*1,
value=07D0, unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*2, value=17,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*3, value=05,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*4, value=1F,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*5, value=0A,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.50.0*6,
value=003D381B260A0AE167FED0, unit=255(20747225)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:1.8.0*255,
value=006303.1910, unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:96.5.5*255, value=82,
unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=0-0:96.1.255*255,
value=0000121380, unit=)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:32.7.0*255,
value=229.99, unit=V)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:52.7.0*255,
value=232.58, unit=V)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:72.7.0*255,
value=233.32, unit=V)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:31.7.0*255,
value=001.10, unit=A)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:51.7.0*255,
value=000.15, unit=A)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:71.7.0*255,
value=003.04, unit=A)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:21.7.0*255,
value=+00235, unit=W)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:41.7.0*255,
value=+00023, unit=W)
[Oct 23 20:19:23][mtr0] Parsed reading (OBIS code=1-0:61.7.0*255,
value=+00585, unit=W)


Meine vzlogger.conf:


/**
 * 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" : 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" : 8080,          /* 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" : [{
        "protocol" : "d0",      /* see 'vzlogger -h' for list of available
protocols */
        "host" : "XXX.XXX.XXX.XXX:7970",
        "channels": [{
                "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
                "middleware" : "http://localhost/middleware.php",
                "identifier" : "1-0:1.8.0"  /* Gesamtzaehlerstand */
                },{
                "uuid" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
                "middleware" : "http://localhost/middleware.php",
                "identifier" : "1-0:32.7.0" /* Spannung L1 */
                }]
        }
]}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://volkszaehler.org/pipermail/volkszaehler-users/attachments/20121023/86255d52/attachment.html>


More information about the volkszaehler-users mailing list