leer
schalte doch mal autocreate aus.
das notify initialusbcheck würde ich grundsätzlich entfernen.
Zitat von: frank am 28 Mai 2015, 10:03:47
schalte doch mal autocreate aus.
das notify initialusbcheck würde ich grundsätzlich entfernen.
hab ich gemacht. leider ohne erfolg
2015.05.28 10:08:57 0: Server shutdown
2015.05.28 10:09:01 1: Including fhem.cfg
2015.05.28 10:09:12 1: Cannot init /dev/ttyAMA0, ignoring it (COC)
2015.05.28 10:09:16 1: Including ./log/fhem.save
2015.05.28 10:09:16 0: Server started with 84 defined entities (version $Id: fhem.pl 8574 2015-05-14 07:59:32Z rudolfkoenig $, os linux, user fhem, pid 3210)
2015.05.28 10:10:02 1: PERL WARNING: Use of uninitialized value $logtype in concatenation (.) or string at ./FHEM/92_FileLog.pm line 481.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 729.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 1112.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $src in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $src in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.28 10:10:06 1: PERL WARNING: Use of uninitialized value $fname in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.28 10:10:06 1: Error: has no TYPE
2015.05.28 10:10:06 1: Error: FileLog_CUL_FHTTK_b067f9 has no TYPE
Interesant ist auch, dass gewöhnliche Schaltvorgänge nicht mehr protokoliert werden
dein coc macht probleme, siehe log. er wird von fhem ignoriert, da er nicht zu initialisieren ist.
Zitat von: frank am 28 Mai 2015, 12:29:21
dein coc macht probleme, siehe log. er wird von fhem ignoriert, da er nicht zu initialisieren ist.
O.K. habe ich nun herausgenommen.
Der Fehler beliebt leider
2015.05.28 13:31:46 0: Server shutdown
2015.05.28 13:31:49 1: Including fhem.cfg
2015.05.28 13:31:54 1: Including ./log/fhem.save
2015.05.28 13:31:55 0: Server started with 83 defined entities (version $Id: fhem.pl 8574 2015-05-14 07:59:32Z rudolfkoenig $, os linux, user fhem, pid 3943)
2015.05.28 13:34:20 1: PERL WARNING: Use of uninitialized value $logtype in concatenation (.) or string at ./FHEM/92_FileLog.pm line 481.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 729.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 1112.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $src in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $src in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.28 13:34:25 1: PERL WARNING: Use of uninitialized value $fname in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.28 13:34:25 1: Error: has no TYPE
2015.05.28 13:34:25 1: Error: FileLog_CUL_FHTTK_b067f9 has no TYPE
nun scheint fhem erstmal sauber zu starten. ca 2,5 min spaeter beginnt das dilemma. alle fehlermeldungen beziehen sich auf svg und filelog. komischerweise hatte ich in deiner cfg keine filelogs gesehen. loggst du gar nicht? greift eventuell noch irgendein browser auf nicht mehr vorhandene elemente zu? oder was koennte nach 2,5 min passieren? vielleicht mal global verbose erhoehen. vy
Zitat von: frank am 28 Mai 2015, 13:58:51
vielleicht mal global verbose erhoehen. vy
Hab ich gemacht
Sieht nun so aus
attr global statefile ./log/fhem.save
attr global uniqueID ./FHEM/FhemUtils/uniqueID
attr global verbose 3
attr global stacktrace 1
logfile
2015.05.28 14:27:19 1: PERL WARNING: Use of uninitialized value $logtype in concatenation (.) or string at ./FHEM/92_FileLog.pm line 481.
2015.05.28 14:27:19 3: stacktrace:
2015.05.28 14:27:19 3: main::__ANON__ called by ./FHEM/92_FileLog.pm (481)
2015.05.28 14:27:19 3: main::FileLog_logWrapper called by ./FHEM/01_FHEMWEB.pm (802)
2015.05.28 14:27:19 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:19 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:19 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.28 14:27:44 3: stacktrace:
2015.05.28 14:27:44 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.28 14:27:44 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.28 14:27:44 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.28 14:27:44 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.28 14:27:44 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:44 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:44 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.28 14:27:44 3: stacktrace:
2015.05.28 14:27:44 3: main::__ANON__ called by ./FHEM/98_SVG.pm (714)
2015.05.28 14:27:44 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.28 14:27:44 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.28 14:27:44 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.28 14:27:44 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:44 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:44 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 3: : space is not allowed in definition: Display the power reported by the EM1010
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.28 14:27:44 3: stacktrace:
2015.05.28 14:27:44 3: main::__ANON__ called by ./FHEM/98_SVG.pm (726)
2015.05.28 14:27:44 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.28 14:27:44 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.28 14:27:44 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.28 14:27:44 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:44 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:44 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 729.
2015.05.28 14:27:44 3: stacktrace:
2015.05.28 14:27:44 3: main::__ANON__ called by ./FHEM/98_SVG.pm (729)
2015.05.28 14:27:44 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.28 14:27:44 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.28 14:27:44 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.28 14:27:44 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:44 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:44 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.28 14:27:44 3: stacktrace:
2015.05.28 14:27:44 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.28 14:27:44 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.28 14:27:44 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.28 14:27:44 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.28 14:27:44 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:44 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:44 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.28 14:27:44 3: stacktrace:
2015.05.28 14:27:44 3: main::__ANON__ called by ./FHEM/98_SVG.pm (714)
2015.05.28 14:27:44 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.28 14:27:44 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.28 14:27:44 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.28 14:27:44 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.28 14:27:44 3: main::FW_Read called by fhem.pl (3022)
2015.05.28 14:27:44 3: main::CallFn called by fhem.pl (643)
2015.05.28 14:27:44 3: : space is not allowed in definition: Corresponding FileLog definition:
2015.05.28 14:27:44 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98
Hallo Cornelius,
Du hast das Thema unter http://forum.fhem.de/index.php/topic,36482.0.html schon mal aufgemacht und es konnte nicht gelöst werden. Warum jetzt als "Doppelpost" noch mal?
Grüße Jörg
Zitat von: JoWiemann am 28 Mai 2015, 14:40:38
Hallo Cornelius,
Du hast das Thema unter http://forum.fhem.de/index.php/topic,36482.0.html schon mal aufgemacht und es konnte nicht gelöst werden. Warum jetzt als "Doppelpost" noch mal?
Grüße Jörg
Doppelpost closed
Zitat von: JoWiemann am 28 Mai 2015, 14:40:38
Hallo Cornelius,
Du hast das Thema unter http://forum.fhem.de/index.php/topic,36482.0.html schon mal aufgemacht und es konnte nicht gelöst werden. Warum jetzt als "Doppelpost" noch mal?
Grüße Jörg
na, das ist ja nicht die feine art. auf 2 hochzeiten tanzen. ;)
da gehen einem doch wertvolle infos verloren. man muss doch nicht alles doppelt machen. jetzt ist mir auch klar, warum du gar keine plots und logs definiert hast. zu allem überfluss bist du wohl einer von denen, weshalb hier am laufenden meter "grabenkriege" ausgelöst werden (edit cfg). 8)
egal. wenn ich alles richtig verstanden habe, hat dein fhem wohl "phantomschmerzen". svgs und filelogs gelöscht (cfg), aber immer noch rudimentäre erinnerungen, die zu fehlern führen. seltsam. wie wäre folgender versuch? alle angemeckerten, ehemaligen devices erneut definieren, speichern, shutdown & restart und anschliessend über delete löschen. dann wieder speichern und shutdown & restart.
Zitat von: frank am 28 Mai 2015, 17:11:23
Wenn ich alles richtig verstanden habe, hat dein fhem wohl "phantomschmerzen". svgs und filelogs gelöscht (cfg), aber immer noch rudimentäre erinnerungen, die zu fehlern führen. seltsam. wie wäre folgender versuch? alle angemeckerten, ehemaligen devices erneut definieren, speichern, shutdown & restart und anschliessend über delete löschen. dann wieder speichern und shutdown & restart.
O.K. Vielen Dank.
Dann leg ich mal los und melde mich mit hoffentlich positivem Ergebnis
Wo ist eigentlich dein CUNO definiert?
attr FHT_WZ IODev CUNO
Anbei das Ergebnis.
Leider nicht der volle Erfolg, siehe Log
2015.05.29 09:30:38 0: Server shutdown
2015.05.29 09:30:42 1: Including fhem.cfg
2015.05.29 09:30:42 3: telnetPort: port 7072 opened
2015.05.29 09:30:43 3: WEB: port 8083 opened
2015.05.29 09:30:44 3: WEBphone: port 8084 opened
2015.05.29 09:30:44 3: WEBtablet: port 8085 opened
2015.05.29 09:30:45 3: Opening COC device /dev/ttyAMA0
2015.05.29 09:30:45 3: Setting COC baudrate to 38400
2015.05.29 09:30:45 3: COC device opened
2015.05.29 09:30:45 3: COC: Possible commands: mCFiAZGMRTVWXefltux
2015.05.29 09:30:45 3: Opening CUNO device 192.168.0.223:2323
2015.05.29 09:30:45 3: CUNO device opened
2015.05.29 09:30:45 3: CUNO: Possible commands: mBCFZiAGMRTVWXOefltuHxEcq
2015.05.29 09:30:48 3: EGPM2LAN try to Login @192.168.0.61
2015.05.29 09:30:48 3: HttpUtils url=http://192.168.0.61/login.html
2015.05.29 09:30:48 3: CustomGetFileFromURL http://192.168.0.61/login.html: empty answer received
2015.05.29 09:30:48 3: EGPM2LAN Login successful!
2015.05.29 09:30:48 3: EGPM2LAN try to Login @192.168.0.176
2015.05.29 09:30:48 3: HttpUtils url=http://192.168.0.176/login.html
2015.05.29 09:30:48 3: CustomGetFileFromURL http://192.168.0.176/login.html: empty answer received
2015.05.29 09:30:48 3: EGPM2LAN Login successful!
2015.05.29 09:30:49 1: Including ./log/fhem.save
2015.05.29 09:30:50 2: SecurityCheck: WEB,WEBphone,WEBtablet has no basicAuth attribute. telnetPort has no password/globalpassword attribute. Restart FHEM for a new check if the problem is fixed, or set the global attribute motd to none to supress this message.
2015.05.29 09:30:50 0: Server started with 100 defined entities (version $Id: fhem.pl 8574 2015-05-14 07:59:32Z rudolfkoenig $, os linux, user fhem, pid 6672)
2015.05.29 09:30:50 2: FHT set FHT_WZ desired-temp 22.0
2015.05.29 09:30:50 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 09:30:51 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 09:30:51 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 09:30:51 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 09:30:51 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 09:30:51 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:30:52 2: CUNO: unknown message EOB
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (714)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 3: : space is not allowed in definition: Display the measured temp and the actuator.
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (726)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 729.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (729)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (714)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 3: : space is not allowed in definition: Corresponding FileLog definition:
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (726)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (714)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 3: : space is not allowed in definition: define <filelogname> FileLog /var/log/fhem/fht-%Y.log <fhtname>
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (726)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (702)
2015.05.29 09:31:12 3: main::SVG_readgplotfile called by ./FHEM/98_SVG.pm (972)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 1112.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (1112)
2015.05.29 09:31:12 3: main::SVG_getData called by ./FHEM/98_SVG.pm (1083)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (1113)
2015.05.29 09:31:12 3: main::SVG_getData called by ./FHEM/98_SVG.pm (1083)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (1113)
2015.05.29 09:31:12 3: main::SVG_getData called by ./FHEM/98_SVG.pm (1083)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $src in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (1114)
2015.05.29 09:31:12 3: main::SVG_getData called by ./FHEM/98_SVG.pm (1083)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: PERL WARNING: Use of uninitialized value $fname in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.29 09:31:12 3: stacktrace:
2015.05.29 09:31:12 3: main::__ANON__ called by ./FHEM/98_SVG.pm (1114)
2015.05.29 09:31:12 3: main::SVG_getData called by ./FHEM/98_SVG.pm (1083)
2015.05.29 09:31:12 3: main::SVG_doShowLog called by ./FHEM/98_SVG.pm (959)
2015.05.29 09:31:12 3: main::SVG_showLog called by ./FHEM/01_FHEMWEB.pm (650)
2015.05.29 09:31:12 3: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (425)
2015.05.29 09:31:12 3: main::FW_Read called by fhem.pl (3022)
2015.05.29 09:31:12 3: main::CallFn called by fhem.pl (643)
2015.05.29 09:31:12 1: Error: has no TYPE
Erst was ca. zwei Sunden Ruhe, sprich keine Fehlermeldung welche auf nicht verfügbare devices hin deuten.
Dann kam mein FHTTK wieder hervor und wollte filelog etc. haben.
Dann habe ich den FHTTK wieder erzeugt und brav gelöscht und shutdown-restart ausgeführt und Zack ist die Fehlermeldung für das frisch gelöschte FHTTK wieder da.
Zitat von: fhem-hm-knecht am 28 Mai 2015, 19:14:15
Wo ist eigentlich dein CUNO definiert?
attr FHT_WZ IODev CUNO
Ist definiert
also grundsätzlich hast du mit dem vorgehen erfolg gehabt? hast du auch immer schön das save gemacht. was ergibt denn jetzt der befehl von stromer-12
{ join(",", grep { !defined($defs{$_}{TYPE}) } keys %defs) }
in deinem neuen logauszug erkenne ich nur hinweise auf svg/gplot. ist vielleicht in einem gplot-file noch ein hinweis auf ein nicht mehr vorhandenes device? oder ein nicht vorhandenes gplot wird aufgerufen? leider erkennt man (ich) im log nicht, was genau der auslöser für die folgenden warnings war. hast du svgs im browser aufgerufen?
Anbei noch mal der letzte Log
2015.05.29 10:55:20 0: Server shutdown
2015.05.29 10:55:20 0: Strange call for nonexistent : ShutdownFn
2015.05.29 10:55:24 1: Including fhem.cfg
2015.05.29 10:55:24 3: telnetPort: port 7072 opened
2015.05.29 10:55:25 3: WEB: port 8083 opened
2015.05.29 10:55:25 3: WEBphone: port 8084 opened
2015.05.29 10:55:25 3: WEBtablet: port 8085 opened
2015.05.29 10:55:25 3: Opening COC device /dev/ttyAMA0
2015.05.29 10:55:26 3: Setting COC baudrate to 38400
2015.05.29 10:55:26 3: COC device opened
2015.05.29 10:55:26 3: COC: Possible commands: mCFiAZGMRTVWXefltux
2015.05.29 10:55:26 3: Opening CUNO device 192.168.0.223:2323
2015.05.29 10:55:26 3: CUNO device opened
2015.05.29 10:55:26 3: CUNO: Possible commands: mBCFZiAGMRTVWXOefltuHxEcq
2015.05.29 10:55:28 3: EGPM2LAN try to Login @192.168.0.61
2015.05.29 10:55:28 3: HttpUtils url=http://192.168.0.61/login.html
2015.05.29 10:55:29 3: CustomGetFileFromURL http://192.168.0.61/login.html: empty answer received
2015.05.29 10:55:29 3: EGPM2LAN Login successful!
2015.05.29 10:55:29 3: EGPM2LAN try to Login @192.168.0.176
2015.05.29 10:55:29 3: HttpUtils url=http://192.168.0.176/login.html
2015.05.29 10:55:29 3: CustomGetFileFromURL http://192.168.0.176/login.html: empty answer received
2015.05.29 10:55:29 3: EGPM2LAN Login successful!
2015.05.29 10:55:30 1: Including ./log/fhem.save
2015.05.29 10:55:30 2: SecurityCheck: WEB,WEBphone,WEBtablet has no basicAuth attribute. telnetPort has no password/globalpassword attribute. Restart FHEM for a new check if the problem is fixed, or set the global attribute motd to none to supress this message.
2015.05.29 10:55:30 0: Server started with 99 defined entities (version $Id: fhem.pl 8574 2015-05-14 07:59:32Z rudolfkoenig $, os linux, user fhem, pid 7915)
2015.05.29 10:55:31 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 10:55:31 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 10:55:31 2: FHT set FHT_WZ desired-temp 22.0
2015.05.29 10:55:32 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 10:55:32 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 10:55:32 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 10:55:32 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:55:32 2: CUNO: unknown message EOB
2015.05.29 10:56:57 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $ldType in string eq at ./FHEM/98_SVG.pm line 702.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $ldType in concatenation (.) or string at ./FHEM/98_SVG.pm line 714.
2015.05.29 11:01:18 3: : space is not allowed in definition: Display the measured temp and the actuator.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 726.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 729.
2015.05.29 11:01:18 3: : space is not allowed in definition: Corresponding FileLog definition:
2015.05.29 11:01:18 3: : space is not allowed in definition: define <filelogname> FileLog /var/log/fhem/fht-%Y.log <fhtname>
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $src in hash element at ./FHEM/98_SVG.pm line 1112.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $src in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $src in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.29 11:01:18 1: PERL WARNING: Use of uninitialized value $fname in concatenation (.) or string at ./FHEM/98_SVG.pm line 1114.
2015.05.29 11:01:18 1: Error: has no TYPE
2015.05.29 11:01:26 1: Error: has no TYPE
2015.05.29 11:01:32 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:01:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:01:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:02:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:02:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:02:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:02:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:02:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:02:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:03:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:03:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:03:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:03:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:04:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:04:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:04:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:04:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:04:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:05:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:05:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:05:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:05:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:05:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:05:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:06:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:06:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:06:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:06:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:07:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:07:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:07:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:07:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:07:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:08:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:08:18 1: PERL WARNING: Use of uninitialized value in hash element at ./FHEM/98_SVG.pm line 682.
2015.05.29 11:08:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:08:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:08:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:08:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:09:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:09:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:09:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:09:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:09:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:10:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:10:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:10:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:10:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:10:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:11:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:11:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:11:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:11:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:12:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:12:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:12:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:12:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:12:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:12:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:13:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:13:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:13:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:13:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:13:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:14:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:14:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:14:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:14:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:15:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:15:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:15:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:15:30 3: FS20 set ZP on-for-timer 300
2015.05.29 11:15:30 2: ZP: changing timeout to 320 from 300
2015.05.29 11:15:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:15:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:15:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:16:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:16:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:16:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:16:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:16:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:17:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:17:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:17:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:17:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:18:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:18:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:18:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:18:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:18:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:19:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:19:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:19:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:19:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:20:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:20:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:20:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:20:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:20:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:20:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:21:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:21:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:21:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:21:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:21:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:22:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:22:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:22:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:22:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:23:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:23:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:23:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:23:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:23:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:23:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:24:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:24:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:24:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:24:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:24:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:25:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:25:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:25:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:25:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:26:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:26:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:26:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:26:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:26:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:26:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:27:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:27:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:27:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:27:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:27:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:28:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:28:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:28:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:28:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:29:00 3: : space is not allowed in definition: Display the measured temp and the actuator.
2015.05.29 11:29:00 3: : space is not allowed in definition: Corresponding FileLog definition:
2015.05.29 11:29:00 3: : space is not allowed in definition: define <filelogname> FileLog /var/log/fhem/fht-%Y.log <fhtname>
2015.05.29 11:29:00 1: Error: has no TYPE
2015.05.29 11:29:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:29:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:29:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:29:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:29:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:29:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:30:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:30:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:30:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:31:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:31:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:31:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:31:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:31:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:31:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:32:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:32:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:32:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:32:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:32:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:32:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:33:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:33:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:33:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:34:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:34:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:34:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:34:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:34:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:34:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:35:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:35:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:35:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:35:30 3: FS20 set ZP on-for-timer 300
2015.05.29 11:35:30 2: ZP: changing timeout to 320 from 300
2015.05.29 11:35:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:35:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:35:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:36:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:36:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:36:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:37:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:37:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:37:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:37:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:37:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:37:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:38:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:38:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:38:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:38:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:38:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:38:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:39:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:39:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:39:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:40:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:40:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:40:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:40:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:40:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:40:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:41:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:41:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:41:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:41:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:42:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:42:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:42:32 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:42:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:42:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:43:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:43:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:43:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:43:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:43:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:43:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:44:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:44:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:44:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:44:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:45:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:45:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:45:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:45:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:45:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:46:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:46:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:46:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:46:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:46:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:46:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:47:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:47:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:47:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:47:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:48:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:48:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:48:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:48:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:48:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:49:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:49:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:49:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:49:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:49:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:49:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:50:18 3: : space is not allowed in definition: Display the on and off values for a single FHT80TF device
2015.05.29 11:50:18 3: : space is not allowed in definition: FileLog definition:
2015.05.29 11:50:18 3: : space is not allowed in definition: define fht80tflog FileLog /var/log/fhem/fht80tf-%Y-%U.log fht80tfdev
2015.05.29 11:50:18 1: Error: has no TYPE
2015.05.29 11:50:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:50:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:50:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:50:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:51:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:51:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:51:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:51:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:51:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:52:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:52:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:52:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:52:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:53:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:53:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:53:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:53:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:53:38 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:53:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:54:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:54:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:54:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:54:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:54:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:55:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:55:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:55:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:55:30 3: FS20 set ZP on-for-timer 300
2015.05.29 11:55:30 2: ZP: changing timeout to 320 from 300
2015.05.29 11:55:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:56:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:56:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:56:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:56:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:56:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:56:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:57:01 1: Error: has no TYPE
2015.05.29 11:57:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:57:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:57:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:57:51 1: Error: has no TYPE
2015.05.29 11:57:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:57:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:58:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:58:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:58:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:58:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:59:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:59:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:59:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:59:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 11:59:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:00:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:00:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:00:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:00:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:00:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:00:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:01:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:01:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:01:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:01:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:02:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:02:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:02:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:02:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:02:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:03:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:03:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:03:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:03:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:04:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:04:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:04:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:04:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:04:38 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:04:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217, <FH> line 27578.
2015.05.29 12:05:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:05:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:05:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:05:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:05:52 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:06:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:06:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:06:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:06:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 12:07:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
Wie soll ich das denn mit dem Befehl von stromer-12 verstehen?
Eingeben in die Befehlszeiele?
ZitatEingeben in die Befehlszeiele?
genau.
wenn ich das richtig verstehe, sind das noch 2 devices, die nicht definiert sind, aber wohl noch (teilweise?) existieren. gegenüber dem letzten mal, sieht es doch schon sehr viel besser aus. also diese 2 svg (wahrscheinlich?) noch mal definieren und später deleten, wie die anderen devices.
Aktueller Stand wenn ich
{ join(",", grep { !defined($defs{$_}{TYPE}) } keys %defs) }
eingebe
Nichts = kein Eintrag
So schaut das Logfile aus
2015.05.29 17:53:59 1: Including fhem.cfg
2015.05.29 17:53:59 3: telnetPort: port 7072 opened
2015.05.29 17:53:59 3: WEB: port 8083 opened
2015.05.29 17:53:59 3: WEBphone: port 8084 opened
2015.05.29 17:53:59 3: WEBtablet: port 8085 opened
2015.05.29 17:53:59 3: Opening COC device /dev/ttyAMA0
2015.05.29 17:53:59 3: Setting COC baudrate to 38400
2015.05.29 17:53:59 3: COC device opened
2015.05.29 17:53:59 3: COC: Possible commands: mCFiAZGMRTVWXefltux
2015.05.29 17:53:59 3: Opening CUNO device 192.168.0.223:2323
2015.05.29 17:53:59 3: CUNO device opened
2015.05.29 17:53:59 3: CUNO: Possible commands: mBCFZiAGMRTVWXOefltuHxEcq
2015.05.29 17:54:00 3: EGPM2LAN try to Login @192.168.0.61
2015.05.29 17:54:00 3: HttpUtils url=http://192.168.0.61/login.html
2015.05.29 17:54:00 3: CustomGetFileFromURL http://192.168.0.61/login.html: empty answer received
2015.05.29 17:54:00 3: EGPM2LAN Login successful!
2015.05.29 17:54:01 3: EGPM2LAN try to Login @192.168.0.176
2015.05.29 17:54:01 3: HttpUtils url=http://192.168.0.176/login.html
2015.05.29 17:54:01 3: CustomGetFileFromURL http://192.168.0.176/login.html: empty answer received
2015.05.29 17:54:01 3: EGPM2LAN Login successful!
2015.05.29 17:54:01 1: Including ./log/fhem.save
2015.05.29 17:54:02 2: FHT set FHT_WZ desired-temp 22.0
2015.05.29 17:54:03 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 17:54:03 2: FHT set FHT_Moritz desired-temp 20.0
2015.05.29 17:54:03 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:54:03 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:54:03 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 17:54:04 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:04 2: CUNO: unknown message EOB
2015.05.29 17:54:10 1: PERL WARNING: Use of uninitialized value in concatenation (.) or string at FHEM/Blocking.pm line 107.
2015.05.29 17:54:10 1: CallBlockingFn: Can't connect to localhost:: IO::Socket::INET: Bad hostname 'localhost:'
2015.05.29 17:54:10 1: PERL WARNING: Use of uninitialized value in concatenation (.) or string at FHEM/Blocking.pm line 107.
2015.05.29 17:54:10 1: PERL WARNING: Use of uninitialized value in concatenation (.) or string at FHEM/Blocking.pm line 107.
2015.05.29 17:54:10 1: CallBlockingFn: Can't connect to localhost:: IO::Socket::INET: Bad hostname 'localhost:'
2015.05.29 17:54:10 1: CallBlockingFn: Can't connect to localhost:: IO::Socket::INET: Bad hostname 'localhost:'
2015.05.29 17:55:37 0: Server shutdown
2015.05.29 17:55:41 1: Including fhem.cfg
2015.05.29 17:55:41 3: telnetPort: port 7072 opened
2015.05.29 17:55:42 3: WEB: port 8083 opened
2015.05.29 17:55:42 3: WEBphone: port 8084 opened
2015.05.29 17:55:42 3: WEBtablet: port 8085 opened
2015.05.29 17:55:42 3: Opening COC device /dev/ttyAMA0
2015.05.29 17:55:43 3: Setting COC baudrate to 38400
2015.05.29 17:55:43 3: COC device opened
2015.05.29 17:55:43 3: COC: Possible commands: mCFiAZGMRTVWXefltux
2015.05.29 17:55:43 3: Opening CUNO device 192.168.0.223:2323
2015.05.29 17:55:43 3: CUNO device opened
2015.05.29 17:55:43 3: CUNO: Possible commands: mBCFZiAGMRTVWXOefltuHxEcq
2015.05.29 17:55:46 3: EGPM2LAN try to Login @192.168.0.61
2015.05.29 17:55:46 3: HttpUtils url=http://192.168.0.61/login.html
2015.05.29 17:55:46 3: CustomGetFileFromURL http://192.168.0.61/login.html: empty answer received
2015.05.29 17:55:46 3: EGPM2LAN Login successful!
2015.05.29 17:55:46 3: EGPM2LAN try to Login @192.168.0.176
2015.05.29 17:55:46 3: HttpUtils url=http://192.168.0.176/login.html
2015.05.29 17:55:46 3: CustomGetFileFromURL http://192.168.0.176/login.html: empty answer received
2015.05.29 17:55:46 3: EGPM2LAN Login successful!
2015.05.29 17:55:47 1: Including ./log/fhem.save
2015.05.29 17:55:47 2: SecurityCheck: WEB,WEBphone,WEBtablet has no basicAuth attribute. telnetPort has no password/globalpassword attribute. Restart FHEM for a new check if the problem is fixed, or set the global attribute motd to none to supress this message.
2015.05.29 17:55:48 0: Server started with 100 defined entities (version $Id: fhem.pl 8574 2015-05-14 07:59:32Z rudolfkoenig $, os linux, user fhem, pid 3475)
2015.05.29 17:55:48 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 17:55:48 2: FHT set FHT_WZ desired-temp 22.0
2015.05.29 17:55:49 2: FHT set FHT_Moritz desired-temp 20.0
2015.05.29 17:55:49 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:55:49 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 17:55:49 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:55:49 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:55:49 2: CUNO: unknown message EOB
2015.05.29 17:55:49 2: CUNO: unknown message EOB
2015.05.29 17:55:49 2: CUNO: unknown message EOB
2015.05.29 17:55:49 2: CUNO: unknown message EOB
2015.05.29 17:55:49 2: CUNO: unknown message EOB
2015.05.29 17:55:50 2: CUNO: unknown message EOB
2015.05.29 17:55:50 2: CUNO: unknown message EOB
2015.05.29 17:56:54 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/98_SVG.pm line 1113.
2015.05.29 17:58:44 1: Including fhem.cfg
2015.05.29 17:58:44 3: telnetPort: port 7072 opened
2015.05.29 17:58:44 3: WEB: port 8083 opened
2015.05.29 17:58:44 3: WEBphone: port 8084 opened
2015.05.29 17:58:44 3: WEBtablet: port 8085 opened
2015.05.29 17:58:44 3: Opening COC device /dev/ttyAMA0
2015.05.29 17:58:44 3: Setting COC baudrate to 38400
2015.05.29 17:58:44 3: COC device opened
2015.05.29 17:58:44 3: COC: Possible commands: mCFiAZGMRTVWXefltux
2015.05.29 17:58:44 3: Opening CUNO device 192.168.0.223:2323
2015.05.29 17:58:44 3: CUNO device opened
2015.05.29 17:58:44 3: CUNO: Possible commands: mBCFZiAGMRTVWXOefltuHxEcq
2015.05.29 17:58:45 3: EGPM2LAN try to Login @192.168.0.61
2015.05.29 17:58:45 3: HttpUtils url=http://192.168.0.61/login.html
2015.05.29 17:58:46 3: CustomGetFileFromURL http://192.168.0.61/login.html: empty answer received
2015.05.29 17:58:46 3: EGPM2LAN Login successful!
2015.05.29 17:58:46 3: EGPM2LAN try to Login @192.168.0.176
2015.05.29 17:58:46 3: HttpUtils url=http://192.168.0.176/login.html
2015.05.29 17:58:48 3: CustomGetFileFromURL http://192.168.0.176/login.html: empty answer received
2015.05.29 17:58:48 3: EGPM2LAN Login successful!
2015.05.29 17:58:48 1: Including ./log/fhem.save
2015.05.29 17:58:49 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:58:49 2: FHT set FHT_Moritz desired-temp 20.0
2015.05.29 17:58:49 2: FHT set FHT_WZ desired-temp 22.0
2015.05.29 17:58:49 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:58:49 2: FHT set FHT_Moritz desired-temp 17.0
2015.05.29 17:58:50 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 17:58:50 2: FHT set FHT_Essen desired-temp 17.0
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 17:58:50 2: CUNO: unknown message EOB
2015.05.29 18:12:21 1: PERL WARNING: Use of uninitialized value in hash element at ./FHEM/98_SVG.pm line 682.
2015.05.29 18:12:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:12:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:12:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:13:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:13:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:13:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:13:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:13:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:14:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:14:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:14:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:14:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:14:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:14:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:15:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:15:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:15:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:15:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:15:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:16:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:16:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:16:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:16:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:16:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:17:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:17:20 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:17:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:17:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:17:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:18:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:18:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:18:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:18:38 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 18:18:49 3: FS20 set ZP on-for-timer 300
2015.05.29 18:18:49 2: ZP: changing timeout to 320 from 300
Oh Mann was für ein Mist
immer noch "kein eintrag", oder hat sich wieder was eingeschlichen?
du solltest nebenbei auch mal die anderen fehler bearbeiten. oder soll das normal sein?
2015.05.29 17:54:04 2: CUNO: unknown message EOB
hat wohl mit dem setzen der fht temperaturen zu tun. geraten.
Zitat von: frank am 29 Mai 2015, 22:05:43
immer noch "kein eintrag", oder hat sich wieder was eingeschlichen?
Immer noch leer.
Der log quillt aber über
2015.05.29 22:12:02 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:12:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:12:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:12:38 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:12:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:12:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:13:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:13:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:13:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:13:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:13:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:14:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:14:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:14:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:14:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:14:57 1: Error: has no TYPE
2015.05.29 22:15:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:15:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:15:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:15:20 1: Error: has no TYPE
2015.05.29 22:15:27 1: Error: has no TYPE
2015.05.29 22:15:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:15:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:15:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:16:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:16:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:16:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:16:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:16:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:17:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:17:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:17:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:17:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:17:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:18:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:18:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:18:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:18:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:18:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:18:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:19:16 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:19:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:19:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:19:52 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:20:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.05.29 22:20:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
wenigstens sind nun die filelog und svg fehler weg. :)
ich würde nun verbose mal auf 4/5 setzen, um anhaltspunkte zubekommen, wodurch die fehler ausgelöst werden. eventuell auch noch stacktrace. wenn du erkennst mit welchem modul ein zusammenhang bestehen könnte, dieses dann mal abschalten (disable). oder nach und nach module abschalten und schauen wann die fehler verschwinden. vorher noch ein update von fhem.
hat eventuell noch ein handy/tab zugriff auf fhem?
Zitat von: frank am 30 Mai 2015, 13:46:02
hat eventuell noch ein handy/tab zugriff auf fhem?
Ja beide, wieso?
Noch was interessantes:
teilweise fehlen plötzlich Teile der fhem.cfg
Zbsp, waren heute morgen noch alle fht sauber eingestellt
heute nachmittag fehlen in einem der weblink und der room
Merkwürdig??
Spontanfrage:
hast Du mal Deine Festplatte geprüft?
Was sagt das kern log, eventuelle Memory Fehler?
Zitat von: Wernieman am 30 Mai 2015, 19:14:26
Spontanfrage:
hast Du mal Deine Festplatte geprüft?
Was sagt das kern log, eventuelle Memory Fehler?
Hmm, nein
Wie mach ich das denn beim Raspberry?
Noch was anderes, kann ich die fhem.cfg auch schreibschützen?
Ich habe heute morgen erst einen Befehlsteil ergänzt, welcher über Nacht verschwunden war.
Dann lief es wieder und knap ne halbe Stunde später war das Segment aus der cfg wieder weg und das rote Fragezeichen auf der "save config" Schaltfläche leuchtetet
Seit neuestem löscht fhem eigenständig Bereiche komplett raus.
2015.06.10 09:03:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.06.10 09:04:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.06.10 09:04:18 2: deleting port for Achims_AP
2015.06.10 09:04:18 2: deleting port for Andreas_AP
2015.06.10 09:04:18 2: deleting port for Drucker
2015.06.10 09:04:18 2: deleting port for FHT_Bad
2015.06.10 09:04:18 2: deleting port for FHT_Essen
2015.06.10 09:04:18 2: deleting port for FHT_WZ
2015.06.10 09:04:18 2: deleting port for IT001
2015.06.10 09:04:18 2: deleting port for IT003
2015.06.10 09:04:18 2: deleting port for IT004
2015.06.10 09:04:18 2: deleting port for Lueftung
2015.06.10 09:04:18 2: deleting port for WLAN
2015.06.10 09:04:18 2: deleting port for Waschmaschine
2015.06.10 09:04:18 2: deleting port for ZP
2015.06.10 09:04:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.06.10 09:04:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4217.
2015.06.10 09:04:35 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/11_FHT.pm line 427.
So langssam habe ich echt keine Lust mehr darauf
1. Prüfen des Kern logs
view /var/log/kern.log
Eventuell mit "grep" passende Teile rausschneiden
2. Platte prüfen
fsck /dev/sda
/dev/sda must Du durch Deine "Platte" tauschen. Wenn DU weist, was für ein Dteisystem auf dem Device existiert, wäre es besser:
# für ext3
fsck.ext3 /dev/sda
# für ext4
fsck.ext4 /dev/sda
Zitat von: Wernieman am 31 Mai 2015, 11:47:33
1. Prüfen des Kern logs
view /var/log/kern.log
Eventuell mit "grep" passende Teile rausschneiden
Ergebnis:
pi@raspberrypi ~ $ view /var/log/kern.log
Jun 9 06:17:19 raspberrypi kernel: imklog 5.8.11, log source = /proc/kmsg started.
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Initializing cgroup subsys cpu
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Initializing cgroup subsys cpuacct
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Linux version 3.18.11+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #781 PREEMPT Tue Apr 21 18:02:18 BST 2015
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Machine model: Raspberry Pi Model B
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] cma: Reserved 8 MiB at 0x1e800000
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Memory policy: Data cache writeback
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] On node 0 totalpages: 126976
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] free_area_init_node: node 0, pgdat c083d364, node_mem_map de414000
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Normal zone: 992 pages used for memmap
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Normal zone: 0 pages reserved
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Normal zone: 126976 pages, LIFO batch:31
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] pcpu-alloc: [0] 0
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125984
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708.boardrev=0xd bcm2708.serial=0x57df8c67 smsc95xx.macaddr=B8:27:EB:DF:8C:67 bcm2708_fb.fbswap=1 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1fa00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Memory: 486044K/507904K available (5881K kernel code, 348K rwdata, 1868K rodata, 336K init, 733K bss, 21860K reserved)
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] Virtual kernel memory layout:
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jun 9 06:17:19 raspberrypi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
Sagt mir was?
Hallo,
welche Debian Version hast Du? Wheezy oder Jessie? Welche Perl Version hast Du (auf der Telnet Konsole: perl ?)
Grüße Jörg
Gesendet von iPhone mit Tapatalk
In Deiner kern.log steht nicht mehr ?????
Hast Du beim "view" "geblätter"? Alternativ cat verwenden ....