From a55ad565bf005d1778d025b7f498ddb87a8f0036 Mon Sep 17 00:00:00 2001 From: tpoitzsch <> Date: Sat, 29 Aug 2015 15:41:19 +0000 Subject: [PATCH] LUXTRONIK2: Reading hotWaterCircPumpDeaerate git-svn-id: https://svn.fhem.de/fhem/trunk@9157 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/23_LUXTRONIK2.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fhem/FHEM/23_LUXTRONIK2.pm b/fhem/FHEM/23_LUXTRONIK2.pm index d6e0fc8aa..6c97627d1 100644 --- a/fhem/FHEM/23_LUXTRONIK2.pm +++ b/fhem/FHEM/23_LUXTRONIK2.pm @@ -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; } @@ -973,6 +975,9 @@ LUXTRONIK2_UpdateDone($) readingsBulkUpdate($hash,"heatingSystemCircPump",$a[27]?"on":"off"); 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]);