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

Support presets for quickly setting some predefined desired temperatures + modes #2

Open
nervetattoo opened this issue Nov 22, 2018 · 7 comments
Labels
enhancement New feature or request

Comments

@nervetattoo
Copy link
Owner

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 nervetattoo added the enhancement New feature or request label Nov 22, 2018
@Klagio
Copy link

Klagio commented Dec 3, 2018

I would add also the AWAY mode

@jsblake
Copy link

jsblake commented Dec 4, 2018

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

@banolka
Copy link

banolka commented Mar 27, 2019

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

@cooperaj
Copy link

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.

@Misiu
Copy link

Misiu commented Oct 29, 2019

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?

@branitelj91
Copy link

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 ?

@BiznessDronss
Copy link

`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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants