[vz-users] s0vz problem

Michael Wulz michael.wulz at gmail.com
Fri Nov 14 18:15:42 CET 2014


Reboot durch Stromausfall.

Dann lief s0vz nicht. Habe dann alles auf neueste Version lt. GIT geupdated.

Hier die gewünschten Infos:
root at raspberrypi:~# cat /etc/rc.local
#!/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 S0/Impulse to Volkszaehler 'RaspberryPI deamon'
echo 17 > /sys/class/gpio/export && echo "rising" >
/sys/class/gpio/gpio17/edge
echo 18 > /sys/class/gpio/export && echo "rising" >
/sys/class/gpio/gpio18/edge
echo 22 > /sys/class/gpio/export && echo "rising" >
/sys/class/gpio/gpio22/edge
echo 23 > /sys/class/gpio/export && echo "rising" >
/sys/class/gpio/gpio23/edge
echo 24 > /sys/class/gpio/export && echo "rising" >
/sys/class/gpio/gpio24/edge
echo 27 > /sys/class/gpio/export && echo "rising" >
/sys/class/gpio/gpio27/edge

vzlogger -c /etc/vzlogger.conf

exit 0

Es wird der s0vz aber per Hand gestartet
/etc/init.d/s0vz start

Hier der syslog Output:
Nov 14 14:39:51 raspberrypi s0vz: S0/Impulse to Volkszaehler RaspberryPI
deamon 1.4.4
Nov 14 14:39:51 raspberrypi s0vz: VzServer:localhost
Nov 14 14:39:51 raspberrypi s0vz: VzPort:80
Nov 14 14:39:51 raspberrypi s0vz: VzPath:middleware.php
Nov 14 14:39:51 raspberrypi s0vz: GPIO0 =
f4530a70-34b9-11e4-8cf2-758c8ad40a00
Nov 14 14:39:51 raspberrypi s0vz: GPIO1 = eins
Nov 14 14:39:51 raspberrypi s0vz: GPIO2 = zwei
Nov 14 14:39:51 raspberrypi s0vz: GPIO3 = drei
Nov 14 14:39:51 raspberrypi s0vz: GPIO4 = vier
Nov 14 14:39:51 raspberrypi s0vz: GPIO5 = funf

die eins bis funf hatte ich jetzt auskommentiert, um zu sehen ob eventuell
an den anderen was ankommt.

lg
Michael


Am 14. November 2014 17:11 schrieb Udo1 <udo1 at gmx.net>:

> Hallo Michael,
>
> Am 14.11.2014 15:41, schrieb Michael Wulz:
>
>> nach einem Reboot meines Raspis läuft dieser jetzt plötzlich nicht mehr.
>>
> Warum reboot? Hast du irgendwas geändert, upgedatet?
>
> Was steht in der  /etc/init.d/rc.local ?
>
> Was sagt er wenn du sudo /var/log/syslog ausführst?
>
> Kannst du mal die Spannung an einem S0-Eingang zwischen +S0 und -S0 messen?
>
> Gruß
> Udo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20141114/8f3859b3/attachment.html>


More information about the volkszaehler-users mailing list