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:
@@ -1139,7 +1139,11 @@ sub HMUARTLGW_Parse($$$$)
|
|||||||
return;
|
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}");
|
"state: $hash->{DevState}, msg: ${dst} ${msg}");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user