diff --git a/contrib/23_LUXTRONIK2.pm b/contrib/23_LUXTRONIK2.pm index 23a218c63..336402213 100644 --- a/contrib/23_LUXTRONIK2.pm +++ b/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) {