diff --git a/fhem/fhem.pl b/fhem/fhem.pl index ad49cc22d..8f42afd2a 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -2418,7 +2418,8 @@ CommandSetReading($$) if(!goodReadingName($b1)); if($hash->{".updateTime"}) { # Called from userReadings, #110375 - setReadingsVal($hash, $b1, $b[2], TimeNow()); + Log 1, "'setreading $def' called form userReadings is prohibited"; + return; } else { readingsSingleUpdate($hash, $b1, $b[2], 1); }