Closed muchasuerte closed 9 months ago
Hello @muchasuerte ,
It seems you have a heat pump (what is AERMEC) ? If yes, I don't think that VTherm over_switch
for that.
You should rather use the VTherm over_climate
over the original climate given by the vendor solution.
Over switch is more for electrical heater which don't have any internal regulation mecanisms.
If you prefer to keep to over_switch, you just have to tune (ie augment) the coef_int. You have more power capacity: on_percent: 0.27
You could also use the parameter delai_min_activation (in Advanced parameters) to activate the eqt for a minimal delay and avoid too much switching.
I cannot use over_climate because the old thermostat was still an ON/OFF switch which was not performing well and was integrated to HA via a Chinese cloud, at this point I need to see if I can implement an alternative algorithm for VTherm
Feel free to reopen if you think it is relevant.
Version of the custom_component
VTherm: 5.2.2 Home Assistant: 2024.1.3
Configuration
VTherm attributes are the following:
Describe the bug
I have declared a VTerm for each room (1 dedicated sensor + 1 relay to enable or disable the fancoil) , I guess the dynamic of my system is quite slow compare to other (the water temperature on the pipeline is around 40°).
The target temperature set is 17° however the system never reach that temperature I see it always around the value of 16.4°.
what I have noticed is that VTerm is switching ON the fancoil and the AERMEC unit then the temperature does not change because the engine did not had time reach the temperature on the pipeline then the switch is set to OFF too quickly.
I have changed the cycle from 5 min to 15 min the system switch OFF too quickly, if the target temperature is not reached it should not switch off the engine, there is no way to get an activation time high of 5 mitry nutes .
And I expect:
what I do expect is that the system is not switched off if the target temperature is not reached or at least find a way to have the activation time longer than 5 minutes.
But I observe the fancoil switched off also if nothing has change on metered temperature.
Seems that the change on cycle is only considered for the OFF time window and not for the ON time windows.