<div dir="ltr"><div><div><div><div><div><div><div>Hallo,<br><br>ich bin ratlos. Habe S0VZ installiert (eh schon vor längerer Zeit) nach einem Reboot meines Raspis läuft dieser jetzt plötzlich nicht mehr.<br><br></div>Folgender Output beim Start des Daemons:<br>Nov 14 14:31:59 raspberrypi s0vz: S0/Impulse to Volkszaehler RaspberryPI deamon 1.4.4<br>Nov 14 14:31:59 raspberrypi s0vz: VzServer:localhost<br>Nov 14 14:31:59 raspberrypi s0vz: VzPort:80<br>Nov 14 14:31:59 raspberrypi s0vz: VzPath:middleware.php<br>Nov 14 14:31:59 raspberrypi s0vz: GPIO0 = f4530a70-34b9-11e4-8cf2-758c8ad40a00<br>Nov 14 14:31:59 raspberrypi s0vz: GPIO1 = eins<br>Nov 14 14:31:59 raspberrypi s0vz: GPIO2 = zwei<br>Nov 14 14:31:59 raspberrypi s0vz: GPIO3 = drei<br>Nov 14 14:31:59 raspberrypi s0vz: GPIO4 = vier<br>Nov 14 14:31:59 raspberrypi s0vz: GPIO5 = funf<br><br><br></div>Wenn ich an den S0 input Pins (von Udos s0 Erweiterung) mit der Hand Kurzschlüsse mache passiert nichts.<br><br></div>meine S0vz.cfg Datei:<br>#################################################################################<br>#<br># S0/Impulse to Volkszaehler 'RaspberryPI deamon'.<br>#<br># <a href="https://github.com/w3llschmidt/s0vz.git">https://github.com/w3llschmidt/s0vz.git</a><br># <a href="https://github.com/volkszaehler/volkszaehler.org.git">https://github.com/volkszaehler/volkszaehler.org.git</a><br>#<br># Henrik Wellschmidt <<a href="mailto:w3llschmidt@gmail.com">w3llschmidt@gmail.com</a>><br>#<br># This program is free software: you can redistribute it and/or modify<br># it under the terms of the GNU General Public License as published by<br># the Free Software Foundation, either version 3 of the License, or<br># (at your option) any later version.<br>#<br># This program is distributed in the hope that it will be useful,<br># but WITHOUT ANY WARRANTY; without even the implied warranty of<br># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br># GNU General Public License for more details.<br>#<br># You should have received a copy of the GNU General Public License<br># along with this program. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.<br>#<br>###############################################################################<br><br>/* Hostname, FQDN or IP of your VZ - normaly this should be 'localhost' */<br>vzserver = "localhost"<br><br>/* Path to the VZ middleware.php script, WITHOUT preposed and trailing slash */<br>vzpath = "middleware.php"<br><br>/* HTTP Port of your VZ */<br>vzport = 80<br><br>/* Define S0 inputs here, use these types in volkszaehler frontend */<br>/* Channel type: Strom_messer for S0 PowerMeters */<br>/* Gas for Gas-Meters via reed sensor or direct (Style: steps) */<br>GPIO0 = "f4530a70-34b9-11e4-8cf2-758c8ad40a00";<br>GPIO1 = "eins"<br>GPIO2 = "zwei"<br>GPIO3 = "drei"<br>GPIO4 = "vier"<br>GPIO5 = "funf"<br><br><br></div>Installiert hab ich die letzte Version vom Git (hat sich eh schon länger nicht verändert). Und ich kann leider beim s0vz daemon nix debuggen.<br></div>Achja beim Starten vom Raspi führe ich: <br># Part of S0/Impulse to Volkszaehler 'RaspberryPI deamon'<br>echo 17 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio17/edge<br>echo 18 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio18/edge<br>echo 22 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio22/edge<br>echo 23 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio23/edge<br>echo 24 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio24/edge<br>echo 27 > /sys/class/gpio/export && echo "rising" > /sys/class/gpio/gpio27/edge<br><br><br></div>aus.<br><br></div>lg<br>Michael<br></div>