heishamon_rules.txt aktualisiert

This commit is contained in:
tilmann 2024-04-19 16:35:58 +02:00
parent 2809056dd0
commit a33e42e362

View file

@ -41,7 +41,7 @@ on @ThreeWay_Valve_State then
end
end
on timer=4 then
if @Force_DHW_State == 1 then
if @Force_DHW_State == 1 && @Operating_Mode_State == 4 then
@SetDemandControl = 254;
end
if @ThreeWay_Valve_State == 1 && @Operating_Mode_State == 4 && @DHW_Temp < (@DHW_Target_Temp - 2) then
@ -50,16 +50,6 @@ on timer=4 then
end
end
on @Force_DHW_State then
if @Force_DHW_State == 1 then
@SetHolidayMode = 0;
else
if @Holiday_Mode_State == 0 then
@SetHolidayMode = 1;
end
end
end
on System#Boot then
setTimer(5, 60);
setTimer(6, 60);