<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hallo <br><br>das Problem mit dem Image hab ich hinbekommen :) <br>das hatte beim runterladen wohl nen knicks bekommen .. <br>nach nochmaligem Download hat es dann Funktioniert .. <br><br>nun hab ich aber wieder ein Problem :( <br><br>und zwar wollte ich nun den vzlogger zum laufen bringen .. <br>und habe die vzlogger.test angelegt <br><br>so wie hier beschrieben<br><pre class="file">/**
 * vzlogger configuration
 * 
 * use proper encoded JSON with javascript comments
 *
 * take a look at the wiki for detailed information:
 * <a href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration" target="_blank">http://wiki.volkszaehler.org/software/controller/vzlogger#configuration</a><br><br> */

{
"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/usb-ir-lesekopf0",
        },{
        "enabled" : true,       /* disabled meters will be ignored */
        "protocol" : "sml",     /* use 'vzlogger -h' for list of available protocols */
        "device" : "/dev/usb-ir-lesekopf1",
        }
]}</pre><br>als Log / Ausgabe bekamm ich aber nur <br><br>[Jun 06 13:06:49]       Opened logfile /var/log/vzlogger.log<br>[Jun 06 13:06:49][]     ===> Start meters.<br>[Jun 06 13:06:49][mtr0] Meter connection established<br>[Jun 06 13:06:49][mtr0] Meter thread started<br>[Jun 06 13:06:49][mtr0] meter is opened. Start channels.<br>[Jun 06 13:06:49][mtr1] Meter connection established<br>[Jun 06 13:06:49][mtr1] Meter thread started<br>[Jun 06 13:06:49][mtr1] meter is opened. Start channels.<br>[Jun 06 13:06:49][]     Startup done.<br>[Jun 06 13:06:49][mtr0] Number of readers: 32<br>[Jun 06 13:06:49][mtr0] Config.daemon: 0<br>[Jun 06 13:06:49][mtr0] Config.local: 0<br>[Jun 06 13:06:49][mtr1] Number of readers: 32<br>[Jun 06 13:06:49][mtr1] Config.daemon: 0<br>[Jun 06 13:06:49][mtr1] Config.local: 0<br><br>und danach ist 'Ende'<br><br>liegt das an den USB köpfen ? <br>oder hab ich irgendwo nen fehler ? <br><br>so sieht meine 99-usb.rules aus<br>SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="0061C5CE", SYMLINK+="usb-ir-lesekopf0"<br>SUBSYSTEM=="tty", ENV{ID_SERIAL_SHORT}=="0061D6A6", SYMLINK+="usb-ir-lesekopf1"<br><br>und das ist die Antwort auf <br><pre class="code">pi@raspberrypi ~ $ ls -la /dev/usb*<br>lrwxrwxrwx 1 root root 7 Jan  1  1970 /dev/usb-ir-lesekopf0 -> ttyUSB0<br>lrwxrwxrwx 1 root root 7 Jan  1  1970 /dev/usb-ir-lesekopf1 -> ttyUSB1<br><br></pre><br>würd mich über ein paar Tipps sehr freuen <br><br><br><br>Mit freundlichen Grüßen<br>Heiko W.<br><br><br><div><hr id="stopSpelling">From: luckyheiko@hotmail.com<br>To: volkszaehler-users@lists.volkszaehler.org<br>Date: Wed, 5 Jun 2013 12:32:59 +0200<br>Subject: Re: [vz-users] Probleme mit neuer Karte / Image<br><br><style><!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal {
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}

.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink {
color:blue;
text-decoration:underline;
}

.ExternalClass span.ecxMsoHyperlinkFollowed {
color:purple;
text-decoration:underline;
}

.ExternalClass span.ecxE-MailFormatvorlage17 {
font-family:"Calibri","sans-serif";
color:windowtext;
}

.ExternalClass span.ecxE-MailFormatvorlage18 {
font-family:"Calibri","sans-serif";
color:#1F497D;
}

.ExternalClass span.ecxE-MailFormatvorlage19 {
font-family:"Calibri","sans-serif";
color:#1F497D;
}

.ExternalClass span.ecxE-MailFormatvorlage20 {
font-family:"Calibri","sans-serif";
color:#1F497D;
}

.ExternalClass .ecxMsoChpDefault {
font-size:10.0pt;
}

.ExternalClass div.ecxWordSection1 {
}

--></style><div class="ecxWordSection1"><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">Hallo </p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">bei mir hat sich ja vor ca 3 Wochen meine SD Karte komplett verabschiedet :( </p><p class="ecxMsoNormal">alle Daten usw weg .. </p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">nun hab ich meine 'Austausch' Karte bekommen und wollte von </p><p class="ecxMsoNormal"><a href="https://www.energie-und-it.de/raspi/2012-12-16-wheezy-raspbian-vz-02-2G.img.gz" target="_blank">2012-12-16-wheezy-raspbian-vz-02-2G.img.gz</a></p><p class="ecxMsoNormal">was ich drauf hatte auf </p><p class="ecxMsoNormal"><a href="https://www.energie-und-it.de/raspi/2013-02-10-raspbian-vz-03-3G.img.gz" target="_blank">2013-02-10-raspbian-vz-03-3G.img.gz</a></p><p class="ecxMsoNormal">wechseln .. </p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">leider habe ich das Problem das das Image nicht Bootet :( </p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">da ich also Linux noob zwar gelesen habe das man den Bootloader ändern muss .. </p><p class="ecxMsoNormal">ich aber keine Ahnung hab wie das gemacht wird wollte ich Fragen ob mir jemand helfen kann</p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">es geht um nen Raspi Rev B 512MB</p><p class="ecxMsoNormal">und dem Image von <a href="https://www.energie-und-it.de/raspi/" target="_blank">https://www.energie-und-it.de/raspi/</a></p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal">was muss ich wie, wo, wann  machen ?</p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal"><span style="color:#1F497D;">anbei noch ein 'richtiger' Screenshoot :D</span></p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal"> </p><p class="ecxMsoNormal" style=""><span style="font-size:10.0pt;font-family:"Arial","sans-serif";">Mit freundlichen Grüßen / Kind Regards</span><span style=""></span></p><p class="ecxMsoNormal" style=""><span style="font-family:"Arial","sans-serif";">Heiko Weißenberger</span><span style=""></span></p><p class="ecxMsoNormal" style=""><span style=""> </span></p><p class="ecxMsoNormal" style=""><span style="font-size:10.0pt;font-family:"Arial","sans-serif";">eMail: <a href="mailto:heiko@der-ripper.de" title="mailto:heiko@der-ripper.de">heiko@der-ripper.de</a></span><span style=""></span></p><p class="ecxMsoNormal"> </p></div></div>                                     </div></body>
</html>