93_FHEM2FHEM.pm: more detailed documentation, as 5.9 removes the telnet (Forum #91148)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17361 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-09-17 11:44:10 +00:00
parent 74ca02a6f3
commit 01fecf3469

View File

@ -370,9 +370,19 @@ FHEM2FHEM_Attr(@)
port on the remote FHEM, defaults to 7072. The optional :SSL suffix is port on the remote FHEM, defaults to 7072. The optional :SSL suffix is
needed, if the remote FHEM configured SSL for this telnet port. In this case needed, if the remote FHEM configured SSL for this telnet port. In this case
the IO::Socket::SSL perl module must be installed for the local host too.<br> the IO::Socket::SSL perl module must be installed for the local host too.<br>
<br>
Note: if the remote FHEM is on a separate host, the telnet port on the remote Notes:
FHEM musst be specified with the global option.<br> <ul>
<li>if the remote FHEM is on a separate host, the telnet port on the remote
FHEM must be specified with the global option.</li>
<li>as of FHEM 5.9 the telnet instance is not configured in default fhem.cfg, so
it has to be defined, e.g. as
<ul><code>
define telnetPort telnet 7072 global
</code></ul>
</li>
</ul>
<br>
The next parameter specifies the connection The next parameter specifies the connection
type: type:
@ -479,8 +489,23 @@ FHEM2FHEM_Attr(@)
SSL-Verschl&uuml;sselung voraussetzt. Auch auf dem lokalen Host muss dann SSL-Verschl&uuml;sselung voraussetzt. Auch auf dem lokalen Host muss dann
das Perl-Modul IO::Socket::SSL installiert sein.<br> das Perl-Modul IO::Socket::SSL installiert sein.<br>
Anmerkung: Wenn das remote FHEM auf einem eigenen Host l&auml;uft, muss <br>
"telnetPort" des remote FHEM als global festgelegt sein. <br> Achtung:
<ul>
<li>
Wenn das remote FHEM auf einem eigenen Host l&auml;uft, muss
"telnetPort" des remote FHEM mit der global Option definiert sein.
</li>
<li>ab FHEM Version 5.9 wird in der ausgelieferten Initialversion der fhem.cfg
keine telnet Instanz vorkonfiguriert, man muss sie z.Bsp.
folgenderma&szlig;en definieren:
<ul><code>
define telnetPort telnet 7072 global
</code></ul>
</li>
</ul>
<br>
Der n&auml;chste Parameter spezifiziert den Verbindungs-Typ: Der n&auml;chste Parameter spezifiziert den Verbindungs-Typ:
<ul> <ul>