question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Thermostat Card does not show target temperature and operating mode (it does not change the color) with climate.nest

See original GitHub issue

Hi, I’ve a Nest thermostat configured in my Home Assistant. I configured the thermostat card as follows:

      - type: custom:thermostat-card
        title: Nest
        entity: climate.nest
        chevron_size: 100
        highlight_tap: true
        hvac:
          states:
            'Off': 'off'
            'Eco': 'eco'
            'Heating': 'heat'
          attribute: operation_mode

But the thermostat card does not show the target temperature. Furthermore when I increase or decrease the target temperature, by tapping on the widget, it starts always from 0 degrees.

Neither the operating mode is showed by changing color.

I’ve seen that the attributes of climate.nest are:

operation_list: off,heat,eco
away_mode: on
supported_features: 1153
max_temp: 32
friendly_name: Entryway (Termostato)
operation_mode: heat
current_temperature: 23.5
temperature: null
min_temp: 9

The other “attributes” are sensor or bynary_sensor like:

binary_sensor.entryway_thermostat_termostato_has_leaf
sensor.entryway_thermostat_termostato_target
sensor.entryway_thermostat_termostato_hvac_state

this is my widget when the nest is heating: image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
ciotlosmcommented, Oct 12, 2018

I will add it as an enhancement.

Sent with GitHawk

0reactions
hioctane61commented, Nov 24, 2019
cards:
  - type: 'custom:thermostat-card'
        title: Hallway
        entity: climate.hallway
        ambient_temperature: sensor.hallway_thermostat_temperature
        hvac:
          states:
            idle: 'off'
            heating: heat
          attribute: hvac_action
Read more comments on GitHub >

github_iconTop Results From Across the Web

Thermostat Card does not show target temperature ... - GitHub
Thermostat Card does not show target temperature and operating mode (it does not change the color) with climate.nest #206.
Read more >
Thermostat card works, but underlying service calls don't
My Thermostat lovelace card works fine, but manually calling climate services on the same entity does not work. Any ideas why that would...
Read more >
There is Better Thermostat for Home Assistant - YouTube
Best thermostat card ? Maybe, but Better for sure. Check this awesome HACS integration and also front-end card that will make your heating ......
Read more >
Nest thermostat's technical information - Google Support
Nest Thermostat only: your thermostat will list a device ID that's unique to your display. Serial no. Your thermostat's base has a unique...
Read more >
Google Nest Thermostat Cotton Snow - Target
Here are the steps you can follow to change the settings for your Nest Thermostat: - Open the Google Home app. - Tap...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found