- The HMLAN is the fhem module for the eQ-3 HomeMatic LAN Configurator.
- A description on how to use hmCfgUsb
- can be found follwing the link.
-
- The fhem module will emulate a CUL device, so the CUL_HM
- module can be used to define HomeMatic devices.
+ The HMLAN is the fhem module for the eQ-3 HomeMatic LAN Configurator.
+ A description on how to use hmCfgUsb can be found follwing the link.
+
+ The fhem module will emulate a CUL device, so the CUL_HM module can be used to define HomeMatic devices.
+
+ In order to use it with fhem you must disable the encryption first with the "HomeMatic Lan Interface Configurator"
+ (which is part of the supplied Windows software), by selecting the device, "Change IP Settings", and deselect "AES Encrypt Lan Communication".
+
+ This device can be used in parallel with a CCU and (readonly) with fhem. To do this:
+
+ - start the fhem/contrib/tcptee.pl program
+ - redirect the CCU to the local host
+ - disable the LAN-Encryption on the CCU for the Lan configurator
+ - set the dummy attribute for the HMLAN device in fhem
+
+
- In order to use it with fhem you must disable the encryption first
- with the "HomeMatic Lan Interface Configurator" (which is part of the
- supplied Windows software), by selecting the device, "Change IP Settings",
- and deselect "AES Encrypt Lan Communication".
- This device can be used in parallel with a CCU and (readonly) with fhem. To do this:
-
- - start the fhem/contrib/tcptee.pl program
-
- redirect the CCU to the local host
-
- disable the LAN-Encryption on the CCU for the Lan configurator
-
- set the dummy attribute for the HMLAN device in fhem
-
-
+
+ Define
+
+ define <name> HMLAN <ip-address>[:port]
+
+ port is 1000 by default.
+ If the ip-address is called none, then no device will be opened, so you can experiment without hardware attached.
+
+
+
+ Set
+
+
+
+ Get
+
+
-
-
-
-
-
-
-
- Define
-
- define <name> HMLAN <ip-address>[:port]
-
- port is 1000 by default.
- If the ip-address is called none, then no device will be opened, so you
- can experiment without hardware attached.
-
-
-
-
- Set
-
-
-
-
- Get
-
-
-
-
-
- Attributes
-
- - do_not_notify
- - dummy
- - loglevel
- - addvaltrigger
- - hmId
- - hmProtocolEvents
- - respTime
- Define max response time of the HMLAN adapter in seconds. Default is 1 sec.
- Longer times may be used as workaround in slow/instable systems or LAN configurations.
-
- - wdTimer
- Time in sec to trigger HMLAN. Values between 5 and 25 are allowed, 25 is default.
- It is not recommended to change this timer. If problems are detected with
- HLMLAN disconnection it is advisable to resolve the root-cause of the problem and
- not sympthoms.
-
-
+
+ Attributes
+
+ - do_not_notify
+ - dummy
+ - loglevel
+ - addvaltrigger
+ - hmId
+ - hmProtocolEvents
+ - respTime
+ Define max response time of the HMLAN adapter in seconds. Default is 1 sec.
+ Longer times may be used as workaround in slow/instable systems or LAN configurations.
+ - wdTimer
+ Time in sec to trigger HMLAN. Values between 5 and 25 are allowed, 25 is default.
+ It is not recommended to change this timer. If problems are detected with
+ HLMLAN disconnection it is advisable to resolve the root-cause of the problem and not symptoms.
+
=end html
|