hass-template-climate icon indicating copy to clipboard operation
hass-template-climate copied to clipboard

[Feature Request] Preset modes

Open JOHLC opened this issue 3 years ago • 11 comments

I would use this to integrate sleep / eco / normal modes

Ref: https://developers.home-assistant.io/docs/core/entity/climate/#presets

A device can have different presets that it might want to show to the user. Common presets are "Away" or "Eco". There are a couple of built-in presets that will offer translations, but you're also allowed to add custom presets.

Name Description
ECO Device is running an energy-saving mode
AWAY Device is in away mode
BOOST Device turn all valve full up
COMFORT Device is in comfort mode
HOME Device is in home mode
SLEEP Device is prepared for sleep
ACTIVITY Device is reacting to activity (e.g. movement sensors)

JOHLC avatar Jul 04 '22 22:07 JOHLC

Agreed, and at least my ecobee thermostats return an attribute preset_modes: Home, Away, Sleep, Work showing what preset modes are available, so there should likely be a preset_modes_template to dynamically determine what preset_modes are available as well as a set_preset_mode action.

cryptk avatar Dec 06 '22 23:12 cryptk

+1

Yiivgeny avatar May 04 '23 00:05 Yiivgeny

Still interested in this, especially since it is getting hotter and hotter!

JOHLC avatar Jun 21 '23 00:06 JOHLC

Found some info about presets in the developer docs: https://developers.home-assistant.io/docs/core/entity/climate/#presets

JOHLC avatar Jul 09 '23 19:07 JOHLC

+1 for this! I need it to create more functional climate entities for both my air handling unit and my bathroom thermostat.

siljelb avatar Aug 03 '23 08:08 siljelb

Need ECO and BOOST 👍

mow-jow avatar Aug 08 '23 19:08 mow-jow

+1. I am using this integration and created a dummy climate entity. The real climate is controlled via an automation, not with the dummy climate. So if the Preset modes feature can be added, it will be very useful even if it is a dummy entry and has no ability to control the real climate.

keniji avatar Aug 17 '23 06:08 keniji

Yep, this would be great to see!

codingcatgirl avatar Sep 11 '23 17:09 codingcatgirl

+1

antro31 avatar Oct 05 '23 06:10 antro31

+1, would lbe great to have this.

klingbing avatar Nov 02 '23 23:11 klingbing

@jcwillox +1 request for: please integrate PRESET handling if possible!

Tamas-Toth-ebola avatar Jun 10 '24 16:06 Tamas-Toth-ebola

@jcwillox +1

Adding in the changes from PR #52 worked

chuckie007 avatar Jul 20 '24 02:07 chuckie007

:tada: This issue has been resolved in version 0.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Jul 20 '24 07:07 github-actions[bot]