-
Notifications
You must be signed in to change notification settings - Fork 119
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
The "set preset" action does not turn a thermostat on #868
Comments
The 'set preset mode' action will only execute the
Why? And which of the two? Note that the available preset modes vary between integration. There is no possibility to integrate a mapping between preset modes and the operating mode within scheduler. I think your request (you are requesting additional functionality, not reporting a bug) is based on your own use-case, but not possible to implement generically. If you wish that scheduler sets the mode together with the preset, I can think of the following options:
|
Thank you for the added context. I can follow your reasoning of why you only set the preset and not change the HVAC mode. (From a user perspective, it is a bit counter-intuitive that I can select HEAT+temperature as one action but not HEAT+preset, but I agree that this would be new functionality.) I like the three options that you give and I'm sure that one of them will work for me. Re: your option 1
Is there any way to do this other than to set the time step resolution to 1 min for the whole card? |
Thanks, adding it via custom code gives me what I need. 😀 I've wanted to emulate a traditional wall thermostat (like the one shown below) that has (1) an ON/OFF switch, and (2) a temperature setting. (Whether the thermostat is on or off (active or not) is different from whether the underlying heating is on or off.) |
Checklist
Card Version
v3.2.13
Component Version
3.3.8
Bug description
This is consistent with the
set_preset_mode
method incore / homeassistant / components / generic_thermostat / climate.py
but not what the user expects.The "set preset" command should set the temperature and switch HVAC mode to on or auto.
Steps to reproduce
Additional info
I believe this will resolve nielsfaber/scheduler-component#407
The text was updated successfully, but these errors were encountered: