2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

00_HMUARTLGW.pm: change log-level for message caused by firmware quirk

git-svn-id: https://svn.fhem.de/fhem/trunk@13654 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgernoth 2017-03-09 09:13:15 +00:00
parent ee0764db16
commit dfce24b7d2

View File

@ -1139,7 +1139,11 @@ sub HMUARTLGW_Parse($$$$)
return;
}
Log3($hash, 1 ,"HMUARTLGW ${name} Ack with invalid counter received, dropping. We: $hash->{CNT}, device: $hash->{DEVCNT}, " .
#Firmware sometimes send additional ACK when receiving the
#next frame from a device after a command, even if it has
#already ACKed the command.
Log3($hash, HMUARTLGW_getVerbLvl($hash, undef, undef, 5),
"HMUARTLGW ${name} Ack with invalid/old counter received, dropping. We: $hash->{CNT}, device: $hash->{DEVCNT}, " .
"state: $hash->{DevState}, msg: ${dst} ${msg}");
return;