ciotlosm / lovelace-thermostat-dark-card

🌡 Thermostat card with a round and black feel to it
MIT License
733 stars 187 forks source link

Toggle state #269

Open kimme1024 opened 3 years ago

kimme1024 commented 3 years ago

Is your feature request related to a problem? Please describe. As I'm using my thermostats manually from time to time, I toggle between heat and off. Somehow I can't find out how to get this option in this card.

Describe the solution you'd like I'd like to be able to toggle between heat and off via this card. It might also just be me who's overlooking something stupid... If so, feel free to make fun of it while giving me the solution ;)

Describe alternatives you've considered /

Additional context yaml:

type: 'custom:thermostat-dark-card'
entity: climate.lyric_c4dc2a
name: Woonkamer
step: '0.5'
chevron_size: '50'
hvac:
  states:
    'Off': 'off'
    Heating: heat
ambient_temperature: sensor.woonkamer_temperatuur
pending: '3'
idle_zone: '2'
highlight_tap: false
fribse commented 3 years ago

I'm trying to figure this out as well. I love the card's layout, very simple and square, perfect for a cellphone interface. Our thermostats are shown like this in the developmenttools: image So I tried to make this config:

type: 'custom:thermostat-dark-card'
step: '0.5'
chevron_size: '50'
pending: '3'
idle_zone: '2'
entity: climate.thermostat_kitchen
hvac:
  states:
    'off': 'off'
    auto: auto
    heat: heat
  attribute: state

In the hopes it would show the state, but no, no state showing.

carvan commented 3 years ago

Same here. I really like this card but I don't see any way to toggle the climate on and off as well as switch from schedule to manual. This is the main reason why I'm not currently using it.

iSteeb commented 3 years ago

Adding to this thread, card is somewhat useless without this ability :(