hallo zusammen,
habe seit ein paar tagen folgende Meldung, kann damit aber nicht viel anfagen:
Messages collected while initializing FHEM:
configfile: You need to restart fhem or modify to enable new protocol.
You need to restart fhem or modify to enable new protocol
jemand eine idee?
leider auch keine Idee.
bekomme auch - glaube seit dem Wochenende - diese Meldung.
bei mir auch seit Samstag... :-\
Keine Idee, aber kann das bestätigen:
Messages collected while initializing FHEM:
configDB: You need to restart fhem or modify to enable new protocol.
You need to restart fhem or modify to enable new protocol.
You need to restart fhem or modify to enable new protocol.
You need to restart fhem or modify to enable new protocol.
You need to restart fhem or modify to enable new protocol.
ZitatYou need to restart fhem or...
und was passiert, wenn ihr fhem neu startet? Sind die Meldungen dann weg?
VG
Frank
leider nein
Auch hier nach gefühlten 20 Restarts nicht ..
ZitatHave you tried to turn it off and on again?
;D
grep -r "You need to restart fhem or modify to enable new protocol" /opt/fhem/FHEM/*
in der bash ergibt: /opt/fhem/FHEM/30_MilightBridge.pm
Gruß
Hans
Hallöchen ich nutze auch das milight modul und bei mir steht es auch bei jedem restart im Logfile.
Milight nutze ich auch!
Nutze zwei WLAN Bridges!
attr global motd none
Zitat von: betateilchen am 01 März 2016, 15:04:06
attr global motd none
hält aber nur bis zum nächsten restart
Vorausgesetzt, Du hast ein "save config" nach dem attr gemacht, bevor Du den Restart ausgeführt hast, ist das dann ein permanenter Fehler, über den man den Modul-Maintainer bitte im RICHTIGEN Forumbereich informieren sollte.
Die Meldung sollte beim Start künftig nicht mehr auftauchen.
Index: FHEM/30_MilightBridge.pm
===================================================================
--- FHEM/30_MilightBridge.pm (revision 10968)
+++ FHEM/30_MilightBridge.pm (working copy)
@@ -173,8 +173,9 @@
{
if (($value eq "tcp" || $value eq "udp"))
{
+ my $protocolchanged = (defined($attr{$name}{"protocol"}) && $attr{$name}{"protocol"} ne $value);
$attr{$name}{"protocol"} = $value;
- return "You need to restart fhem or modify to enable new protocol.";
+ return "You need to restart fhem or modify to enable new protocol." if($protocolchanged);
}
else
{
Deine AttrFn() sieht irgendwie komisch aus. Hast Du mal getestet, was passiert, wenn jemand ein Attribut löscht?
Hallo,
ich hatte auch Probleme, dass der Controller öfter "unreachable" für kurze Zeit angezeigt hat (Bekomme eine WhatsApp sobald er länger als 1min offline ist). Dadurch kam es auch zu Schaltproblemen. Hattet ihr das auch bzw. ist das ggf. auch behoben worden? Seit ich das Update heute morgen eingespielt, kam noch kein Fehler.
Gruß,
SteRa