This README file is available in languages : English | Français | Deutsch | Čeština | Polski
This thermostat integration aims to greatly simplify your heating management automations. Since all typical heating events (nobody home?, activity detected in a room?, window open?, power load shedding?), are natively managed by the thermostat, you don’t need to deal with complicated scripts and automations to manage your thermostats. ;-).
This custom component for Home Assistant is an upgrade and a complete rewrite of the "Awesome thermostat" component (see Github) with added features.
Versatile Thermostat UI Card (Available on Github) :
- New logo. Inspired by the work of @Krzysztonek (see here), VTherm benefits from a new feature introduced in HA 206.03 to change its logo. The whole team hopes you will like it. Enjoy!
- A website created by @bontiv addresses one of VTherm’s major challenges: documentation. This site also allows you to analyze your logs! Provide your logs (in debug mode) and you will be able to analyze them, zoom in on a thermostat, focus on a time period, filter what interests you, and more. Discover this first version here: Versatile Thermostat Web site. A huge thank you to @bontiv for this great work.
- Official release of the auto-TPI feature. This function calculates the optimal coefficient values for the TPI. We would like to highlight the incredible work of @KipK and @gael1980 on this topic. Do not skip the documentation if you plan to use it.
- VTherm now relies on the state reported by underlying devices in HA. As long as all underlying devices do not have a known state in HA, the VTherm remains disabled.
- added
max_opening_degreesparameter forover_climate_valveVTherms allowing to limit the maximum opening percentage of each valve to control hot water flow and optimize energy consumption or other use cases.- added a valve recalibration function for an VTherm
over_climate_valveallowing to force a maximum opening then a maximum closing to attempt recalibration of a TRV. More information here.
- added heating failure detection for VTherms using the TPI algorithm. This feature detects two types of anomalies:
- heating failure: the radiator is heating strongly (high on_percent) but the temperature is not increasing,
- cooling failure: the radiator is not heating (on_percent at 0) but the temperature keeps rising.
These anomalies may indicate an open window, a faulty radiator, or an external heat source. The feature sends events that can be used to trigger automations (notifications, alerts, etc.). More information here.
More informations here.
A big thank you to all my beer sponsors for their donations and encouragements. It means a lot to me and motivates me to keep going! If this integration has saved you money, buy me a beer in return; I would greatly appreciate it!
VTherm: Versatile Thermostat as referred to in this document
TRV: Thermostatic Radiator Valve equipped with a valve. The valve opens or closes to allow hot water to pass.
AC: Air Conditioning. An AC device cools instead of heats. Temperatures are reversed: Eco is warmer than Comfort, which is warmer than Boost. The algorithms take this information into account.
EMA: Exponential Moving Average. Used to smooth sensor temperature measurements. It represents a moving average of the room's temperature and is used to calculate the slope of the temperature curve, which would be too unstable on the raw data.
slope: The slope of the temperature curve, measured in ° (C or K)/h. It is positive when the temperature increases and negative when it decreases. This slope is calculated based on the EMA.
PAC: Heat pump
HA: Home Assistant
underlying: the device controlled by VTherm
The documentation is now divided into several pages for easier reading and searching:
- Introduction
- Installation
- Quick start
- Choosing a VTherm type
- Basic attributes
- Configuring a VTherm on a
switch - Configuring a VTherm on a
climate - Configuring a VTherm on a valve
- Presets
- Window management
- Presence management
- Motion management
- Power management
- Auto start and stop
- Centralized control of all VTherms
- Central heating control
- Advanced aspects, security mode
- Heating Failure Detection
- Self-regulation
- Auto TPI learning
- Algorithms
- Lock / Unlock
- Temperature synchronisation
- Timed preset
- Reference documentation
- Tuning examples
- Troubleshooting
- Release notes
Temperature stability around the target configured by preset:
On/off cycles calculated by the integration over_climate:
Regulation with an over_switch:
Strong regulation in over_climate:
Regulation with direct valve control in over_climate:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Enjoy!
If you wish to contribute, please read the contribution guidelines.














