Add an adaptative regulation in over climate mode #129
Closed
Description
Following a discussion in #125 issue, we need a regulation for over climate mode. This regulation should:
- take care of temperature sensor in the room,
- adapt the target temperature by adding / substracing a value if the temp room is under / over the target temperature.
So regulation can be done by VTherm using the target temperature value and adapting it constently.
Some PI (proportionnel-intégral) algorithm seems to be exactly what is needed for this.