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.