If this feature is selected, it allows you to dynamically adjust the preset temperatures of the thermostat when presence (or absence) is detected. To do this, you need to configure the temperature to be used for each preset when presence is disabled. When the presence sensor turns off, these temperatures will be applied. When it turns back on, the "normal" temperature configured for the preset will be used. See preset management.
To configure presence, fill out this form:
For this, you simply need to configure an occupancy sensor whose state must be 'on' or 'home' if someone is present, or 'off' or 'not_home' otherwise.
Temperatures are configured in the entities of the device corresponding to your VTherm (Settings/Integration/Versatile Thermostat/the vtherm).
WARNING: People groups do not work as a presence sensor. They are not recognized as a presence sensor. You need to use a template as described here Using a People Group as a Presence Sensor.
- The temperature change is immediate and is reflected on the front panel. The calculation will consider the new target temperature at the next cycle calculation.
- You can use the direct person.xxxx sensor or a Home Assistant sensor group. The presence sensor handles the states
on
orhome
as present andoff
ornot_home
as absent.- To pre-heat your home when everyone is absent, you can add an
input_boolean
entity to your people group. If you set thisinput_boolean
to 'On', the presence sensor will be forced to 'On' and the presets with presence will be used. You can also set thisinput_boolean
to 'On' via an automation, for example, when you leave a zone to start preheating your home.