[vz-users] S0VZ und 1WireVz mit aktuellem Image auf RPI? (gelöst)
Matthias Behr
mbehr at mcbehr.de
Mon Feb 16 20:17:52 CET 2015
Kannst du mal ein Log mit verbosity 15 schicken?
Gruß
Matthias
Sent from a mobile device.
> Am 16.02.2015 um 18:25 schrieb Thomas Schweikert <schweikert.thomas at web.de>:
>
> Hallo Udo,
>
> 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.
> Ich habe vzlogger 0.4.0 based on git version: heads/master-0-g0be995bdf6
> Hier meine vzlogger.conf
> 1 /**
> 2 * vzlogger configuration
> 3 *
> 4 * use proper encoded JSON with javascript comments
> 5 *
> 6 * take a look at the wiki for detailed information:
> 7 * http://wiki.volkszaehler.org/software/controller/vzlogger#configuration
> 8 */
> 9
> 10 {
> 11 "retry": 30, // how long to sleep between failed requests, in seconds
> 12 "daemon": true, // run periodically
> 13 "verbosity": 5, // between 0 and 15
> 14 "log": "/var/log/vzlogger.log", // path to logfile, optional
> 15
> 16 "local": {
> 17 "enabled": false, // should we start the local HTTPd for serving live readings?
> 18 "port": 8080, // the TCP port for the local HTTPd
> 19 "index": true, // should we provide a index listing of available channels if no UUID was requested?
> 20 "timeout": 30, // timeout for long polling comet requests, 0 disables comet, in seconds
> 21 "buffer": 600 // how long to buffer readings for the local interface, in seconds
> 22 },
> 23
> 24 "meters": [
> 25 {
> 26 "enabled": true, // disabled meters will be ignored (default)
> 27 "skip": false, // if enabled, errors when opening meter will lead to meter being ignored
> 28 "protocol": "sml", // see 'vzlogger -h' for list of available protocols
> 29 // "host": "http://localhost/meinzaehler.dyndns.info:7331",
> 30 "device": "/dev/ttyUSB0",
> 31 "parity": "8N1",
> 32 "baudrate": 9600,
> 33 "channels": [{
> 34 "api": "volkszaehler", // default middleware api: volkszaehler.org
> 35 "uuid": "0aab23f0-b530-11e4-ba78-a9ce34fd6f0f",
> 36 "middleware": "http://localhost/middleware.php",
> 37 "identifier": "1-0:1.8.0" // Wirkleistung , see 'vzlogger -h' for list of available aliases
> 38 }, {
> 39 "uuid": "1cd432e0-b530-11e4-b002-d16cae47b07f",
> 40 "middleware": "http://localhost/middleware.php",
> 41 "identifier": "1-0:1.8.0" // Zaehlerstand
> 42 }]
> 43 },
> 44 {
> 45 "enable": true,
> 46 "skip": false,
> 47 "protocol": "s0",
> 48 "device": "sys/class/gpio/gpio18/value",
> 49 "channel": {
> 50 "identifier": "Impulse",
> 51 "uuid": "43164ee0-b538-11e4-9c2d-1f74b39ea113",
> 52 "middleware": "http://localhost/middleware.php",
> 53 "aggmode": "SUM"
> 54 }
> 55 }
> 56 ]
> 57
> 58 }
>
>
>
>
> Gesendet: Montag, 16. Februar 2015 um 09:55 Uhr
> Von: Udo1 <udo1 at gmx.net>
> An: volkszaehler-users at demo.volkszaehler.org
> Betreff: Re: [vz-users] S0VZ und 1WireVz mit aktuellem Image auf RPI? (gelöst)
> Am 15.02.2015 um 18:04 schrieb Ralf Wismann:
> > Nun gingen aber die Probleme über die kleine Erweiterung bei S0
> > Impulsen und 1-Wire Temperaturen los.
> Die GPIOs wurden nicht exportiert.
>
> Ich hatte für die neue große Erweiterung die Zeile:
> > # RTC-Zeit als Systemzeit setzen
> > sudo hwclock -s
> in die rc.local eingefügt.
>
> Da bei der kleinen Erweiterung keine RTC vorhanden ist, führte dieser
> Befehl zum Abbruch der rc.local und die GPIOs wurden nicht mehr exportiert.
>
> Fehlerbehebung:
> Die Zeile 'sudo hwclock -s' auskommentieren.
>
> Gruß
> Udo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150216/7a6c386a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2342 bytes
Desc: not available
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150216/7a6c386a/attachment-0001.bin>
More information about the volkszaehler-users
mailing list