BJ, en effet, il y a un log d’erreur :
Logger: homeassistant.components.freebox.config_flow
Source: components/freebox/config_flow.py:68
Integration: freebox (documentation, issues)
First occurred: 11:46:27 (15 occurrences)
Last logged: 13:35:44
Unknown error connecting with Freebox router at d44vv6yx.fbxos.fr
Traceback (most recent call last):
File « /usr/local/lib/python3.11/site-packages/aiohttp/connector.py », line 992, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/asyncio/base_events.py », line 1085, in create_connection
raise exceptions[0]
File « /usr/local/lib/python3.11/asyncio/base_events.py », line 1069, in create_connection
sock = await self._connect_sock(
^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/asyncio/base_events.py », line 973, in _connect_sock
await self.sock_connect(sock, address)
File « /usr/local/lib/python3.11/asyncio/selector_events.py », line 628, in sock_connect
return await fut
^^^^^^^^^
File « /usr/local/lib/python3.11/asyncio/selector_events.py », line 668, in _sock_connect_cb
raise OSError(err, f’Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed (‹ 88.166.38.12 ›, 55025)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File « /usr/src/homeassistant/homeassistant/components/freebox/config_flow.py », line 68, in async_step_link
await fbx.open(self._data[CONF_HOST], self._data[CONF_PORT])
File « /usr/local/lib/python3.11/site-packages/freebox_api/aiofreepybox.py », line 83, in open
self._access = await self._get_freebox_access(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/freebox_api/aiofreepybox.py », line 162, in _get_freebox_access
app_token, track_id = await self._get_app_token(base_url, app_desc, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/freebox_api/aiofreepybox.py », line 226, in _get_app_token
r = await self._session.post(url, data=data, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/aiohttp/client.py », line 574, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/aiohttp/connector.py », line 544, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/aiohttp/connector.py », line 911, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/aiohttp/connector.py », line 1235, in _create_direct_connection
raise last_exc
File « /usr/local/lib/python3.11/site-packages/aiohttp/connector.py », line 1204, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.11/site-packages/aiohttp/connector.py », line 1000, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host d44vv6yx.fbxos.fr:55025 ssl:default [Connect call failed (‹ 88.166.38.12 ›, 55025)]