diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm
index 005e47c1e..ff1ca4428 100644
--- a/fhem/FHEM/72_FRITZBOX.pm
+++ b/fhem/FHEM/72_FRITZBOX.pm
@@ -153,7 +153,7 @@ sub FRITZBOX_Initialize($)
."fritzBoxIP "
."INTERVAL "
."pwdFile "
- ."ringWithIntern:0,1,2,3,4 "
+ ."ringWithIntern:0,1,2 "
."telnetUser "
.$readingFnAttributes;
@@ -1371,7 +1371,7 @@ sub FRITZBOX_Open_Connection($)
return undef
unless $hash->{REMOTE} == 1;
- return "Error: Perl modul ".$missingModulRemote."is missing on this system"
+ return "Error: Perl modul ".$missingModulRemote."is missing on this system. Please install before using this modul."
if $missingModulRemote;
my $host = AttrVal( $name, "fritzBoxIP", "fritz.box" );
@@ -1774,6 +1774,7 @@ sub FRITZBOX_fritztris($)
Controls some features of a Fritz!Box router. Connected Fritz!Fon's (MT-F, MT-D, C3, C4) can be used as
signaling devices. MP3 files can be played as ring tone or when calling phones.
+ FHEM-Wiki-Link
The modul switches in local mode if FHEM runs on a Fritz!Box (as root user!). Otherwise, it tries to open a telnet connection to "fritz.box", so telnet (#96*7*) has to be enabled on the Fritz!Box. For remote access the password must be stored in the file 'fb_pwd.txt' in the root directory of FHEM.
@@ -2023,6 +2024,7 @@ sub FRITZBOX_fritztris($)
Steuert gewisse Funktionen eines Fritz!Box Routers. Verbundene Fritz!Fon's (MT-F, MT-D, C3, C4) können als Signalgeräte genutzt werden. MP3-Dateien können als Klingelton oder einem angerufenen Telefon abgespielt werden.
+ FHEM-Wiki-Link
Das Modul schaltet in den lokalen Modus, wenn FHEM auf einer Fritz!Box läuft (als root-Benutzer!). Ansonsten versucht es eine Telnet Verbindung zu "fritz.box" zu öffnen. D.h. Telnet (#96*7*) muss auf der Fritz!Box erlaubt sein. Für diesen Fernzugriff muss das Passwort in der Datei 'fb_pwd.txt' im Wurzelverzeichnis von FHEM gespeichert sein.