Ich habe ein ähnliches Problem wie der OP, wenn nicht sogar das gleiche. Ich habe LE 9.2.4 und Raspberry Pi Tools über Addons installiert. Jetzt möchte ich von dieser Seite https://github.com/dumbo25/rpi-fan die Skripte nutzen. Leider gibt mir der Befehl
immer folgendes aus
Code
● simple-fan.service - run fan when hot
Loaded: loaded (/storage/.config/system.d/simple-fan.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-04-11 18:28:41 CEST; 1 years 6 months ago
Process: 265 ExecStart=/usr/bin/python /storage/scripts/simple-fan.py (code=exited, status=1/FAILURE)
Main PID: 265 (code=exited, status=1/FAILURE)
Apr 11 18:28:40 LibreELEC systemd[1]: Started run fan when hot.
Apr 11 18:28:40 LibreELEC python[265]: Traceback (most recent call last):
Apr 11 18:28:40 LibreELEC python[265]: File "/storage/scripts/simple-fan.py", line 79, in <module>
Apr 11 18:28:40 LibreELEC python[265]: import RPi.GPIO as GPIO
Apr 11 18:28:40 LibreELEC python[265]: ImportError: No module named RPi.GPIO
Apr 11 18:28:41 LibreELEC systemd[1]: simple-fan.service: Main process exited, code=exited, status=1/FAILURE
Apr 11 18:28:41 LibreELEC systemd[1]: simple-fan.service: Failed with result 'exit-code'.
Alles anzeigen
Kann mir hier jemand helfen? Vielen Dank schon einmal im voraus!