2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 11:16:36 +00:00

Auswertung der Heizgrenze: Automatik - Sommerbetrieb (Aus)

git-svn-id: https://svn.fhem.de/fhem/trunk@1518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2012-05-01 14:26:14 +00:00
parent 47ef0eae89
commit c8212526ba

View File

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