2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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

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

View File

@ -370,9 +370,19 @@ FHEM2FHEM_Attr(@)
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
the IO::Socket::SSL perl module must be installed for the local host too.<br>
Note: if the remote FHEM is on a separate host, the telnet port on the remote
FHEM musst be specified with the global option.<br>
<br>
Notes:
<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
type:
@ -479,8 +489,23 @@ FHEM2FHEM_Attr(@)
SSL-Verschl&uuml;sselung voraussetzt. Auch auf dem lokalen Host muss dann
das Perl-Modul IO::Socket::SSL installiert sein.<br>
Anmerkung: Wenn das remote FHEM auf einem eigenen Host l&auml;uft, muss
"telnetPort" des remote FHEM als global festgelegt sein. <br>
<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:
<ul>