nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️
MIT License
744 stars 112 forks source link

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

Open nervetattoo opened 5 years ago

nervetattoo commented 5 years ago

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
Klagio commented 5 years ago

I would add also the AWAY mode

jsblake commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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 commented 2 years ago

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