Bonjour
Est ce que l’intégration Renault fonctionne de votre coté ? ca fonctionne plus depuis hier de mon coté
Logger: homeassistant.config_entries
Source: components/renault/coordinator.py:55
First occurred: 08:03:42 (3 occurrences)
Last logged: 11:14:43
Error setting up entry Renault for renault
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 388, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/renault/__init__.py", line 30, in async_setup_entry
await renault_hub.async_initialise(config_entry)
File "/usr/src/homeassistant/homeassistant/components/renault/renault_hub.py", line 62, in async_initialise
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/components/renault/renault_hub.py", line 93, in async_initialise_vehicle
await vehicle.async_initialise()
File "/usr/src/homeassistant/homeassistant/components/renault/renault_vehicle.py", line 116, in async_initialise
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/components/renault/coordinator.py", line 78, in async_config_entry_first_refresh
await self._async_refresh(log_failures=False, raise_on_auth_failed=True)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 283, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/renault/coordinator.py", line 55, in _async_update_data
return await self.update_method()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/renault_api/renault_vehicle.py", line 131, in get_battery_status
response = await self.session.get_vehicle_data(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/renault_api/renault_session.py", line 221, in get_vehicle_data
return await kamereon.get_vehicle_data(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/renault_api/kamereon/__init__.py", line 305, in get_vehicle_data
await request(
File "/usr/local/lib/python3.11/site-packages/renault_api/kamereon/__init__.py", line 123, in request
async with websession.request(
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1141, in __aenter__
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 560, in _request
await resp.start(conn)
File "/usr/local/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 899, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/streams.py", line 616, in read
await self._waiter
asyncio.exceptions.CancelledError: aiohttp connection lost
Loïc