mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +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:
parent
fc2c5af587
commit
39e5612d49
@ -540,8 +540,8 @@ LUXTRONIK2_DoUpdate($)
|
|||||||
$return_str .= "|".$heatpump_values[12];
|
$return_str .= "|".$heatpump_values[12];
|
||||||
# 18 - returnTemperatureExtern
|
# 18 - returnTemperatureExtern
|
||||||
$return_str .= "|".($heatpump_visibility[24]==1 ? $heatpump_values[13] : "no");
|
$return_str .= "|".($heatpump_visibility[24]==1 ? $heatpump_values[13] : "no");
|
||||||
# 19 - flowRate
|
# 19 - flowRate
|
||||||
$return_str .= "|".($heatpump_visibility[240]==1 ? $heatpump_values[155] : "no");
|
$return_str .= "|".($heatpump_parameters[870]!=0 ? $heatpump_values[155] : "no");
|
||||||
# 20 - firmware
|
# 20 - firmware
|
||||||
my $fwvalue = "";
|
my $fwvalue = "";
|
||||||
for(my $fi=81; $fi<91; $fi++) {
|
for(my $fi=81; $fi<91; $fi++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user