[vz-dev] EHZ-Zähler auslesen

0800 0800 at online.de
Fri Mar 14 08:23:01 CET 2014


Hallo,



ich möchte meinen EHZ-Zweitarif-Stromzähler, Fabr.: EMH, Typ: EDL (mit SML
Datenprotokoll) auslesen.

Von Udo habe ich den USB-IR-Schreib-Lesekopf bezogen. Das Image ist auf
einem Raspberry installiert.

Das Frontend läuft, einen Kanal habe ich eingerichtet. An dieser Stelle
danke an Udo für die Unterstützung bis hierher!

Nun zu meiner Frage:

Die grafische Darstellung des Stromverbrauchs funktioniert nicht richtig.
Hier stören mich die Peaks.

Teilweise ist, ohne eine Änderung meinerseits, eine brauchbare (gerade)
Linie zu sehen:





Wer kann helfen? -Was ist die Ursache für die Peaks?




Meine config:



/**

* 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" : false,           /* 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" : [{

        "enabled" : true,       /* disabled meters will be ignored */

        "protocol" : "sml",     /* see 'vzlogger -h' for list of available
protocols */

        "device" : "/dev/ttyUSB0",

      //"parity" : "7E1",      /* bei Protocol "d0" default */

      //"baudrate" : 9600,     /* bei Protocol "d0" default */

        "channels": [{

                "uuid" : "af1eeac0-aadc-11e3-821c-01432d35399f",

                "middleware" : "http://localhost/middleware.php",

                "identifier" : "1-0:1.8.0", /* Wirkleistung */

                }]

         }

]}





Vielen Dank im Voraus.


Gruß, Oliver
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-dev/attachments/20140314/f45a88fb/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 33632 bytes
Desc: not available
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-dev/attachments/20140314/f45a88fb/attachment-0001.jpg>


More information about the volkszaehler-dev mailing list