Heating when not requested #1842
Answered by
jmcollin78
Mar 7, 2026
Replies: 3 comments 3 replies
|
Hello @trxman, As described in the issue template to help with such issue you should give us:
|
0 replies
3 replies
|
Solved. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Ok I see. You have a "simple"
Over_climateVTherm. In that case, all VTherm does is to send the sendpoint to the underlyingclimate.radiator_bathroomdevice. And this device, decide by itself to heat or not depending on its internal temperature sensor.So you are certainly subject to the "very bad internal temperature sensor" issue of your device.
The way to fix that is the self-regulation: VTherm will adapt the setpoint of your climate until the target is reached in the room temperature sensor. This is explained here: https://www.versatile-thermostat.org/fr/docs/self-regulation/
Turn it on, choose the correct level (starts with
highin your case) and it should be much better.If not, you…