diff --git a/fhem/FHEM/32_SYSSTAT.pm b/fhem/FHEM/32_SYSSTAT.pm index 9b147646d..8dd53b158 100644 --- a/fhem/FHEM/32_SYSSTAT.pm +++ b/fhem/FHEM/32_SYSSTAT.pm @@ -202,7 +202,7 @@ SYSSTAT_GetUpdate($) if( AttrVal($hash->{NAME}, "raspberrytemperature", "") ne "" ) { my $temp = SYSSTAT_getPiTemp($hash); - readingsSingleUpdate($hash,"temperature",$temp,defined($hash->{LOCAL} ? 0 : 1)); + readingsSingleUpdate($hash,"temperature",$temp,defined($hash->{LOCAL} ? 0 : 1)) if( $temp > 0 && $temp < 200 ); } }