Das Thema "Eintrag in fhem.cfg 'attr global motd SecurityCheck:\'" sollte in einen separaten Beitrag stehen.
SecurityCheck:WEB,WEBphone,WEBtablet has no basicAuth attribute.
telnetPort has no password/globalpassword attribute.
Running with root privileges.
Restart fhem for a new check if the problem is fixed,
or set the global attribute motd to none to supress this message.
Wie ich nun herausgefunden habe, befindet sich in der fhem.cfg nun eun neuer Eintrag und zwar der folgende:
attr global motd SecurityCheck:\
\
WEB,WEBphone,WEBtablet has no basicAuth attribute.\
telnetPort has no password/globalpassword attribute.\
Running with root privileges.\
Restart fhem for a new check if the problem is fixed,\
or set the global attribute motd to none to supress this message.\
Der Eintrag
attr global port 7072 global
ist dafür entfallen und nun nicht mehr in der fhem.cfg!
- entweder die Meldung unterdrücken oder
- in der FritzBox-Oberfläche das WebPasswort setzen und in die fhem.cfg dieses
attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
eintragen.
Dann verschwindet die Meldung auch - allerdings muss man sich dann an FHEM per Passwort (...) anmelden.
------------------------------
- Wo kommt o.g. Eintrag in meiner fhem.cfg denn nun plötzlich her? Ich habe kein fhemupdate ausgeführt!
- Was bedeutet dies nun?
- Welche Vorteile hat das nun?
- Was genau ist zu tun?
Im Voraus Danke!