From c8212526baf95c4f275d62646e10e86dbd9ec84a Mon Sep 17 00:00:00 2001 From: tpoitzsch <> Date: Tue, 1 May 2012 14:26:14 +0000 Subject: [PATCH] Auswertung der Heizgrenze: Automatik - Sommerbetrieb (Aus) git-svn-id: https://svn.fhem.de/fhem/trunk@1518 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/23_LUXTRONIK2.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fhem/contrib/23_LUXTRONIK2.pm b/fhem/contrib/23_LUXTRONIK2.pm index 23a218c63..336402213 100644 --- a/fhem/contrib/23_LUXTRONIK2.pm +++ b/fhem/contrib/23_LUXTRONIK2.pm @@ -281,6 +281,10 @@ LUXTRONIK2_GetStatus($) $switch = $heatpump_parameters[3]; $value = $wpMode{$switch}; + if ($switch == 0 + && $heatpump_values[16] >= $heatpump_parameters[700] + && $heatpump_parameters[699] == 1) + {$value = "Automatik - Sommerbetrieb (Aus)";} $value = "unbekannt (" . $switch . ")" unless $value; if($hash->{READINGS}{$sensor}{VAL} ne $value) {