Thermostat keeps getting turned of seemingly randomly #317
Replies: 4 comments 6 replies
-
Is this just normal behavior? It seems like VT is turning off my radiator thermostats when the right temperature is reached. |
Beta Was this translation helpful? Give feedback.
-
Hello @LennardPlay , No this is not a normal behavior of VTherm. VTherm never turns off a heater only for window open detection. Because you have an over_climate VTherm type, it is llikely the underlying which turns off (and VTherm follow). Look at your If you to be sure, you will find some logs (in INFO leve) that say's something like "underlying have change its state to off" |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello all, for all this case, you should look at your logs and look for a message like this:
This means that your VTherm have been turned off because the underlying climate have been turned off. Maybe by a manual operation on its remote command, or maybe by the device itself due to internal rules. This is very common issues. Once again, VTHerm will NEVER turns on or off a device in To reproduce the message above, I simply turn off my AC device with the remote command while VTherm was on. |
Beta Was this translation helpful? Give feedback.
-
I noticed that one on my thermostats turns off randomly when VT is installed, but I can't tell why. Security state stays secure and window detection is stating "window closed"
If it helps, these are the attributes of the malfunctioning thermostat:
`hvac_modes:
min_temp: 7
max_temp: 35
preset_modes:
current_temperature: 19.4
temperature: 21
hvac_action: heating
preset_mode: comfort
is_on: false
hvac_mode: "off"
type: null
is_controlled_by_central_mode: true
last_central_mode: null
frost_temp: 10
eco_temp: 18
boost_temp: 23
comfort_temp: 21
frost_away_temp: 10
eco_away_temp: 17
boost_away_temp: 20
comfort_away_temp: 19
power_temp: 13
target_temperature_step: null
ext_current_temperature: -1.4
ac_mode: false
current_power: null
current_power_max: null
saved_preset_mode: comfort
saved_target_temp: 21
saved_hvac_mode: null
window_state: "off"
motion_state: null
overpowering_state: null
presence_state: null
window_auto_state: "off"
window_bypass_state: false
security_delay_min: 60
security_min_on_percent: 0.5
security_default_on_percent: 0.1
last_temperature_datetime: "2024-01-06T10:52:11.465401+01:00"
last_ext_temperature_datetime: "2024-01-06T10:52:11.465401+01:00"
security_state: false
minimal_activation_delay_sec: 10
device_power: 1
mean_cycle_power: null
total_energy: 0.05
last_update_datetime: "2024-01-06T11:13:05.050809+01:00"
timezone: Europe/Berlin
window_sensor_entity_id: binary_sensor.wohnzimmer_fenster_offnet
window_delay_sec: 0
window_auto_enabled: true
window_auto_open_threshold: 3
window_auto_close_threshold: 0
window_auto_max_duration: 30
motion_sensor_entity_id: null
presence_sensor_entity_id: null
power_sensor_entity_id: null
max_power_sensor_entity_id: null
temperature_unit: °C
is_device_active: false
ema_temp: 19.42
is_over_climate: true
start_hvac_action_date: null
underlying_climate_0: climate.wohnzimmer_thermostat
underlying_climate_1: null
underlying_climate_2: null
underlying_climate_3: null
is_regulated: true
regulated_target_temperature: 22.5
auto_regulation_mode: auto_regulation_light
regulation_accumulated_error: 9.899999999999991
auto_fan_mode: auto_fan_none
current_auto_fan_mode: auto_fan_none
auto_activated_fan_mode: null
auto_deactivated_fan_mode: null
friendly_name: Wohnzimmer Heizung
supported_features: 17
`
I would appreciate if someone would assist me with troubleshooting
Beta Was this translation helpful? Give feedback.
All reactions