mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
MAX: do not substract measurementOffset from received temperatere. This
is already done in the HeatingThermostat. git-svn-id: https://svn.fhem.de/fhem/trunk@8680 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
86c526a647
commit
ac06d2f7bb
@ -674,9 +674,6 @@ MAX_Parse($$)
|
||||
#Very seldomly, the HeatingThermostat sends us temperatures like 0.2 or 0.3 degree Celcius - ignore them
|
||||
$measuredTemperature = "" if($measuredTemperature ne "" and $measuredTemperature < 1);
|
||||
|
||||
my $measOffset = MAX_ReadingsVal($shash,"measurementOffset");
|
||||
$measuredTemperature -= $measOffset if($measuredTemperature ne "" and $measOffset ne "" and $shash->{type} =~ /HeatingThermostatPlus/ and $hash->{TYPE} eq "MAXLAN");
|
||||
|
||||
$shash->{mode} = $mode;
|
||||
$shash->{rferror} = $rferror;
|
||||
$shash->{dstsetting} = $dstsetting;
|
||||
|
Loading…
Reference in New Issue
Block a user