fineemb / lovelace-thermostat-card

Thermostat Lovelace card
Other
109 stars 27 forks source link

Dial not turning orange when heating #27

Closed danielbrunt57 closed 3 years ago

danielbrunt57 commented 3 years ago

I am using the new Nest Integration. The thermostat attributes are:

hvac_modes:
  - 'off'
  - heat
min_temp: 7
max_temp: 35
preset_modes:
  - none
  - eco
current_temperature: 21.6
temperature: 22
hvac_action: heating
preset_mode: none
friendly_name: Living Room
supported_features: 17

As you can see, hvac_action is reported as heating not heat. I think the code triggers an orange dial when hvac_action is heat. There is another thermostat-card project that allows you to map off, heat and cool to your thermostat's action states.

alexelite commented 3 years ago

I do not think this card is supposed to work the same way as the other card. This one turns the dial lines between the current temperature and the setpoint orange for heating, and blue for cooling.

danielbrunt57 commented 3 years ago

I'm using dark-thermostat now.