<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Kannst du mal ein Log mit verbosity 15 schicken?<br><br>Gruß<div>Matthias </div><div><br></div><div>Sent from a mobile device.</div></div><div><br>Am 16.02.2015 um 18:25 schrieb Thomas Schweikert <<a href="mailto:schweikert.thomas@web.de">schweikert.thomas@web.de</a>>:<br><br></div><blockquote type="cite"><div><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hallo Udo,</div>
<div> </div>
<div>vielen Dank für den Hinweis. Beim mir funktioniert S0 nun wieder mit s0vz. Ich hatte mal probiert s0 im vzlogger zu konfigurieren, hat bei mir nicht funktioniert.</div>
<div>Ich habe vzlogger 0.4.0 based on git version: heads/master-0-g0be995bdf6</div>
<div>Hier meine vzlogger.conf</div>
<div>
<div> 1 /**<br>
2 * vzlogger configuration<br>
3 *<br>
4 * use proper encoded JSON with javascript comments<br>
5 *<br>
6 * take a look at the wiki for detailed information:<br>
7 * <a href="http://wiki.volkszaehler.org/software/controller/vzlogger#configuration">http://wiki.volkszaehler.org/software/controller/vzlogger#configuration</a><br>
8 */<br>
9<br>
10 {<br>
11 "retry": 30, // how long to sleep between failed requests, in seconds<br>
12 "daemon": true, // run periodically<br>
13 "verbosity": 5, // between 0 and 15<br>
14 "log": "/var/log/vzlogger.log", // path to logfile, optional<br>
15<br>
16 "local": {<br>
17 "enabled": false, // should we start the local HTTPd for serving live readings?<br>
18 "port": 8080, // the TCP port for the local HTTPd<br>
19 "index": true, // should we provide a index listing of available channels if no UUID was requested?<br>
20 "timeout": 30, // timeout for long polling comet requests, 0 disables comet, in seconds<br>
21 "buffer": 600 // how long to buffer readings for the local interface, in seconds<br>
22 },<br>
23<br>
24 "meters": [<br>
25 {<br>
26 "enabled": true, // disabled meters will be ignored (default)<br>
27 "skip": false, // if enabled, errors when opening meter will lead to meter being ignored<br>
28 "protocol": "sml", // see 'vzlogger -h' for list of available protocols<br>
29 // "host": "<a href="http://localhost/meinzaehler.dyndns.info:7331">http://localhost/meinzaehler.dyndns.info:7331</a>",<br>
30 "device": "/dev/ttyUSB0",<br>
31 "parity": "8N1",<br>
32 "baudrate": 9600,<br>
33 "channels": [{<br>
34 "api": "volkszaehler", // default middleware api: <a href="http://volkszaehler.org">volkszaehler.org</a><br>
35 "uuid": "0aab23f0-b530-11e4-ba78-a9ce34fd6f0f",<br>
36 "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",<br>
37 "identifier": "1-0:1.8.0" // Wirkleistung , see 'vzlogger -h' for list of available aliases<br>
38 }, {<br>
39 "uuid": "1cd432e0-b530-11e4-b002-d16cae47b07f",<br>
40 "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",<br>
41 "identifier": "1-0:1.8.0" // Zaehlerstand<br>
42 }]<br>
43 },<br>
44 {<br>
45 "enable": true,<br>
46 "skip": false,<br>
47 "protocol": "s0",<br>
48 "device": "sys/class/gpio/gpio18/value",<br>
49 "channel": {<br>
50 "identifier": "Impulse",</div>
<div>
<div> 51 "uuid": "43164ee0-b538-11e4-9c2d-1f74b39ea113",<br>
52 "middleware": "<a href="http://localhost/middleware.php">http://localhost/middleware.php</a>",<br>
53 "aggmode": "SUM"<br>
54 }<br>
55 }<br>
56 ]<br>
57<br>
58 }</div>
<div> </div>
</div>
</div>
<div> </div>
<div> </div>
<div>
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Montag, 16. Februar 2015 um 09:55 Uhr<br>
<b>Von:</b> Udo1 <<a href="mailto:udo1@gmx.net">udo1@gmx.net</a>><br>
<b>An:</b> <a href="mailto:volkszaehler-users@demo.volkszaehler.org">volkszaehler-users@demo.volkszaehler.org</a><br>
<b>Betreff:</b> Re: [vz-users] S0VZ und 1WireVz mit aktuellem Image auf RPI? (gelöst)</div>
<div name="quoted-content">Am 15.02.2015 um 18:04 schrieb Ralf Wismann:<br>
> Nun gingen aber die Probleme über die kleine Erweiterung bei S0<br>
> Impulsen und 1-Wire Temperaturen los.<br>
Die GPIOs wurden nicht exportiert.<br>
<br>
Ich hatte für die neue große Erweiterung die Zeile:<br>
> # RTC-Zeit als Systemzeit setzen<br>
> sudo hwclock -s<br>
in die rc.local eingefügt.<br>
<br>
Da bei der kleinen Erweiterung keine RTC vorhanden ist, führte dieser<br>
Befehl zum Abbruch der rc.local und die GPIOs wurden nicht mehr exportiert.<br>
<br>
Fehlerbehebung:<br>
Die Zeile 'sudo hwclock -s' auskommentieren.<br>
<br>
Gruß<br>
Udo</div>
</div>
</div>
</div></div>
</div></blockquote></body></html>