mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +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/fhem@17361 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
74ca02a6f3
commit
01fecf3469
@ -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üsselung voraussetzt. Auch auf dem lokalen Host muss dann
|
SSL-Verschlü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äuft, muss
|
<br>
|
||||||
"telnetPort" des remote FHEM als global festgelegt sein. <br>
|
Achtung:
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Wenn das remote FHEM auf einem eigenen Host lä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ßen definieren:
|
||||||
|
<ul><code>
|
||||||
|
define telnetPort telnet 7072 global
|
||||||
|
</code></ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
Der nächste Parameter spezifiziert den Verbindungs-Typ:
|
Der nächste Parameter spezifiziert den Verbindungs-Typ:
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user