2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

Make parallel CCU/fhem usage more clear

git-svn-id: https://svn.fhem.de/fhem/trunk@875 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-03-23 20:43:27 +00:00
parent c2434c0789
commit 8d18c5590f

View File

@ -1899,11 +1899,14 @@ A line ending with \ will be concatenated with the next one, so long lines
In order to use it with fhem you <b>must</b> disable the encryption first In order to use it with fhem you <b>must</b> disable the encryption first
with the "HomeMatic Lan Interface Configurator" (which is part of the with the "HomeMatic Lan Interface Configurator" (which is part of the
supplied Windows software), by selecting the device, "Change IP Settings", supplied Windows software), by selecting the device, "Change IP Settings",
and deselect "AES Encrypt Lan Communication".<br> and deselect "AES Encrypt Lan Communication".<br><br>
This device can be used in parallel with a CCU and fhem, by starting the This device can be used in parallel with a CCU and (readonly) with fhem. To do this:
fhem/contrib/tcptee.pl program, and redirecting the CCU to the local host. <ul>
Don't forget to disable the LAN-Encryption on the CCU for the Lan <li>start the fhem/contrib/tcptee.pl program
configurator first, and to set the dummy attribute for the HMLAN device. <li>redirect the CCU to the local host
<li>disable the LAN-Encryption on the CCU for the Lan configurator
<li>set the dummy attribute for the HMLAN device in fhem
</ul>
<br><br> <br><br>