This was working in the past and I saw that there were issues with a recent FW update to the Tahoma box which broke the integration. So, I held off on the update. Then I saw what I believed were messages that the integrations works with Tahome FW 2024.6.5-13. So… I updated my Tahoma. The integration stopped working so I deleted and re-installed. Now any configuration that I try results in an error and I cannot complete the setup. I have tried to connect via the hostname as well as the direct IP (and using the name/pass that I use in the Tahoma app). The UI reports “Unexpected error” and the error in the log reports the following:
Logger: homeassistant.components.overkiz
Source: components/overkiz/config_flow.py:220
integration: Overkiz (documentation, issues)
First occurred: 11:18:55 AM (7 occurrences)
Last logged: 11:44:52 AM
Unknown error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/overkiz/config_flow.py”, line 220, in async_step_local
user_input = await self.async_validate_input(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/overkiz/config_flow.py”, line 65, in async_validate_input
await client.login(register_event_listener=False)
File “/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py”, line 246, in login
response = await self.__post(“login”, data=payload)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py”, line 941, in __post
await self.check_response(response)
File “/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py”, line 1058, in check_response
raise OverkizException(result)
pyoverkiz.exceptions.OverkizException: {‘errorCode’: ‘AUTHENTICATION_ERROR’, ‘error’: ‘An API key is required to access this setup’}