reading for unknown srv-ID if VCCU is present
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6107 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -872,6 +872,11 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
# return "" if($src eq $id);# mirrored messages - covered by !$shash
|
||||
if(!$shash){ # Unknown source
|
||||
return "" if ($msg =~ m/998112......000001/);# HMLAN internal message, consum
|
||||
my $ccu =InternalVal($ioName,"owner_CCU","");
|
||||
if ($defs{$ccu}){#
|
||||
push @evtEt,[$defs{$ccu},0,"unknown_$src:received"];# do not trigger
|
||||
return CUL_HM_pushEvnts();
|
||||
}
|
||||
return;
|
||||
}
|
||||
$respRemoved = 0; #set to 'no response in this message' at start
|
||||
|
||||
Reference in New Issue
Block a user