[vz-users] VZLogger-Config für D0-Zähler mit Pullsequenz
Elias
saile at gmx.de
Sat Oct 19 16:11:12 CEST 2013
Hallo liebe Experten,
hat jemand einen Tipp für mich warum der vzlogger keine Daten von meinem D0-Zähler DC3 von Actaris bekommt?
Ich kann mit dem IR-Schreib-Lesekopf von Udo und mit HTerm den Zähler problemlos auslesen. Nach dem Senden der Initialisierungssequenz: /?!\r\n (Hex 2F 3F 21 0D 0A) gibt der Zähler brav seinen Standard-Datensatz in OBIS Klartext (also d0) aus. Die Einstellungen von HTerm sind dabei 300 Baud, Data 7, Stop 1 und Parity: Even.
Meine VZLogger-Config zum Testen sieht wie folgt aus:
_____________________________
/**
* 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, i$
"daemon": false, /* 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 $
"port" : 80, /* the TCP port for the local HTTPd */
"index" : true, /* should we provide a index listing of availab$
"timeout" : 30, /* timeout for long polling comet requests, 0 d$
"buffer" : 600 /* how long to buffer readings for the local in$
},
"meters" : [{
"enabled" : true, /* disabled meters will be ignored */
"protocol" : "d0", /* use 'vzlogger -h' for list of available proto$
"device" : "/dev/ttyUSB0",
"parity" : "7E1",
"baudrate" : 300,
"pullseq" : "2f3f210d0a"
}
]}
_____________________________
Diese Test Config wird mit: vzlogger -c /etc/vzlogger.test aufgerufen.
Die dazugehörige Log-Datei, gibt keinen Fehler an, sondern bleibt einfach bei der Pullsequenz stehen:
_____________________________
[Oct 19 14:26:22] Opened logfile /var/log/vzlogger.log
[Oct 19 14:26:22][] ===> Start meters.
[Oct 19 14:26:22][mtr0] Meter connection established
[Oct 19 14:26:22][mtr0] Meter thread started
[Oct 19 14:26:22][mtr0] meter is opened. Start channels.
[Oct 19 14:26:22][] Startup done.
[Oct 19 14:26:22][mtr0] Number of readers: 32
[Oct 19 14:26:22][mtr0] Config.daemon: 0
[Oct 19 14:26:22][mtr0] Config.local: 0
[Oct 19 14:26:22][d0] sending pullsequenz send (len:5 is:5).
_____________________________
vzlogger --version ergibt: 0.3.5
Um Hinweise was hier falsch läuft, wäre ich sehr dankbar,
Elias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20131019/19dd7b35/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20131019/19dd7b35/attachment.pgp>
More information about the volkszaehler-users
mailing list