diff --git a/fhem/FHEM/16_CUL_RFR.pm b/fhem/FHEM/16_CUL_RFR.pm index e6047b240..7870f655a 100644 --- a/fhem/FHEM/16_CUL_RFR.pm +++ b/fhem/FHEM/16_CUL_RFR.pm @@ -161,10 +161,22 @@ CUL_RFR_AddPrefix($$) The CUL_RFR module is used to "attach" a second CUL to your base CUL, and use it as a repeater / range extender. RFR is shorthand for RF_ROUTER. Transmission of the data uses the CC1101 packet capabilities with GFSK - modulation at 250kBaud after pinging the base CUL at the usual 1kBaud. When + modulation at 250kBaud after pinging the base CUL at the usual 1kBaud. After configured, the RFR device can be used like another CUL connected directly to - fhem. + FHEM.
+ In theory every SlowRF protocol should work, as the hook is implemented in + the culfw output routine: instead of sending the data to the USB-Interface it + is transmitted via radio to the base CUL. There are still some restrictions: + + Tested protocols are FHT, FS20, EM, HMS, S300.
+ Since there is no ack or a resend mechanism, it should be primarily used to + forward "unimportant" data, it was developed for forwading KS300 packets.

Before you can use this feature in fhem, you have to enable/configure RF