Thermostat Card does not show target temperature and operating mode (it does not change the color) with climate.nest
See original GitHub issueHi, 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:
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will add it as an enhancement.
Sent with GitHawk