<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal style='margin-bottom:12.0pt'>Hallo,<br><br>ich habe oben genannte Hardware und möchte mit dem IR-Lesekoüf vom Udo mit Iskra auslesen, komme leider überhapt nicht weiter. <span lang=EN-US>Mir werden im Frontend keine Daten vom Zähler angezeigt.<br>Hier mal ein Auszug aus meiner Config:<br><br>/**<br>* vzlogger configuration<br>*<br>* use proper encoded JSON with javascript comments<br>*<br>* take a look at the wiki for detailed information:<br>* </span><a href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration"><span lang=EN-US>http://wiki.volkszaehler.org/software/c ... figuration</span></a><span lang=EN-US><br>*/<br><br>{<br>"retry" : 30, /* how long to sleep between failed requests, in seconds */<br>"daemon": true, /* run periodically */<br>"foreground" : false, /* dont run in background (prevents forking) */<br>"verbosity" : 15, /* between 0 and 15 */<br>//"log" : "/var/log/vzlogger_3.log",/* path to logfile, optional */<br><br>"local" : {<br>"enabled" : true, /* should we start the local HTTPd for serving live readings? */<br>"port" : 8080, /* the TCP port for the local HTTPd */<br>"index" : true, /* should we provide a index listing of available channels if no UU$<br>"timeout" : 30, /* timeout for long polling comet requests, 0 disables comet, in se$<br>"buffer" : 600 /* how long to buffer readings for the local interface, in seconds $<br>},<br><br>"meters" : [{<br>"protocol" : "sml", /* see 'vzlogger -h' for list of available protocols */<br>"device" : "/dev/ttyUSB0",<br>"channels": [{<br>"uuid" : "eac2a840-7003-11e3-a60d-ad7a96db2d62",<br>"middleware" : "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>"</span>,<br>"identifier" : "1-0:1.8.0", /* Wirkenergiein Wh */<br>}, {<br>"uuid" : "3336de60-7006-11e3-8527-d74d4ff66df7",<br>"middleware" : "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",<br>"identifier" : "1-0:15.7.0", /* Wirkleistgung in W */<br>}, {<br>"uuid" : "34f0afd0-7014-11e3-9c74-3b232d2c18c5",<br>"middleware" : "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",<br>"identifier" : "1-0:1.8.0" /* Gesamtstromverbrauch Hauszaehler */<br><br>Der USB IR Lesekopf scheint auch richtig zu funktionieren:<br><br>pi@raspberrypi ~ $ cat /dev/ttyUSB0 | od -tx1<br>0000000 1b 1b 1b 1b 01 01 01 01 66 01 02 a2 00 1f 02 02<br>0000020 02 0a 22 00 00 01 a2 2a 09 08 09 00 09 00 01 00<br>0000040 00 01 28 00 01 02 22 01 22 00 32 40 22 62 32 10<br>0000060 77 81 00 41 34 00 41 08 54 00 c9 06 00 05 50 00<br>0000100 10 10 05 50 00 85 00 00 00 01 41 00 00 00 40 05<br>0000120 00 01 0b 28 48 29 a0 28 01 40 00 08 18 40 00 40<br>0000140 00 08 28 01 0a 0a 00 01 79 01 95 00 01 81 00 19<br>0000160 00 0c 01 00 24 01 39 1e 72 02 00 81 02 02 00 f2<br>0000200 00 00 00 00 82 02 0a 40 0a 18 01 07 29 51 00 70<br>0000220 00 78 20 38 05 70 01 00 a8 85 5e 54 60 40 40 40<br>0000240 40 80 70 01 00 00 80 61 00 00 00 00 00 61 00 01<br>0000260 71 01 21 02 44 00 19 00 00 18 00 00 64 5e 40 a0<br>0000300 5e 42 5e 42 52 68 40 5e 46 5e 40 5e 50 5e 40 5e<br>0000320 4e 5e 5a 40 0a 0a 5e 58 5e 41 5e 47 29 51 5e 40<br>0000340 70 5e 40 78 20 38 5e 45 70 5e 41 5e 40 a8 85 5e<br>0000360 54 60 40 40 40 40 80 5e 52 0a 0a 5e 58 5e 41 5e<br>0000400 47 29 51 5e 40 70 5e 40 78 20 38 5e 45 70 5e 41<br>0000420 5e 40 a8 85 5e 54 60 40 40 40 40 80 70 5e 41 5e<br>0000440 40 5e 40 80 61 5e 40 5e 40 5e 40 5e 40 5e 40 61<br>0000460 5e 40 5e 41 71 5e 41 21 5e 42 44 5e 40 5e 59 5e<br>0000500 40 5e 40 5e 58 5e 40 5e 40 64 5e 40 a0 5e 42 5e<br>0000520 42 52 68 40 5e 46 5e 40 5e 50 5e 40 5e 4e 5e 5a<br>0000540 40 0a 0a 0a 0a 5e 58 5e 41 5e 47 29 51 5e 40 70<br>0000560 5e 40 78 20 38 5e 45 70 5e 41 5e 40 a8 85 5e 54<br>0000600 60 40 40 40 40 80 5e 52 0a 0a 0a 0a 5e 58 5e 41<br>0000620 5e 47 29 51 5e 40 70 5e 40 78 20 38 5e 45 70 5e<br>0000640 41 5e 40 a8 85 5e 54 60 40 40 40 40 80 70 5e 41<br>0000660 5e 40 5e 40 80 61 5e 40 5e 40 5e 40 5e 40 5e 40<br>0000700 61 5e 40 5e 41 71 5e 41 21 5e 42 44 5e 40 5e 59<br>0000720 5e 40 5e 40 5e 58 5e 40 5e 40 64 5e 40 a0 5e 42<br>0000740 5e 42 52 68 40 5e 46 5e 40 5e 50 5e 40 5e 4e 5e<br>0000760 5a 40 0a 0a 0a 0a 0a 0a 0a 0a 5e 58 5e 41 5e 47<br>0001000 29 51 5e 40 70 5e 40 78 20 38 5e 45 70 5e 41 5e<br>0001020 40 a8 85 5e 54 60 40 40 40 40 80 5e 52 0a 0a 0a<br>0001040 0a 0a 0a 0a 0a 5e 58 5e 41 5e 47 29 51 5e 40 70<br>0001060 5e 40 78 20 38 5e 45 70 5e 41 5e 40 a8 85 5e 54<br>0001100 60 40 40 40 40 80 70 5e 41 5e 40 5e 40 80 61 5e<br>0001120 40 5e 40 5e 40 5e 40 5e 40 61 5e 40 5e 41 71 5e<br>0001140 41 21 5e 42 44 5e 40 5e 59 5e 40 5e 40 5e 58 5e<br>0001160 40 5e 40 64 5e 40 a0 5e 42 5e 42 52 68 40 5e 46<br>0001200 5e 40 5e 50 5e 40 5e 4e 5e 5a 40 0a 0a 0a 0a 0a<br>0001220 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 5e 58 5e 41 5e<br>0001240 47 29 51 5e 40 70 5e 40 78 20 38 5e 45 70 5e 41<br>0001260 5e 40 a8 85 5e 54 60 40 40 40 40 80 5e 52 0a 0a<br>0001300 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 5e 58<br>0001320 5e 41 5e 47 29 51 5e 40 70 5e 40 78 20 38 5e 45<br>0001340 70 5e 41 5e 40 a8 85 5e 54 60 40 40 40 40 80 70<br>0001360 5e 41 5e 40 5e 40 80 61 5e 40 5e 40 5e 40 5e 40<br>0001400 5e 40 61 5e 40 5e 41 71 5e 41 21 5e 42 44 5e 40<br>0001420 5e 59 5e 40 5e 40 5e 58 5e 40 5e 40 64 5e 40 a0<br>0001440 5e 42 5e 42 52 68 40 5e 46 5e 40 5e 50 5e 40 5e<br>0001460 4e 5e 5a 40 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a<br>0001500 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a<br>0001520 0a 0a 0a 0a 5e 58 5e 41 5e 47 29 51 5e 40 70 5e<br>0001540 40 78 20 38 5e 45 70 5e 41 5e 40 a8 85 5e 54 60<br>0001560 40 40 40 40 80 5e 52 0a 0a 0a 0a 0a 0a 0a 0a 0a<br>0001600 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a<br>0001620 0a 0a 0a 0a 0a 0a 0a 70 00 1d 40 c0 00 0f 35 01<br>0001640 00 88 00 00 00 a8 40 a8 00 00 88 00 00 0a 00 01<br>0001660 02 00 0a 00 00 02 00 00 00 88 08 02 00 00 0a 02<br>0001700 10 00 10 79 14 00 00 00 83 05 58 46 06 00 00 00<br>0001720 80 00 0c 00 06 00 00 02 08 0c 00 40 0a 00 0c 02<br>0001740 08 0a 02 00 0c 00 20 0a 09 00 0c 00 c2 0a 00 08<br>0001760 02 05 00 20 01 71 05 01 38 01 00 79 01 01 00 00<br>0002000 05 41 00 00 00 00 40 40 00 00 40 01 00 79 01 01<br>0002020 00 19 00 00 01 00 00 00 60 00 00 01 41 00 01 00<br>0002040 01 00 00 00 41 20 0c 08 20 00 48 08 01 0a 80 00<br>0002060 00 80 10 8c 80 80 20 80 40<br>0002071<o:p></o:p></p><p class=MsoNormal>Ich bin mir nur nicht sicher, wo folgendes hinkommen soll:<o:p></o:p></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>vor dem Start des vzloggers eintragen: z. B. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>stty -F /dev/ttyUSB0 9600 -parity –cstopb<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>Auch hierbei bin ich mir nicht sicher :<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>evtl. die Com-Settings für einen USB-I/R-Kopf mit <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>sudo nano /etc/rc.local<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>Meine Datei sie wie folgt aus:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>#!/bin/sh -e<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>#<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'># rc.local<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>#<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># This script is executed at the end of each multiuser runlevel.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># Make sure that the script will "exit 0" on success or any other<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># value on error.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>#<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># In order to enable or disable this script just change the execution<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># bits.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>#<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># By default this script does nothing.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'># Print the IP address<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>_IP=$(hostname -I) || true<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>if [ "$_IP" ]; then<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New"'>  printf "My IP address is %s\n" "$_IP"<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>fi<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><br>Ich bekomme auch sonst überhaupt keine Fehlermeldung, im Fronted wird nur "nothing to plot" angezeigt.<br><br>Vielleicht kann mir jemand von Euch helfen:)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>