simple-thermostat icon indicating copy to clipboard operation
simple-thermostat copied to clipboard

Support presets for quickly setting some predefined desired temperatures + modes

Open nervetattoo opened this issue 5 years ago • 7 comments

Personally I often use a few specific temperatures that are normally handled by automations, say 23℃ in daytime and 16℃ at night. Having these as presets with buttons would make it easier to manually trigger such temperatures and would also be an easier way for people who haven't figured out automations.

It would also be great for things like heat pumps / AC where you can have both a heat and cool mode.

Config:

presets:
  - name: Daytime
     temperature: 23
     mode: heat
  - name: Night
     temperature: 16
  - name: Hot summer
     temperature: 20
     mode: cool

nervetattoo avatar Nov 22 '18 11:11 nervetattoo

I would add also the AWAY mode

Klagio avatar Dec 03 '18 20:12 Klagio

I'm not against some preset temperature buttons, but maybe that would be better done with a separate button card. But, I am definitely with @Klagio it would be very useful to have buttons to switch modes vs. just a drop down

jsblake avatar Dec 04 '18 15:12 jsblake

Will it be possible to implement this or allow to add custom scripts trigers like puttons to triger scripts like this:


'pranie_off':
  alias: Pranie OFF
  sequence:
  - data:
      entity_id: climate.man_cave
      temperature: 17
    service: climate.set_temperature

banolka avatar Mar 27 '19 11:03 banolka

With the 0.96 rework of climate homeassistant has moved functionality of my thermostat to presets. It would be great to see the presets able to be activated using buttons/icons similar to the current operation mode - it'd make the whole thing pretty seamless.

cooperaj avatar Aug 20 '19 10:08 cooperaj

I'm using the generic thermostat integration and I would love having the ability to define some presents that I can pick from using Your card. In my case, I'd like to have 3 presets for each thermostat to pick from: Day, Away, Night. I know that I can do the same thing with automation, but having this build-in would be helpful. @nervetattoo any news on this?

Misiu avatar Oct 29 '19 12:10 Misiu

ok folks. here is tricky question. I have generic thermostat setup with some thermometers and simple switches. I'd like to make some presets to this, but none of the optios I've found is working for me. How to define more presets except "away" only ?

branitelj91 avatar Mar 02 '20 07:03 branitelj91

`type: custom:simple-thermostat entity: climate.cubee_th123w_9602_thermostat sensors:

  • entity: sensor.min_sensor name: Терраса preset:
    • name: Дома icon: mdi:home temperature: 29 mode: home control: preset: 'off': name: 1 icon: mdi:power Home: name: Дома icon: mdi:home temperature: 29

      Away: name: Не дома icon: mdi:home-export-outline Smart: name: Авто icon: mdi:thermometer-lines Sleep: name: Сон icon: mdi:sleep temperature: 25 label: state: Режим layout: step: row mode: names: true icons: true headings: true step_size: '1' decimals: '0' ` I'm trying to adjust the set temperature manually, for the set modes. but I'm doing something wrong. tell me what I'm doing wrong

BiznessDronss avatar Jan 26 '22 14:01 BiznessDronss