diff --git a/fhem/CHANGED b/fhem/CHANGED index f69742241..5a7b999f5 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it + - change: 93_DbRep: message data ignored change loglevel to 2, Forum:#138986 - bufgix: 76_SMAInverter: fix IDC2 bug 3MPP - bufgix: 76_SMAInverter: fix IDC3 bug - redesign:36_Shelly.pm: Überarbeitung der HTTP-Kommunikation diff --git a/fhem/FHEM/93_DbRep.pm b/fhem/FHEM/93_DbRep.pm index 5edba1669..4897d06b3 100644 --- a/fhem/FHEM/93_DbRep.pm +++ b/fhem/FHEM/93_DbRep.pm @@ -58,6 +58,7 @@ use IO::Uncompress::Gunzip qw(gunzip $GunzipError); # Version History intern my %DbRep_vNotesIntern = ( + "8.53.15" => "18.08.2024 DbRep_diffvalDone: change loglevel to 2, Forum:#138986 ", "8.53.14" => "29.05.2024 _DbRep_avgTimeWeightMean: accept if \$val1=0 (use looks_like_number) ", "8.53.13" => "25.05.2024 replace Smartmatch Forum:#137776 ", "8.53.12" => "09.05.2024 DbRep_dbConnect: change PRAGMA temp_store=MEMORY to FILE, Forum: https://forum.fhem.de/index.php?msg=1312722 ", @@ -4846,7 +4847,7 @@ sub DbRep_diffvalDone { no warnings 'uninitialized'; $rowsrej =~ s/_/ /g; - Log3 ($name, 3, "DbRep $name -> data ignored while calc diffValue due to threshold overrun (diffAccept = $difflimit): \n$rowsrej") + Log3 ($name, 2, "DbRep $name -> data ignored while calc diffValue due to threshold overrun (diffAccept = $difflimit): \n$rowsrej") if($rowsrej); $rowsrej =~ s/\n/ \|\| /g;