<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>config.test?</DIV>
<DIV>vzlogger.test?</DIV>
<DIV> </DIV>
<DIV>bei mir heißt die Datei vzlogger.conf...</DIV>
<DIV> </DIV>
<DIV>Gruß, Bernd</DIV>
<DIV
style="FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: inline">
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=luckyheiko@hotmail.com
href="mailto:luckyheiko@hotmail.com">Heiko W.</A> </DIV>
<DIV><B>Sent:</B> Thursday, June 06, 2013 6:48 PM</DIV>
<DIV><B>To:</B> <A title=volkszaehler-users@lists.volkszaehler.org
href="mailto:volkszaehler-users@lists.volkszaehler.org">volkszaehler.org -
users</A> </DIV>
<DIV><B>Subject:</B> Re: [vz-users] Probleme mit neuer Karte /
Image</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV
style="FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: inline">
<DIV>
<DIV style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif">Hallo<BR><BR>Habe
scho kanäle angelegt.<BR>Bin auch nach der Anleitung vorgegangen.<BR><BR>Aber
ich bleib ja bei der config.test hängen<BR><BR><BR><BR>Mit freundlichen
Grüßen<BR>Heiko W.<BR>Von meinem Windows Phone gesendet</DIV></DIV>
<DIV dir=ltr>
<HR>
<SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif; FONT-WEIGHT: bold">Von:
</SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif"><A
href="mailto:janz.thomas@gmail.com">Thomas Janz</A></SPAN><BR><SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif; FONT-WEIGHT: bold">Gesendet:
</SPAN><SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif">06/06/2013
18:28</SPAN><BR><SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif; FONT-WEIGHT: bold">An:
</SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif"><A
href="mailto:volkszaehler-users@lists.volkszaehler.org">volkszaehler.org -
users</A></SPAN><BR><SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif; FONT-WEIGHT: bold">Betreff:
</SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: calibri,sans-serif">Re:
[vz-users] Probleme mit neuer Karte / Image</SPAN><BR><BR></DIV>
<DIV style="BACKGROUND-COLOR: #ffffff">
<DIV class=x_moz-cite-prefix>Am 06.06.2013 13:13, schrieb Heiko W.:<BR></DIV>
<BLOCKQUOTE type="cite">
<STYLE>
<!--
.x_hmmessage
{margin:0px;
padding:0px}
body.x_hmmessage
{font-size:12pt;
font-family:calibri}
-->
</STYLE>
<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=x_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> */
{
"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=x_code>pi@raspberrypi ~ $ ls -la /dev/usb*
lrwxrwxrwx 1 root root 7 Jan 1 1970 /dev/usb-ir-lesekopf0 -> ttyUSB0
lrwxrwxrwx 1 root root 7 Jan 1 1970 /dev/usb-ir-lesekopf1 -> ttyUSB1
</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=x_stopSpelling>
From: <A class=x_moz-txt-link-abbreviated
href="mailto:luckyheiko@hotmail.com">luckyheiko@hotmail.com</A><BR>To: <A
class=x_moz-txt-link-abbreviated
href="mailto:volkszaehler-users@lists.volkszaehler.org">volkszaehler-users@lists.volkszaehler.org</A><BR>Date:
Wed, 5 Jun 2013 12:32:59 +0200<BR>Subject: Re: [vz-users] Probleme mit neuer
Karte / Image<BR><BR>
<STYLE>
<!--
.x_externalclass p.x_ecxmsonormal, .x_externalclass li.x_ecxmsonormal, .x_externalclass div.x_ecxmsonormal
{font-size:11.0pt;
font-family:"Calibri","sans-serif"}
.x_externalclass .x_externalclass span.x_ecxmsohyperlink
{color:blue;
text-decoration:underline}
.x_externalclass span.x_ecxmsohyperlinkfollowed
{color:purple;
text-decoration:underline}
.x_externalclass span.x_ecxe-mailformatvorlage17
{font-family:"Calibri","sans-serif";
color:windowtext}
.x_externalclass span.x_ecxe-mailformatvorlage18
{font-family:"Calibri","sans-serif";
color:#1f497d}
.x_externalclass span.x_ecxe-mailformatvorlage19
{font-family:"Calibri","sans-serif";
color:#1f497d}
.x_externalclass span.x_ecxe-mailformatvorlage20
{font-family:"Calibri","sans-serif";
color:#1f497d}
.x_externalclass .x_ecxmsochpdefault
{font-size:10.0pt}
-->
</STYLE>
<DIV class=x_ecxWordSection1>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>Hallo </P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>bei mir hat sich ja vor ca 3 Wochen meine SD Karte
komplett verabschiedet :( </P>
<P class=x_ecxMsoNormal>alle Daten usw weg .. </P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>nun hab ich meine 'Austausch' Karte bekommen und
wollte von </P>
<P class=x_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=x_ecxMsoNormal>was ich drauf hatte auf </P>
<P class=x_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=x_ecxMsoNormal>wechseln .. </P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>leider habe ich das Problem das das Image nicht Bootet
:( </P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>da ich also Linux noob zwar gelesen habe das man den
Bootloader ändern muss .. </P>
<P class=x_ecxMsoNormal>ich aber keine Ahnung hab wie das gemacht wird wollte
ich Fragen ob mir jemand helfen kann</P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>es geht um nen Raspi Rev B 512MB</P>
<P class=x_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=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal>was muss ich wie, wo, wann machen ?</P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal><SPAN style="COLOR: #1f497d">anbei noch ein
'richtiger' Screenshoot :D</SPAN></P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal> </P>
<P class=x_ecxMsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Mit freundlichen
Grüßen / Kind Regards</SPAN><SPAN></SPAN></P>
<P class=x_ecxMsoNormal><SPAN style="FONT-FAMILY: 'Arial','sans-serif'">Heiko
Weißenberger</SPAN><SPAN></SPAN></P>
<P class=x_ecxMsoNormal><SPAN></SPAN> </P>
<P class=x_ecxMsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">eMail: <A
title=mailto:heiko@der-ripper.de
href="mailto:heiko@der-ripper.de">heiko@der-ripper.de</A></SPAN><SPAN></SPAN></P>
<P class=x_ecxMsoNormal> </P></DIV></DIV></DIV></BLOCKQUOTE>Hallo
Heiko,<BR><BR>du hast noch kein Kanäle bzw Zähler konfiguriert !<BR><BR>siehe
hier :<BR><BR><A
href="http://wiki.volkszaehler.org/howto/emh_pv-anlage">http://wiki.volkszaehler.org/howto/emh_pv-anlage</A><BR><BR>Gruß
Thomas<BR></DIV></DIV></DIV></DIV></BODY></HTML>