Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frost mode setpoint doesn't update #759

Open
TenoriTrigger opened this issue Dec 28, 2024 · 2 comments
Open

Frost mode setpoint doesn't update #759

TenoriTrigger opened this issue Dec 28, 2024 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@TenoriTrigger
Copy link

Version of the custom_component

Latest version (installed via HACS)

Configuration

My VTherm attributes are the following:

hvac_modes:
  - heat
  - "off"
min_temp: 7
max_temp: 35
target_temp_step: 0.5
preset_modes:
  - none
  - frost
  - eco
  - comfort
  - boost
current_temperature: 22.9
temperature: 22
hvac_action: idle
preset_mode: boost
is_on: true
hvac_mode: heat
type: null
is_controlled_by_central_mode: true
last_central_mode: null
frost_temp: 16
eco_temp: 18
boost_temp: 22
comfort_temp: 20
frost_away_temp: 10
eco_away_temp: 10
boost_away_temp: 10
comfort_away_temp: 10
power_temp: null
target_temperature_step: 0.5
ext_current_temperature: 4
ac_mode: false
current_power: null
current_power_max: null
saved_preset_mode: boost
saved_target_temp: 22
saved_hvac_mode: heat
motion_sensor_entity_id: null
motion_state: null
power_sensor_entity_id: null
max_power_sensor_entity_id: null
overpowering_state: null
presence_sensor_entity_id: input_boolean.absent
presence_state: "on"
window_state: "off"
window_auto_state: "off"
window_bypass_state: false
window_sensor_entity_id: null
window_delay_sec: 30
window_auto_enabled: true
window_auto_open_threshold: 3
window_auto_close_threshold: 0
window_auto_max_duration: 30
window_action: window_turn_off
security_delay_min: 60
security_min_on_percent: 0.5
security_default_on_percent: 0.1
last_temperature_datetime: "2024-12-28T23:43:58.861042+01:00"
last_ext_temperature_datetime: "2024-12-28T23:01:43.063142+01:00"
security_state: false
minimal_activation_delay_sec: 10
device_power: 800
mean_cycle_power: 0
total_energy: 59616.66
last_update_datetime: "2024-12-29T00:06:42.996370+01:00"
timezone: Europe/Paris
temperature_unit: °C
is_device_active: false
device_actives: []
nb_device_actives: 0
ema_temp: 23
is_used_by_central_boiler: false
temperature_slope: -0.19
hvac_off_reason: null
max_on_percent: null
have_valve_regulation: false
last_change_time_from_vtherm: "2024-12-28T23:29:47.204150+01:00"
is_over_switch: true
is_inversed: false
keep_alive_sec: 0
underlying_entities:
  - switch.chauffage_bureau_commutateur
on_percent: 0
power_percent: 0
on_time_sec: 0
off_time_sec: 300
cycle_min: 5
function: tpi
tpi_coef_int: 0.9
tpi_coef_ext: 0.01
calculated_on_percent: 0
friendly_name: Bureau
supported_features: 401

If it is releveant to regulation performance or optimisation some curves are needed

No Plotly curves in use.

Describe the bug

I'm trying to:
Switch my presence sensor from absent to present while the thermostat is in a “frost” or “security/hors gel” mode.

And I expect:
The thermostat’s setpoint to automatically switch from the “absent” frost temperature to the “standard” frost temperature (because presence changed to on).

But I observe this ....
It doesn't update the setpoint. I have to manually change the mode away from frost and then back to frost to get the correct setpoint.

I read the documentation on the README.md file and I don't find any relevant information about this issue.

Debug log

logger:
    default: info
    logs:
        custom_components.versatile_thermostat: info
[home-assistant_versatile_thermostat_2024-12-28T23-06-43.151Z.log](https://github.com/user-attachments/files/18267984/home-assistant_versatile_thermostat_2024-12-28T23-06-43.151Z.log)

@jmcollin78 jmcollin78 added the bug Something isn't working label Jan 2, 2025
@jmcollin78
Copy link
Owner

Hello,

I wonder if Frost make sense with the presence detection. Anti-frost is anti-frost being present or not. I will look further.

@jmcollin78 jmcollin78 added the question Further information is requested label Jan 2, 2025
@TenoriTrigger
Copy link
Author

I need to have 4 temperature presets, and the antifreeze mode doesn’t automatically kick in when you’re away because there’s an ‘away antifreeze preset’ specifically for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants