From 2f83957d31870a65ba6bc0c0e85213ec7a543621 Mon Sep 17 00:00:00 2001 From: mgehre <> Date: Wed, 12 Feb 2014 18:03:57 +0000 Subject: [PATCH] CUL_MAX: Do not send TimeInformation to ignored devices git-svn-id: https://svn.fhem.de/fhem/trunk@4897 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/14_CUL_MAX.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/14_CUL_MAX.pm b/fhem/FHEM/14_CUL_MAX.pm index 7a98ea450..d863ce5c6 100644 --- a/fhem/FHEM/14_CUL_MAX.pm +++ b/fhem/FHEM/14_CUL_MAX.pm @@ -573,7 +573,8 @@ CUL_MAX_BroadcastTime(@) #1. the MAX device dhash uses this MAX_CUL as IODev #2. the MAX device is a Wall/HeatingThermostat if(exists($dhash->{IODev}) && $dhash->{IODev} == $hash - && $dhash->{type} =~ /.*Thermostat.*/ ) { + && $dhash->{type} =~ /.*Thermostat.*/ + && AttrVal($dhash->{NAME},"ignore","0") eq "0" ) { my $h = ReadingsVal($dhash->{NAME},"TimeInformationHour",""); if( $h !~ /^[0-5]$/ ) {