Nest V3 Thermostat only shows ETA and Away mode

Hi all,

I am trying to configure my NEST thermostat and run into some issues. There is already a topic similar to this one (Configuring nest so it show up in Overview), but the solution does not work for me.

I have a NEST V3 opentherm thermostat (exactly this one) that, when configured in hassio only has the parameters ETA, ETA-cancel and Away Mode enabled. I expect to be able to read/set a.o the temperature from it as well. I followed the installation instructions here to install the Nest several times over. I used both a manual approach AND the automatic integration option in Configuration > Integrations.

Observations

  • I did read something about a European version supporting less functionality, but I tracked this down to another type of Nest thermostat.
  • According to the Nest configuration manual I need to set up a Product, instead I set up an oAuth client, since the rest of the description appears to fit the process well I assume the name on the nest page was changed.
  • After creation there is no nest.conf file generated. I have seen this mentioned in several other threads.
  • The Home Assistant log shows no errors regarding this setup.

I did the following relevant configuration:

configuration.yml

nest:
  client_id: xxxxxxx-xxxx-xxxxxxxx-xxx-xxxxx
  client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxx
climate:
  platform: nest

*the climate key I added recently following a suggestion in another post, but without luck

oAuth client configuration


Integrations
Selection_209

I must have missed something but I cannot figure out what it is. I hope someone can point me in the right direction.

Thanks in advance.