Home Assistant 2022.9.7
Supervisor 2022.10.0
Operating System 9.0
Everything worked fine until yesterday. I haven’t made any updates to Home Assistant or changed anything on my LAN.
Reinstalling the integration didn’t do anything - same Error.
Logger: homeassistant.config_entries
Source: components/wolflink/__init__.py:129
First occurred: 13. Oktober 2022 um 18:53:06 (1 occurrences)
Last logged: 13. Oktober 2022 um 18:53:06
Error setting up entry WolfOS for wolflink
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 357, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py", line 46, in async_setup_entry
parameters = await fetch_parameters_init(wolf_client, gateway_id, device_id)
File "/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py", line 136, in fetch_parameters_init
return await fetch_parameters(client, gateway_id, device_id)
File "/usr/src/homeassistant/homeassistant/components/wolflink/__init__.py", line 129, in fetch_parameters
fetched_parameters = await client.fetch_parameters(gateway_id, device_id)
File "/usr/local/lib/python3.10/site-packages/wolf_smartset/wolf_client.py", line 97, in fetch_parameters
tab_views = desc[MENU_ITEMS][0][TAB_VIEWS]
KeyError: 'MenuItems'
As I can see from the Wolf SmartSet app, there is a connection to the Wolf cloud.
And I can’t find open issues for this error. Edit: Error setting up entry Wolf for wolflink · Issue #73317 · home-assistant/core · GitHub
Any ideas?
Update: Problem solved
Login Wolf Portal (Cloud) → Remove the heating system there → Add the heating system there again (a password with numbers, letters and lower and upper case is now required) → Reinstall the Wolf integration → Working again