Netatmo Weather Not Updating

Hello everybody,

I am facing an issue with the recent update of HA to 2024.2.1. Below are the current Versions of my system.

  • Core2024.2.1
  • Supervisor2024.01.1
  • Operating System11.5
  • Frontend20240207.1

Prior the upgrade I had the Client ID and Secret in configuration.yaml file and it was working fine. I was forced to change this as it was reported that it is no longer supported. I deleted the Netatmo Device from HA and configured it again using this time the application credentials. Since then I get updates for the sensors ie. Temp, Hum. etc for the first 10 mins or so, from loading the integration and after that nothing is updated. I checked the logs and I find the below,

Logger: homeassistant
Source: components/netatmo/data_handler.py:234
First occurred: 13 February 2024 at 14:31:20 (1529 occurrences)
Last logged: 16:26:14

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 190, in async_update
    error = await self.async_fetch_data(publisher)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 234, in async_fetch_data
    await getattr(self.account, self.publisher[signal_name].method)(
  File "/usr/local/lib/python3.12/site-packages/pyatmo/account.py", line 70, in async_update_topology
    self.process_topology()
  File "/usr/local/lib/python3.12/site-packages/pyatmo/account.py", line 56, in process_topology
    self.homes[home_id].update_topology(home)
  File "/usr/local/lib/python3.12/site-packages/pyatmo/home.py", line 116, in update_topology
    self.rooms[room_id].update_topology(room)
  File "/usr/local/lib/python3.12/site-packages/pyatmo/room.py", line 62, in update_topology
    self.name = raw_data["name"]
                ~~~~~~~~^^^^^^^^
KeyError: 'name'

Any ideas on what is wrong?

Thank you very much for your help.

Anyone? Any thoughts ideas, suggestions?

I have tried nabu case as well as everything else I could think of. There must be an error with the integration. If I reload Netatmo everything works for 30-40 mins and after that I experience the same error. I dont know what else to do besides reinstalling everything from scratch (I will loose all my stats) or ditch HA altogether…