diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 13b6594c9..c59264381 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -3920,6 +3920,7 @@ readingsEndUpdate($$) my $oldt= $userReading->{t}; #Debug "Evaluating " . $reading; $cmdFromAnalyze = $perlCode; # For the __WARN__ sub + my $NAME = $name; # no exceptions, #53069 my $value= eval $perlCode; $cmdFromAnalyze = undef; my $result;