[vz-users] Nothing to Plot / Daten kommen nicht an

Joerg Middendorf joergmiddendorf at gmx.de
Tue Sep 29 12:38:20 CEST 2015


Der Kanal mit GPIO10 ist nicht aktiviert "enabled = false"

Meine rc.local habe ich nicht verändert da ich der Meinung war dass dies nur
für die Ausgänge der neuen Erweiterung notwendig wäre.

#! /bin/sh
### BEGIN INIT INFO
# Provides:          rc.local
# Required-Start:    $remote_fs $syslog $network
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Run /etc/rc.local if it exist
### END INIT INFO


PATH=/sbin:/usr/sbin:/bin:/usr/bin

. /lib/init/vars.sh
. /lib/lsb/init-functions

do_start() {
        if [ -x /etc/rc.local ]; then
                [ "$VERBOSE" != no ] && log_begin_msg "Running local boot
scripts (/etc/rc.local)"
                /etc/rc.local
                ES=$?
                [ "$VERBOSE" != no ] && log_end_msg $ES
                return $ES
        fi
}

case "$1" in
    start)
        do_start
        ;;
    restart|reload|force-reload)
        echo "Error: argument '$1' not supported" >&2
        exit 3
        ;;
    stop)
        ;;
    *)
        echo "Usage: $0 start|stop" >&2
        exit 3
        ;;
esac

-----Ursprüngliche Nachricht-----
Von: volkszaehler-users
[mailto:volkszaehler-users-bounces at demo.volkszaehler.org] Im Auftrag von
Udo1
Gesendet: Dienstag, 29. September 2015 11:42
An: volkszaehler-users at demo.volkszaehler.org
Betreff: Re: [vz-users] Nothing to Plot / Daten kommen nicht an

Am 29.09.2015 um 10:57 schrieb Joerg Middendorf:
>   "gpio": 10,
GPIO 10 ist nicht belegt. Siehe Tabelle: 
http://wiki.volkszaehler.org/hardware/controllers/raspberry_pi_erweiterung_r
ev1

Wie sieht deine /etc/rc.local aus?

Gruß
Udo



More information about the volkszaehler-users mailing list