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

git-svn-id: https://svn.fhem.de/fhem/trunk@5382 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-03-31 10:24:43 +00:00
parent 89c0e06d53
commit 5bce4a6250

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