Guten Tag zusammen,
heute kam mein SIGNALduino.
In FHEM habe ich
update add https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/master/controls_signalduino.txt
und
update all
und
shutdown restart
ausgeführt.
Definiert habe ich den SIGNALduino mit
define SDUINO SIGNALduino /dev/serial/by-id/usb-SHK_SIGNALduino_433-if00-port0@57600
Den Pfad habe ich unter Debian mit
sudo ls -l /dev/serial/by-id*
ermittelt.
Beim Speichern erhalte ich aber folgende Fehlermeldung:
Cannot load module SIGNALduino
Habe ich etwas vergessen?
Habe mich ab diesen WIKI-Eintrag gehalten:
https://wiki.fhem.de/wiki/SIGNALduino
Hat eventuell jemand Rat?
Liebe Grüße
Zitat von: remo am 06 September 2021, 17:17:46
Hat eventuell jemand Rat?
schau doch mal ins FHEM Log, da steht vielleicht noch etwas mehr, das bei der Ursachenforschung weiterhilft.
Zitat von: betateilchen am 06 September 2021, 17:39:23
schau doch mal ins FHEM Log, da steht vielleicht noch etwas mehr, das bei der Ursachenforschung weiterhilft.
2021.09.06 18:24:24 1: reload: Error:Modul 00_SIGNALduino deactivated:
Can't locate Digest/CRC.pm in @INC (you may need to install the Digest::CRC module) (@INC contains: ./lib ./FHEM . /etc/perl /usr/local/lib/x86_64-linux-gnu/$
BEGIN failed--compilation aborted at ./FHEM/00_SIGNALduino.pm line 28, <$fh> line 121.
2021.09.06 18:24:24 0: Can't locate Digest/CRC.pm in @INC (you may need to install the Digest::CRC module) (@INC contains: ./lib ./FHEM . /etc/perl /usr/local$
BEGIN failed--compilation aborted at ./FHEM/00_SIGNALduino.pm line 28, <$fh> line 121.
Dazu steht was im WIKI.
apt-get install libdigest-crc-perlshutdown restart
SDUINO openedDankeschön für den Schubser!
Hier hast du noch nicht geschaut: https://wiki.fhem.de/wiki/SIGNALduino#Fehlerbehandlung ;)
EDIT: ok, zu spät ;)
Gruß, Joachim
Danke Leute.
Läuft alles ;)
Hmm, ich wusste, dass ich das aktualisieren muss und habe das vorher getan. Log sagt
2022.01.29 18:14:29 0: Can't locate object method "registerLogCallback" via package "File lib::SD_Protocols does not exsits" (perhaps you forgot to load "File lib::SD_Protocols does not exsits"?) at ./FHEM/00_SIGNALduino.pm line 286.
und ich habe
libdigest-crc-perl ist schon die neueste Version (0.22.2-1+b1).
jetzt gibt es zwei Posts mit derselben Überschrift:
https://forum.fhem.de/index.php/topic,125538.0.html (https://forum.fhem.de/index.php/topic,125538.0.html)
https://forum.fhem.de/index.php/topic,111653.msg1204343.html#msg1204343 (https://forum.fhem.de/index.php/topic,111653.msg1204343.html#msg1204343)