mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
Heizungsmodus: Sommerbetrieb
git-svn-id: https://svn.fhem.de/fhem/trunk@1502 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d47baeee99
commit
31d1cc9e8f
@ -190,7 +190,13 @@ LUXTRONIK2_GetStatus($)
|
||||
$sensor = "hotWaterOperatingMode";
|
||||
$switch = $heatpump_parameters[4];
|
||||
|
||||
if ($switch==0) { $value = "Automatik"; }
|
||||
if ($switch==0) {
|
||||
if($heatpump_values[16]>=$heatpump_parameters[700] && $heatpump_parameters[699]==1) {
|
||||
$value = "Automatik - Sommerbetrieb (Aus)";
|
||||
} else {
|
||||
$value = "Automatik";
|
||||
}
|
||||
}
|
||||
elsif ($switch==1) { $value = "Zusatzheizung"; }
|
||||
elsif ($switch==2) { $value = "Party"; }
|
||||
elsif ($switch==3) { $value = "Ferien"; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user