[vz-users] Problem mit ISkra MT681
Thomas Janz
janz.thomas at gmail.com
Wed Jan 30 20:44:15 CET 2013
Hallo,
ich habe für das RWE typische Zählanlage einer PV Anlage mit Eigenverbrauch.
Für Bezug und Abgabe:
<http://wiki.volkszaehler.org/hardware/channels/meters/power/edl-ehz/emh-ehz
-h1> EMH eHZ-H
Für die Erzeugung:
Iskra MT681
Die Daten für den EHM werden im VZlogger einwandfrei anzeigt, mit dem Iskra
habe ich keine Anzeige im Frontend
Mit cat /dev/ttyUSB1 werden die Daten im Hexformat einwandfrei angezeigt,
ich vermute das die VZlogger.conf angepasst werden muss.
Muss im Wiki der Artikel angepasst werden ?
Im IR-Lesekopf muss Pin 1-2 von J3 und Pin 2-3 von J1 geschlossen sein
(Signal invertiert)
http://wiki.volkszaehler.org/hardware/channels/meters/power/edl-ehz/iskraeme
co_mt681
hier meine config:
oder kann mir jemand seine funktionierende config zukommen lassen.
Danke
Thomas
/**
* 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" : "sml", /* see 'vzlogger -h' for list of available
prot$ */
"device" : "/dev/ttyUSB0",
"channels": [{
"uuid" : "bc6655c0-624e-11e2-ab45-673ae0bc296a",
"middleware" : "http://localhost/middleware.php",
"identifier" : "2.8.0", /* Abgabe */
}, {
"uuid" : "89438f20-624e-11e2-88ce-0b5bbf7e8b3a",
"middleware" : "http://localhost/middleware.php",
"identifier" : "1.8.0", /* Bezug*/
}]
},
{
"enabled" : true,
"protocol" : "sml",
"device" : "/dev/ttyUSB1",
"channels" :[{
"uuid" : "fab23200-6711-11e2-84f5-03888e742646",
"middleware" : "http://localhost/middleware.php",
"identifier" : "2.8.0", /* Leistung Erzeugung ISKRA Zaehler */
}]
}
]}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://volkszaehler.org/pipermail/volkszaehler-users/attachments/20130130/e47d0e10/attachment.html>
More information about the volkszaehler-users
mailing list