[vz-users] TD-3511 mit vzlogger
Anton
antonkaser at gmx.at
Mon Jun 10 23:28:03 CEST 2013
Am 2013-06-10 23:06, schrieb Udo1:
> Am 10.06.2013 22:59, schrieb Anton:
>> Auch die vzlogger.conf konnte ich soweit konfigurieren, dass der
>> IR-Kopf erkannt wird.
> Wie sieht denn deine vzlogger.conf genau aus?
{
"retry" : 30, /* how long to sleep between failed
requests, in seconds */
"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 live readings? */
"port" : 80, /* the TCP port for the local HTTPd */
"index" : true, /* should we provide a index listing of
available channels? */
"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", /* use 'vzlogger -h' for list of
available protocols */
"device" : "/dev/lesekopf0",
}
]}
Was dann folgendes ergibt:
root at raspberrypi:/etc# vzlogger start
[Jun 10 23:19:54][mtr0] Creating new meter with protocol sml.
[Jun 10 23:19:54][mtr0] Meter configured.
[Jun 10 23:19:54] New meter initialized (protocol=sml)
[Jun 10 23:19:54] Have 1 meters.
[Jun 10 23:19:54][main] foreground=1, daemon=0, local=0
[Jun 10 23:19:54] NOT Daemonize process...
[Jun 10 23:19:54] Opened logfile /var/log/vzlogger.log
[Jun 10 23:19:54][] ===> Start meters.
[Jun 10 23:19:54][mtr0] Meter connection established
[Jun 10 23:19:54][mtr0] Meter thread started
[Jun 10 23:19:54][mtr0] meter is opened. Start channels.
[Jun 10 23:19:54][] Startup done.
[Jun 10 23:19:54][mtr0] Number of readers: 32
[Jun 10 23:19:54][mtr0] Config.daemon: 0
[Jun 10 23:19:54][mtr0] Config.local: 0
>
>
>> Aber vom vzlogger werden keine daten übernommen!?!
> Wie hast du das festgestellt?
ich nahm das script aus der Volkzähler-Anleitung für den TD3511 und
lasse auslesen:
root at raspberrypi:/etc# ./lesekopfansprechen
6 Bytes written
/SAT63511C1948915
F.F()
..(317119)
..1(G23-511-C.1/948-915)
C.7.()
1.128.(.*kWh)
.1.(23)
.1.2*23(13-6-1 :)
.1.2*22(13-5-1 :)
.1.2*21(13-4-1 :)
.1.2*2(13-3-1 :) .....
dann auch mit :
root at raspberrypi:/etc# cat /dev/ttyUSB0
1 00:00)
0.1.2*18(13-01-01 00:00)
0.1.2*17(12-12-01 00:00)
0.1.2*16(12-11-01 00:00)
0.1.2*15(12-10-01 00:00)
0.1.2&14(12-09-12 07:55)
0.1.2&13(12-09-12 07:54)
0.1.2&12(12-07-18 08:57)
0.1.2*11(07-02-01 00:00)
0.1.2&10(07-01-31 23:07)
0.1.2&09(12-07-18 08:25)
1.2.0(66.029*kW) ....
starte ich aber vzlogger bleibt er bei
[Jun 10 23:19:54][mtr0] Config.local: 0
stehen und es sind keine daten zu sehen :(
More information about the volkszaehler-users
mailing list