I can’t seem to figure this out; I have configured the nest component and climate, restarted, authenticated with Nest but nothing is showing up after that. I am hoping to find some sort of display like shown in:
Defines your nest thermostat.
Once auto discovered click on <> and searchf for your thermostat. It should be called something like climate.nest_name where nest_name is the name you gave your nest when you set it up the first time (on the nest itself, completely outside HA)
Thanks. I did get a configure box and I filled in the code but after that, it does not show up, also not in the <> climate.*
I assume that there is some sort of error connecting but I don’t know where I can find it.
you may want to start again then, something did not go according to plan. you’ll need to delete nest.conf from your config directory and you’ll need to delete the nest product from the Developer API project.
I just finished setting up my Nest Thermostats. I have (3):
Basement
Den
Upstairs
I was able to set up a view on my overview page and all three thermostat display just as I wanted them to. But across the top of my overview page I have 30 icon showing all of these states:
|binary_sensor.basement_thermostat_fan|off|friendly_name: Basement Thermostat fan|
|binary_sensor.basement_thermostat_has_leaf|off|friendly_name: Basement Thermostat has leaf|
|binary_sensor.basement_thermostat_is_locked|off|friendly_name: Basement Thermostat is locked|
|binary_sensor.basement_thermostat_is_using_emergency_heat|off|friendly_name:
Basement Thermostat is using emergency heat|
|binary_sensor.basement_thermostat_online|on|friendly_name: Basement Thermostat online|
|binary_sensor.den_thermostat_fan|off|friendly_name: Den Thermostat fan|
|binary_sensor.den_thermostat_has_leaf|off|friendly_name: Den Thermostat has leaf|
|binary_sensor.den_thermostat_is_locked|off|friendly_name: Den Thermostat is locked|
|binary_sensor.den_thermostat_is_using_emergency_heat|off|friendly_name:
Den Thermostat is using emergency heat|
|binary_sensor.den_thermostat_online|on|friendly_name: Den Thermostat online|
|binary_sensor.upstairs_thermostat_air_fan|on|friendly_name: Upstairs Thermostat (Air) fan|
|binary_sensor.upstairs_thermostat_air_has_leaf|off|friendly_name: Upstairs Thermostat (Air) has leaf|
|binary_sensor.upstairs_thermostat_air_is_locked|off|friendly_name: Upstairs Thermostat (Air) is locked|
|binary_sensor.upstairs_thermostat_air_is_using_emergency_heat|off|friendly_name:
Upstairs Thermostat (Air) is using emergency heat|
|binary_sensor.upstairs_thermostat_air_online|on|friendly_name: Upstairs Thermostat (Air) online|
How do I remove these states and only show the climate box?