diff --git a/fhem/FHEM/00_ZWCUL.pm b/fhem/FHEM/00_ZWCUL.pm index 82c2929d5..936301fb2 100755 --- a/fhem/FHEM/00_ZWCUL.pm +++ b/fhem/FHEM/00_ZWCUL.pm @@ -61,7 +61,7 @@ ZWCUL_Initialize($) $hash->{AttrFn} = "ZWCUL_Attr"; $hash->{UndefFn} = "ZWCUL_Undef"; $hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 model disable:0,1 ". - "networkKey noDispatch dataRate:40k,100k,9600"; + "networkKey intruderMode dataRate:40k,100k,9600"; } ##################################### @@ -444,7 +444,7 @@ ZWCUL_Parse($$$$$) } return if($hc && !$hash->{monitor} && $hc == $hp); - return if(AttrVal($me, "noDispatch", 0)); + return if($hash->{monitor} && !AttrVal($me, "intruderMode", 0)); $hash->{homeId} = $H; # Fake homeId for monitor mode @@ -670,7 +670,7 @@ ZWCUL_Ready($) - If the homeId is set to 0, then culfw will enter monitor mode, i.e. no + If the homeId is set to 00000000, then culfw will enter monitor mode, i.e. no checksum filtering will be done, and no acks for received messages will be sent. @@ -736,16 +736,15 @@ ZWCUL_Ready($)
  • model
  • disable
  • networkKey
  • -
  • noDispatch
    - prohibit dispatching messages or creating ZWave devices. +
  • intruderMode
    + In monitor mode (see above) events are not dispatched to the ZWave module + per default. Setting this attribute will allow to get decoded messages, + and to send commands to devices not included by this controller.
  • verbose
    If the verbose attribute of this device (not global!) is set to 5 or higher, then detailed logging of the RF message will be done.
  • -
  • noDispatch
    - prohibit dispatching messages or creating ZWave devices -