Hi everyone,
does anyone have an idea how to optimise heating algorithms?
Right now I handle the whole thing by 2 if-then-rules, e.g.
objective: 20,5°
-
if-then-rule:
IF $smarthome-room_heating_profile = “warm” and temperature of Door Temperature is less than 20.5 and Window is closed for 5 minutes
THEN dim heating_room to 4 and after 6 minutes dim heating_room to 28 -
if-then-rule:
IF $smarthome-room_heating_profile = “warm” and temperature of Door Temperature is greater or equal than 20.4
THEN dim heating_room to 4
This results into the action that my heating system is opening its valves completely and I am unsure whether this is really smart or not. Any recommendations about this? Maybe an algorithm to optimise it?
Cheers,
Leopold