Impossible d'installer la 2023.8.2

Mon problème

L’installation de la version 2023.8.2 ne se fait pas. Tout a l’air pourtant de bien se dérouler.
Je suis actuellement sous la version 2023.7.2 et lorsque je clique sur Installer, je n’ai aucun message d’erreur, mon HA redémarre et je reste sur la 2023.7.2

Si quelqu’un a une idée, je suis preneur.

Merci d’avance :slight_smile:

Ma configuration


System Information

version core-2023.7.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.11.4
os_name Linux
os_version 6.1.21-v8
arch aarch64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 5000
Installed Version 1.32.1
Stage running
Available Repositories 1330
Downloaded Repositories 5
HACS Data ok
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 10.4
update_channel stable
supervisor_version supervisor-2023.08.1
agent_version 1.5.1
docker_version 23.0.6
disk_total 109.3 GB
disk_used 16.7 GB
healthy true
supported true
board rpi4-64
supervisor_api ok
version_api ok
installed_addons Mosquitto broker (6.2.1), Zigbee2MQTT (1.32.2-1), TasmoAdmin (0.25.0), motionEye (0.19.1), Samba share (10.0.2), File editor (5.6.0), ESPHome (2023.8.0), AppDaemon (0.13.4), Terminal & SSH (9.7.1), Node-RED (14.4.5), Duck DNS (1.15.0)
Dashboards
dashboards 2
resources 1
views 14
mode storage
Recorder
oldest_recorder_run 15 août 2023 à 10:01
current_recorder_run 17 août 2023 à 15:29
estimated_db_size 696.54 MiB
database_engine sqlite
database_version 3.41.2

Comme on est pas devin :wink: il faut regarder les logs du host pour voir ce qu’il se passe ou pas quand tu lances la mise à jour ! Peux-tu en faire une copie ici stp ?

Ceux qui sont dans Paramètres / Système/ journaux ?

oui et plus particulièrement les journaux complets (tout en bas)

Je ne trouve rien au sujet de la maj mais je vous mets la copie ci-dessous :

2023-08-17 15:29:50.224 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-17 15:29:50.231 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration pollens which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-17 15:29:50.234 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-17 15:29:50.236 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration selve which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-17 15:29:59.818 WARNING (MainThread) [homeassistant.components.ssdp] Could not set up UPnP/SSDP server, as a presentation URL could not be determined; Please configure your internal URL in the Home Assistant general configuration
2023-08-17 15:30:22.738 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:03
2023-08-17 15:30:30.786 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-17 15:30:30.797 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-17 15:30:30.801 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-17 15:31:30.063 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: selve
2023-08-17 15:31:30.502 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-17 15:31:32.011 ERROR (MainThread) [homeassistant.components.cover] Error while setting up selve platform for cover
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 353, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/selve/cover.py", line 62, in async_setup_entry
    selve = Selve(serial_port, False, logger = _LOGGER)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 123, in __init__
    self._setup()
  File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 183, in _setup
    if self.pingGateway():
       ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 695, in pingGateway
    methodResponse = self.executeCommandSyncWithResponse(cmd)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 487, in executeCommandSyncWithResponse
    resp = self._executeCommandSyncWithResponse(command)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 511, in _executeCommandSyncWithResponse
    msg += response.decode()
           ^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfe in position 0: invalid start byte
2023-08-17 15:31:32.238 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
  on
{% else %}
   off
{% endif %}) renders=2>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1908, in forgiving_float_filter
    return float(value)
           ^^^^^^^^^^^^
ValueError: could not convert string to float: 'unknown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 563, in async_render
    render_result = _render_with_context(self.template, compiled, **kwargs)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2179, in _render_with_context
    return template.render(**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 1, in top-level template code
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1911, in forgiving_float_filter
    raise_no_default("float", value)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1609, in raise_no_default
    raise ValueError(
ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
  on
{% else %}
   off
{% endif %}' but no default was specified

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 684, in async_render_to_info
    render_info._result = self.async_render(variables, strict=strict, **kwargs)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 565, in async_render
    raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
  on
{% else %}
   off
{% endif %}' but no default was specified
2023-08-17 15:31:32.256 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
  on
{% else %}
   off
{% endif %}' but no default was specified') while processing template 'Template<template=({%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
  on
{% else %}
   off
{% endif %}) renders=4>' for attribute '_state' in entity 'binary_sensor.soleil_fenetre_est'
2023-08-17 15:31:32.271 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
  on
{% else %}
   off
{% endif %}) renders=2>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1908, in forgiving_float_filter
    return float(value)
           ^^^^^^^^^^^^
ValueError: could not convert string to float: 'unknown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 563, in async_render
    render_result = _render_with_context(self.template, compiled, **kwargs)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2179, in _render_with_context
    return template.render(**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 1, in top-level template code
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1911, in forgiving_float_filter
    raise_no_default("float", value)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1609, in raise_no_default
    raise ValueError(
ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
  on
{% else %}
   off
{% endif %}' but no default was specified

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 684, in async_render_to_info
    render_info._result = self.async_render(variables, strict=strict, **kwargs)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 565, in async_render
    raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
  on
{% else %}
   off
{% endif %}' but no default was specified
2023-08-17 15:31:32.296 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
  on
{% else %}
   off
{% endif %}' but no default was specified') while processing template 'Template<template=({%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
  on
{% else %}
   off
{% endif %}) renders=4>' for attribute '_state' in entity 'binary_sensor.soleil_fenetre_sud'
2023-08-17 15:31:42.804 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:03

Merci mais comme indiqué par @Pulpy-Luke il faut les journaux complets (tout en bas de la page Journaux) et je te suggérerais déja de corriger tous les soucis de ton HA car tu as visiblement un paquet de soucis sur des automations ou autres qui génèrent un paquet d’erreurs et qui pourraient expliquer que la mise à jour ne réussisse pas :wink:

Salut

Regarde dans le fichier « /config/home-assistant.log.1 » qui doit contenir les logs avant le reboot.

ok,merci pour votre aide. Je corrige tout ça,je retente et si toujours nok,je reviens vers vous.
:sweat_smile:

:+1: bon courage et si tu as des soucis pour résoudre certains de ces problèmes n’hésite pas (dans un fil de discussion séparé) :wink:

J’ai supprimé les erreurs (pas réussi tous les warnings) et je n’arrive toujours pas à mettre à jour.
Voici la copie des nouveaux logs

2023-08-18 13:49:25.976 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 13:49:25.979 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration pollens which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 13:49:25.982 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 13:49:25.984 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration selve which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 13:49:29.734 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2023-08-18 13:49:29.834 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=222 from 2023-08-18 09:37:08.365868)
2023-08-18 13:49:35.022 WARNING (MainThread) [homeassistant.components.ssdp] Could not set up UPnP/SSDP server, as a presentation URL could not be determined; Please configure your internal URL in the Home Assistant general configuration
2023-08-18 13:49:57.663 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 13:49:57.670 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Add-on' for motioneye integration not ready yet: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]; Retrying in background
2023-08-18 13:49:59.229 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 13:50:09.733 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 13:50:09.812 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 13:50:10.361 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform dlna_dmr is taking over 10 seconds.
2023-08-18 13:50:10.363 WARNING (MainThread) [homeassistant.components.device_tracker] Setup of device_tracker platform mobile_app is taking over 10 seconds.
2023-08-18 13:50:10.364 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform mobile_app is taking over 10 seconds.
2023-08-18 13:50:10.366 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform mobile_app is taking over 10 seconds.
2023-08-18 13:50:10.367 WARNING (MainThread) [homeassistant.components.device_tracker] Setup of device_tracker platform mobile_app is taking over 10 seconds.
2023-08-18 13:50:10.368 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform selve is taking over 10 seconds.
2023-08-18 13:50:10.477 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:11.003 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:11.531 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:12.060 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:12.583 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:13.107 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:13.632 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:14.160 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:14.688 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:15.223 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:15.756 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:16.290 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:16.819 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:17.355 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:17.892 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:18.424 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:18.954 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:19.484 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:20.012 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:20.547 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:21.079 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:21.611 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:22.138 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:22.671 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:23.207 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:23.739 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:24.267 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 13:50:24.880 WARNING (MainThread) [homeassistant.components.mqtt.client] No ACK from MQTT server in 10 seconds (mid: 1)
2023-08-18 13:50:28.064 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 13:50:38.584 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 13:50:58.985 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 13:51:39.415 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-18 13:51:39.420 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-18 13:51:39.425 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?

Rien qui évoque un problème lié à la maj…

Non rien en rapport avec les mises à jours, mais un souci de réseau (passerelle ou dns par ex )… Donc pas sur que tu puisses récupérer l’image HA au moment de la mise à jour, ça expliquerai le rollback à la version précédente

Je n’ai pas trouvé où renseigner cela. voici ce que j’ai dans network :

Désactive l’ip v6 et vérifie le reste: mode auto ou pas (si non adresse ip correcte), http ou https etc

J’ai donc renseigné ces URL via le fichier de conf yaml comme proposé ici (car même en désactivant IPV 6 comme conseillé par @Pulpy-Luke ,je n’ai pas ce menu dans l’UI.)

MAJ toujours impossible

2023-08-18 15:26:12.223 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 15:26:12.226 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration pollens which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 15:26:12.227 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 15:26:12.230 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration selve which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 15:26:15.959 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2023-08-18 15:26:16.047 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=226 from 2023-08-18 13:17:16.989818)
2023-08-18 15:26:42.749 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 15:26:42.753 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Add-on' for motioneye integration not ready yet: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]; Retrying in background
2023-08-18 15:26:44.417 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 15:26:54.921 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 15:26:54.998 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 15:26:55.525 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform dlna_dmr is taking over 10 seconds.
2023-08-18 15:26:55.526 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform selve is taking over 10 seconds.
2023-08-18 15:26:55.625 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:56.150 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:56.675 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:57.207 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:57.731 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:58.256 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:58.783 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:59.314 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:26:59.841 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:00.375 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:00.906 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:01.438 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:01.962 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:02.491 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:03.027 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:03.558 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:04.086 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:04.625 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:05.155 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:05.686 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:06.215 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:06.750 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:07.279 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:07.807 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:08.335 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:08.870 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:09.407 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 15:27:09.946 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform upnp is taking over 10 seconds.
2023-08-18 15:27:10.017 WARNING (MainThread) [homeassistant.components.mqtt.client] No ACK from MQTT server in 10 seconds (mid: 1)
2023-08-18 15:27:13.770 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 15:27:24.023 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 15:27:44.477 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]

il y a ça aussi

Et puis encore une série d’insultes sur les volets, sur l’upnp et le MQTT

Arrête HA complètement (et proprement. Débranche l’alim 1 min puis redémarre.

Pas bien mieux/pas bien pire…

2023-08-18 19:18:14.369 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:18:14.372 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration pollens which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:18:14.374 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:18:14.377 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration selve which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:18:44.142 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 19:18:44.149 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Add-on' for motioneye integration not ready yet: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]; Retrying in background
2023-08-18 19:18:46.435 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 19:18:56.938 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 19:18:57.015 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-18 19:18:57.569 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform dlna_dmr is taking over 10 seconds.
2023-08-18 19:18:57.571 WARNING (MainThread) [homeassistant.components.device_tracker] Setup of device_tracker platform mobile_app is taking over 10 seconds.
2023-08-18 19:18:57.572 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform mobile_app is taking over 10 seconds.
2023-08-18 19:18:57.574 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform mobile_app is taking over 10 seconds.
2023-08-18 19:18:57.575 WARNING (MainThread) [homeassistant.components.device_tracker] Setup of device_tracker platform mobile_app is taking over 10 seconds.
2023-08-18 19:18:57.576 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform selve is taking over 10 seconds.
2023-08-18 19:18:57.577 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform hacs is taking over 10 seconds.
2023-08-18 19:18:57.717 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:18:58.243 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:18:58.771 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:18:59.299 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:18:59.823 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:00.349 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:00.873 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:01.402 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:01.934 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:02.465 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:02.993 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:03.530 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:04.058 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:04.586 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:05.123 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:05.655 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:06.182 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:06.710 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:07.238 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:07.766 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:08.294 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:08.826 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:09.354 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:09.891 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:10.426 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:10.962 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:11.499 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 65: selve.discover()
2023-08-18 19:19:12.046 WARNING (MainThread) [homeassistant.components.update] Setup of update platform hacs is taking over 10 seconds.
2023-08-18 19:19:12.048 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform upnp is taking over 10 seconds.
2023-08-18 19:19:12.129 WARNING (MainThread) [homeassistant.components.mqtt.client] No ACK from MQTT server in 10 seconds (mid: 1)
2023-08-18 19:19:14.763 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 19:19:14.868 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
2023-08-18 19:19:24.915 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]
2023-08-18 19:19:45.214 WARNING (MainThread) [motioneye_client.client] Connection failed to motionEye: Cannot connect to host 127.0.0.1:28765 ssl:default [Connect call failed ('127.0.0.1', 28765)]

Je pense qu’il faut corriger les élements qui sont encore en erreur, c’est pas forcément lié à la maise à jour mais ça permettra d’y voir plus clair.
Par ailleurs, as-tu un log complet(avec tout tout tout, pas juste la fin) après avec redémarrage ?

J’ai envoyé tout le contenu du fichier config/home-assistant.log. Tu penses qu’il y a un autre endroit où je peux trouver des logs ?
En parallèle j’ai déposé une issue sur le github de l’intégration selve (qui fonctionne très bien soit dit en passant car gère très bien les % d’ouverture des VR).

50 lignes dont une grosse majorité d’erreurs, c’est pas hyper bavard. Perso sans les erreurs, je dois être déjà à ce niveau

Tu peux peut-être désactiver les volets, le temps de tester, parce que je ne sais pas si ça engendre d’autres effets, mais toutes les actions > 10s c’est pas normal

En redémarrant après avoir désactivé l’intégration selve, effectivement,le fichier de log est bien réduit :slight_smile:

2023-08-18 19:38:33.373 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:38:33.379 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration pollens which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:38:33.383 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-18 19:38:33.388 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration selve which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

Et la mise à jour est passée également :slight_smile: :slight_smile:
merci @Pulpy-Luke

Mais l’intégration Selve ne fonctionne plus et donc mes volets sont HS donc…obligé de faire un rollback vers la 7.2…