Luxtronik2: Ausblenden flowRate bei Wärmemengenzähler=Nein

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5382 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-03-31 10:24:43 +00:00
parent d46909ff00
commit 67702bc2fa

View File

@@ -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++) {