From 67702bc2fa0c18516dcfe21a1cc1292530a1aa72 Mon Sep 17 00:00:00 2001 From: tpoitzsch Date: Mon, 31 Mar 2014 10:24:43 +0000 Subject: [PATCH] =?UTF-8?q?Luxtronik2:=20Ausblenden=20flowRate=20bei=20W?= =?UTF-8?q?=C3=A4rmemengenz=C3=A4hler=3DNein?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5382 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/23_LUXTRONIK2.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/23_LUXTRONIK2.pm b/fhem/FHEM/23_LUXTRONIK2.pm index 61c918f36..e1e2c30f9 100644 --- a/fhem/FHEM/23_LUXTRONIK2.pm +++ b/fhem/FHEM/23_LUXTRONIK2.pm @@ -540,8 +540,8 @@ LUXTRONIK2_DoUpdate($) $return_str .= "|".$heatpump_values[12]; # 18 - returnTemperatureExtern $return_str .= "|".($heatpump_visibility[24]==1 ? $heatpump_values[13] : "no"); - # 19 - flowRate - $return_str .= "|".($heatpump_visibility[240]==1 ? $heatpump_values[155] : "no"); + # 19 - flowRate + $return_str .= "|".($heatpump_parameters[870]!=0 ? $heatpump_values[155] : "no"); # 20 - firmware my $fwvalue = ""; for(my $fi=81; $fi<91; $fi++) {