diff --git a/docs/commandref.html b/docs/commandref.html index b67c3c848..57dbc2c8b 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -1017,6 +1017,9 @@ A line ending with \ will be concatenated with the next one, so long lines

FHZ

+
+ + + Generated events: + @@ -1659,6 +1678,32 @@ A line ending with \ will be concatenated with the next one, so long lines
+ + Generated events: + @@ -2015,20 +2060,23 @@ A line ending with \ will be concatenated with the next one, so long lines to receive and send different 868MHz protocols (FS20/FHT/S300/EM/HMS). It is even possible to use these devices as range extenders/routers, see the CUL_RFR module for details. -
+

-
Some protocols (FS20, FHT and KS300) are converted by this module so that the same logical device can be used, irrespective if the radio telegram is received by a CUL or an FHZ device.
Other protocols (S300/EM) need their own modules. E.g. S300 devices are processed by the CUL_WS module if the signals are received by the CUL, similarly EMWZ/EMGZ/EMEM is handled by the - CUL_EM module.
+ CUL_EM module.

-
It is possible to attach more than one device in order to get better reception, fhem will filter out duplicate messages.

+ Note: this module may require the Device::SerialPort or Win32::SerialPort + module if you attach the device via USB and the OS sets strange default + parameters for serial devices. + + @@ -2594,6 +2642,7 @@ A line ending with \ will be concatenated with the next one, so long lines Attributes +
+ + Generated events: +
@@ -2740,8 +2852,6 @@ A line ending with \ will be concatenated with the next one, so long lines - +

+ Note: this module requires the Device::SerialPort or Win32::SerialPort module. +

Define @@ -3226,6 +3254,89 @@ A line ending with \ will be concatenated with the next one, so long lines
+ + + Generated events: + +
+ As I cannot explain all the values, I logged data for a period and plotted + each received value in the following logs: + + All of these events are reported directly after initialization (or after + requesting logmode), along with some 60 configuration records (6byte long + each). About 20 parameters from these records are reverse engeneered, they + all start with CFG_. + + +

KS300

@@ -3297,8 +3408,8 @@ A line ending with \ will be concatenated with the next one, so long lines

CM11