2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

reading for unknown srv-ID if VCCU is present

git-svn-id: https://svn.fhem.de/fhem/trunk@6107 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-06-13 18:29:05 +00:00
parent e938d96bb9
commit 2bc5f31d28

View File

@ -872,6 +872,11 @@ sub CUL_HM_Parse($$) {#########################################################
# return "" if($src eq $id);# mirrored messages - covered by !$shash # return "" if($src eq $id);# mirrored messages - covered by !$shash
if(!$shash){ # Unknown source if(!$shash){ # Unknown source
return "" if ($msg =~ m/998112......000001/);# HMLAN internal message, consum 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; return;
} }
$respRemoved = 0; #set to 'no response in this message' at start $respRemoved = 0; #set to 'no response in this message' at start