[Actu] 2025.8 : L'été de l'IA

Je viens de publier la traduction de la nouvelle release de Home Assistant sur notre portail. :fire:

Venez la découvrir dès maintenant !

Merci pour vos commentaires et retours. :blush:

Bonne lecture !

19 « J'aime »

Bonjour

est-ce qu’il y a des personnes qui utilise l’IA?

Merci

Pour faire quel type d’action ?

Perso, je n’en vois pas l’utilité et c’est pas bon pour la planète :wink:

2 « J'aime »

Bonjour à tous,

Avec la mise à jour, j’ai un souci avec le flux rtsp de ma camer via go2rtc et ngrok.

Ci dessous les logs

Si quelqu’un a une idée

Enregistreur: aiohttp.server
Source: /usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py:481
S’est produit pour la première fois: 00:03:42 (4 occurrences)
Dernier enregistrement: 00:03:50

Error handling request from 172.30.33.1
Traceback (most recent call last):
File « /usr/local/lib/python3.13/site-packages/go2rtc_client/exceptions.py », line 56, in _func
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.13/site-packages/go2rtc_client/rest.py », line 185, in get_jpeg_snapshot
resp = await self._client.request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
« GET », f"{_API_PREFIX}/frame.jpeg", params=params
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File « /usr/local/lib/python3.13/site-packages/go2rtc_client/rest.py », line 67, in request
resp.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~^^
File « /usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py », line 629, in raise_for_status
raise ClientResponseError(
…<5 lines>…
)
aiohttp.client_exceptions.ClientResponseError: 500, message=‹ Internal Server Error ›, url=‹ http//localhost:11984/api/frame.jpeg?src=camera.192

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File « /usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py », line 510, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.13/site-packages/aiohttp/web_app.py », line 569, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/local/lib/python3.13/site-packages/aiohttp/web_middlewares.py », line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/http/security_filter.py », line 92, in security_filter_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/http/forwarded.py », line 210, in forwarded_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/http/request_context.py », line 26, in request_context_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/http/ban.py », line 86, in ban_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/http/auth.py », line 242, in auth_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/http/headers.py », line 41, in headers_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/helpers/http.py », line 73, in handle
result = await handler(request, **request.match_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/camera/init.py », line 831, in get
return await self.handle(request, camera)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/camera/init.py », line 849, in handle
image = await _async_get_image(
^^^^^^^^^^^^^^^^^^^^^^^
…<4 lines>…
)
^
File « /usr/src/homeassistant/homeassistant/components/camera/init.py », line 196, in _async_get_image
await _async_get_stream_image(
camera, width=width, height=height, wait_for_next_keyframe=False
)
File « /usr/src/homeassistant/homeassistant/components/camera/init.py », line 244, in _async_get_stream_image
image := await provider.async_get_image(camera, width=width, height=height)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File « /usr/src/homeassistant/homeassistant/components/go2rtc/init.py », line 299, in async_get_image
return await self._rest_client.get_jpeg_snapshot(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
camera.entity_id, width, height
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File « /usr/local/lib/python3.13/site-packages/go2rtc_client/exceptions.py », line 66, in _func
raise Go2RtcClientError from exc
go2rtc_client.exceptions.Go2RtcClientError

Hello,

Je vois cette erreur :

aiohttp.client_exceptions.ClientResponseError: 500, message=‹ Internal Server Error ›, url=‹ http//localhost:11984/api/frame.jpeg?src=camera.192

Ce qui veut dire qu’il n’y a pas de réponse sur le port 11984 (Qui est le port go2rtc il me semble)

Probablement que go2rtc ne tourne pas

J’ai contrôlé le module complémentaire est bien démarré et il ne remonte pas d’erreur dans ses logs