I even reinstalle my Home Assistant, added some integrations ant then Netatmo. Still not working. Logs:
2022-01-22 20:41:02 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-22 20:41:02 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-22 20:41:02 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration tesla_custom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-22 20:49:15 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Home Assistant Cloud for netatmo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 313, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/netatmo/__init__.py", line 230, in async_setup_entry
await register_webhook(None)
File "/usr/src/homeassistant/homeassistant/components/netatmo/__init__.py", line 181, in register_webhook
webhook_url = hass.components.webhook.async_generate_url(
File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 69, in async_generate_url
get_url(hass, prefer_external=True, allow_cloud=False),
File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 116, in get_url
raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError
2022-01-22 20:49:15 WARNING (MainThread) [homeassistant.components.light] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-01-22 20:49:15 WARNING (MainThread) [homeassistant.components.select] Platform netatmo not ready yet: None; Retrying in background in 30 seconds
2022-01-22 20:49:15 ERROR (MainThread) [homeassistant.components.climate] Error while setting up netatmo platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/netatmo/climate.py", line 139, in async_setup_entry
await data_handler.register_data_class(
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 198, in register_data_class
await self.async_fetch_data(data_class_entry)
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 154, in async_fetch_data
await self.data[data_class_entry].async_update()
File "/usr/local/lib/python3.9/site-packages/pyatmo/climate.py", line 341, in async_update
self.process(raw_data)
File "/usr/local/lib/python3.9/site-packages/pyatmo/climate.py", line 299, in process
if self.home_id != raw_data["home"]["id"]:
KeyError: 'id'
2022-01-22 20:49:45 ERROR (MainThread) [homeassistant.components.select] Error while setting up netatmo platform for select
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/netatmo/select.py", line 52, in async_setup_entry
await data_handler.register_data_class(
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 198, in register_data_class
await self.async_fetch_data(data_class_entry)
File "/usr/src/homeassistant/homeassistant/components/netatmo/data_handler.py", line 154, in async_fetch_data
await self.data[data_class_entry].async_update()
File "/usr/local/lib/python3.9/site-packages/pyatmo/climate.py", line 341, in async_update
self.process(raw_data)
File "/usr/local/lib/python3.9/site-packages/pyatmo/climate.py", line 299, in process
if self.home_id != raw_data["home"]["id"]:
KeyError: 'id'
2022-01-22 20:50:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] sensor.gas_meter_gas_consumption has unit m³/h which is unsupported for device_class gas