Hallo,
beim laden des Modules 10_FRM.pm bekomme ich folgende Fehlermeldung:
2018.06.08 15:59:38 1: reload: Error:Modul 10_FRM deactivated:
Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1050.
Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1061.
Compilation failed in require at ./FHEM/10_FRM.pm line 53.
BEGIN failed--compilation aborted at ./FHEM/10_FRM.pm line 53.
2018.06.08 15:59:38 0: Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1050.
Bareword "SERIAL_DATA" not allowed while "strict subs" in use at FHEM/lib/Device/Firmata/Protocol.pm line 1061.
Compilation failed in require at ./FHEM/10_FRM.pm line 53.
BEGIN failed--compilation aborted at ./FHEM/10_FRM.pm line 53.
Hat jemand eine Idee woran das liegen kann. Die Dateien 10_FRM.pm und FHEM/lib/Device/Firmata/Protocol.pm sind auf dem neusten stand.
Gruß
Mario
Zitat von: Medel am 08 Juni 2018, 16:33:22
Die Dateien 10_FRM.pm und FHEM/lib/Device/Firmata/Protocol.pm sind auf dem neusten stand.
SERIAL_DATA kommt aber aus keiner dieser beiden Dateien, sondern aus FHEM/lib/Device/Firmata/Constants.pm
Hallo,
das war die Lösung. Danke :)
ich hatte da noch eine alte Version und diese vom update ausgeschlossen.
Gruß
Mario