2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

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 fc2c5af587
commit 39e5612d49

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