Hi all,
I tonight I relized my HA wasn’t able anymore to see devices connected to my network. I was using a version from february (2021) using old device-tracker platform fritz.
So I decided to upgrade to the latest 2021.6.6 docker container and to use the newerAVM Fritz!box Tools integration.
but when I try to configure it I get the following error:
I obviously used the new fritz user with the password (I’m running on 7.27) but I really cannot login.
From the log I get:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/fritz/config_flow.py", line 71, in fritz_tools_init
await self.fritz_tools.async_setup()
File "/usr/src/homeassistant/homeassistant/components/fritz/common.py", line 82, in async_setup
return await self.hass.async_add_executor_job(self.setup)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/fritz/common.py", line 86, in setup
self.connection = FritzConnection(
File "/usr/local/lib/python3.8/site-packages/fritzconnection/core/fritzconnection.py", line 126, in __init__
self.device_manager.add_description(source)
File "/usr/local/lib/python3.8/site-packages/fritzconnection/core/devices.py", line 75, in add_description
root = get_xml_root(source, timeout=self.timeout, session=self.session)
File "/usr/local/lib/python3.8/site-packages/fritzconnection/core/utils.py", line 56, in get_xml_root
source = get_content_from(source, timeout=timeout, session=session)
File "/usr/local/lib/python3.8/site-packages/fritzconnection/core/utils.py", line 38, in get_content_from
with session.get(url, timeout=timeout) as response:
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1xy.zz.', port=49000): Max retries exceeded with url: /igddesc.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f14badbaeb0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))
Do you have any clue?
Thx