[vz-users] Nothing to Plot / Daten kommen nicht an
Joerg Middendorf
joergmiddendorf at gmx.de
Wed Sep 30 19:26:59 CEST 2015
Die habe ich doch gar nicht drin... Oder verstehe ich was falsch? Ich habe
Deine rc.local genommen, also:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other # value on
error.
#
# In order to enable or disable this script just change the execution #
bits.
#
# By default this script does nothing.
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
# Part of DS2482 I2C 1-Wire Master to Volkszaehler 'RaspberryPI deamon'.
# echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
# echo ds2482 0x19 > /sys/bus/i2c/devices/i2c-1/new_device
# echo ds2482 0x1a > /sys/bus/i2c/devices/i2c-1/new_device
#vzlogger starten
sudo vzlogger -d
exit 0
-----Ursprüngliche Nachricht-----
Von: volkszaehler-users
[mailto:volkszaehler-users-bounces at demo.volkszaehler.org] Im Auftrag von
Udo1
Gesendet: Mittwoch, 30. September 2015 15:45
An: volkszaehler-users at demo.volkszaehler.org
Betreff: Re: [vz-users] Nothing to Plot / Daten kommen nicht an
Am 30.09.2015 um 13:40 schrieb Joerg Middendorf:
> Leider startet der VZlogger nicht
> automatisch obwohl in der rc.local eingetragen.
Ja, liegt daran, dass die rc.local nicht ausgeführt wird, WEIL:
Du hast die 1wire-Treiber UND die RTC-Clock-Treiber auskommentiert.
Das ist ja ok, wenn du sie nicht brauchst. ABER, dann musst du auch den
Aufruf: 'sudo hwclock -s' auskommentieren, ansonsten wird die rc.local nicht
ausgeführt.
Gruß
Udo
More information about the volkszaehler-users
mailing list