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

Enhancement Add support for climate preset modes #2394

Open
lordcoxis opened this issue Nov 22, 2024 · 5 comments
Open

Enhancement Add support for climate preset modes #2394

lordcoxis opened this issue Nov 22, 2024 · 5 comments
Labels
Enhancement For suggestions that add new features or improve existing functionalities. Page: climate Concerns specific to the page's interface or functionality.

Comments

@lordcoxis
Copy link

Enhancement Summary

Add support for climate preset modes

Detailed Description

As of v4.3.12 climate preset modes are not supported, only HVAC modes. There are some climate devices (and integrations like Versatile Thermostat) that use preset modes and so it would be nice to support them.

Additional Context

No response

@lordcoxis lordcoxis added the Enhancement For suggestions that add new features or improve existing functionalities. label Nov 22, 2024
@edwardtfn edwardtfn added the Page: climate Concerns specific to the page's interface or functionality. label Nov 23, 2024
@edwardtfn
Copy link
Collaborator

edwardtfn commented Nov 23, 2024

This is something I wanna work on soon as there are many similar requests:

This will require support to a "select" page:

@drpixel972
Copy link

Hello,

@edwardtfn : A select button may or may not be needed.
I think that the same layout as the hvac mode (icon representing the preset) may be more user friendly.
But I don't know if it is easier to code with the select, or the icons ^^.

@lordcoxis : I'm in the same situation (vtherm and nspanel). What I may do, is an automation that select the right preset from the selected temperature.

Best Regards,

Christophe

@edwardtfn
Copy link
Collaborator

You're right, we probably could solve this with icons...
Are those icons for preset mode standardized?

@lordcoxis
Copy link
Author

I agree with using the same layout as HVAC modes (icons), that's what I use in regular HA dashboards anyway. In Versatile Thermostat we have the following presets:

Activity: mdi:motion-sensor
Eco: mdi:leaf
Comfort: mdi:sofa
Boost: mdi:rocket-launch
Manual: mdi:knob
Frost: mdi:snowflake

Ideally one could select which ones to show (I only use activity, eco, comfort and boost for example), but that's for another day I guess.

@drpixel972
Copy link

drpixel972 commented Nov 23, 2024

I don't think that the icons are standardized, as the presets themselves are not (even though most of them are very common).
Two possibles situations :

  • Focus on the most common one, and specify the icons which are common in the lovelace cards.
  • More universal, create a dictionnary with the preset and the associated icon (the blueprint then, should help the user to create the dictionnary)

@lordcoxis : I have the same situation ^^ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For suggestions that add new features or improve existing functionalities. Page: climate Concerns specific to the page's interface or functionality.
Projects
None yet
Development

No branches or pull requests

3 participants