You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having problems with the fritz integration, it worked for a long time without problems, suddenly this error came out and it no longer allows me to integrate the fritz 6890, I haven't changed any settings in the router and in homeassistant, the integration works correctly with other Fritzes present in other homes, I tried to restart the router several times, disable and re-enable UPNP and TR-064 without success.
In the router events I read:
Access by an app with unknown registration name from IP address [IP address] failed.
The login details are correct and I have tried several times, I also created a new user but the same error always comes out, how can I resolve it?
What version of Home Assistant Core has the issue?
2024.11.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
FritzBoxTools
Link to integration documentation on our website
No response
Diagnostics information
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 269, in async_step_user
if not (error := await self.async_fritz_tools_init()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 79, in async_fritz_tools_init
return await self.hass.async_add_executor_job(self.fritz_tools_init)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 102, in fritz_tools_init
self._model = connection.call_action("DeviceInfo:1", "GetInfo")["NewModelName"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/fritzconnection.py", line 456, in call_action
return self.soaper.execute(service, action_name, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 286, in execute
return handle_response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 268, in handle_response
raise_fritzconnection_error(response)
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 191, in raise_fritzconnection_error
raise exception(message)
fritzconnection.core.exceptions.FritzInternalError: UPnPError:
errorCode: 820
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
The problem
Hi, I'm having problems with the fritz integration, it worked for a long time without problems, suddenly this error came out and it no longer allows me to integrate the fritz 6890, I haven't changed any settings in the router and in homeassistant, the integration works correctly with other Fritzes present in other homes, I tried to restart the router several times, disable and re-enable UPNP and TR-064 without success.
In the router events I read:
Access by an app with unknown registration name from IP address [IP address] failed.
The login details are correct and I have tried several times, I also created a new user but the same error always comes out, how can I resolve it?
What version of Home Assistant Core has the issue?
2024.11.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
FritzBoxTools
Link to integration documentation on our website
No response
Diagnostics information
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 269, in async_step_user
if not (error := await self.async_fritz_tools_init()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 79, in async_fritz_tools_init
return await self.hass.async_add_executor_job(self.fritz_tools_init)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 102, in fritz_tools_init
self._model = connection.call_action("DeviceInfo:1", "GetInfo")["NewModelName"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/fritzconnection.py", line 456, in call_action
return self.soaper.execute(service, action_name, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 286, in execute
return handle_response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 268, in handle_response
raise_fritzconnection_error(response)
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 191, in raise_fritzconnection_error
raise exception(message)
fritzconnection.core.exceptions.FritzInternalError: UPnPError:
errorCode: 820
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: