mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-15 04:20:56 +00:00
93_DbRep: message data ignored change loglevel to 2, Forum:#138986
git-svn-id: https://svn.fhem.de/fhem/trunk@29081 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
66956f339a
commit
e600faf5c8
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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
|
# 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 IDC2 bug 3MPP
|
||||||
- bufgix: 76_SMAInverter: fix IDC3 bug
|
- bufgix: 76_SMAInverter: fix IDC3 bug
|
||||||
- redesign:36_Shelly.pm: Überarbeitung der HTTP-Kommunikation
|
- redesign:36_Shelly.pm: Überarbeitung der HTTP-Kommunikation
|
||||||
|
@ -58,6 +58,7 @@ use IO::Uncompress::Gunzip qw(gunzip $GunzipError);
|
|||||||
|
|
||||||
# Version History intern
|
# Version History intern
|
||||||
my %DbRep_vNotesIntern = (
|
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.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.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 ",
|
"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';
|
no warnings 'uninitialized';
|
||||||
|
|
||||||
$rowsrej =~ s/_/ /g;
|
$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);
|
if($rowsrej);
|
||||||
$rowsrej =~ s/\n/ \|\| /g;
|
$rowsrej =~ s/\n/ \|\| /g;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user