2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +00:00

LUXTRONIK2: Reading hotWaterCircPumpDeaerate

git-svn-id: https://svn.fhem.de/fhem/trunk@9157 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-08-29 15:41:19 +00:00
parent 3377d1d25b
commit a55ad565bf

View File

@ -672,6 +672,8 @@ LUXTRONIK2_DoUpdate($)
$return_str .= "|". ($heatpump_visibility[210]==1 ? $heatpump_values[137] : "no");
# 60 - mixer3TargetTemperature
$return_str .= "|". ($heatpump_visibility[211]==1 ? $heatpump_values[136] : "no");
# 61 - hotWaterCircPumpDeaerate
$return_str .= "|". ($heatpump_visibility[167]==1 ? $heatpump_values[684] : "no");
return $return_str;
}
@ -974,6 +976,9 @@ LUXTRONIK2_UpdateDone($)
readingsBulkUpdate($hash,"hotWaterCircPumpExtern",$a[28]?"on":"off");
readingsBulkUpdate($hash,"hotWaterSwitchingValve",$a[9]?"on":"off");
# Deaerate Function
readingsBulkUpdate( $hash, "hotWaterCircPumpDeaerate",$a[61]?"on":"off") unless $a[61] eq "no";
# bivalentLevel
readingsBulkUpdate($hash,"bivalentLevel",$a[43]);