Bonjour,
Je tourne sur HA depuis quelques mois. Mon système se développe petit à petit, mais aujourd’hui je constate que je n’arrive plus à faire la mise à jour du core. Le système lance la Maj, mais au bout d’un moment elle s’arrête, et au bout d’un moment le système reboot, puis me propose à nouveau la maj.
Je vous met ma config et mes logs
Ma configuration :
System Information
version | core-2024.8.3 |
---|---|
installation_type | Home Assistant OS |
dev | false |
hassio | true |
docker | true |
user | root |
virtualenv | false |
python_version | 3.12.4 |
os_name | Linux |
os_version | 6.6.31-haos-raspi |
arch | aarch64 |
timezone | Europe/Paris |
config_dir | /config |
Home Assistant Community Store
GitHub API | ok |
---|---|
GitHub Content | ok |
GitHub Web | ok |
HACS Data | ok |
GitHub API Calls Remaining | 4999 |
Installed Version | 2.0.1 |
Stage | running |
Available Repositories | 1444 |
Downloaded Repositories | 3 |
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 13.2 |
---|---|
update_channel | stable |
supervisor_version | supervisor-2024.10.2 |
agent_version | 1.6.0 |
docker_version | 27.2.0 |
disk_total | 13.5 GB |
disk_used | 7.0 GB |
healthy | true |
supported | true |
host_connectivity | true |
supervisor_connectivity | true |
ntp_synchronized | true |
virtualization | |
board | rpi3-64 |
supervisor_api | ok |
version_api | ok |
installed_addons | Matter Server (6.6.0), File editor (5.8.0), Linky (1.5.0), Home Assistant Google Drive Backup (0.112.1), Mosquitto broker (6.4.1), Zigbee2MQTT (1.40.2-1), Advanced SSH & Web Terminal (19.0.0) |
Dashboards
dashboards | 4 |
---|---|
resources | 0 |
views | 2 |
mode | storage |
Recorder
oldest_recorder_run | 12 octobre 2024 à 04:06 |
---|---|
current_recorder_run | 21 octobre 2024 à 18:46 |
estimated_db_size | 23.16 MiB |
database_engine | sqlite |
database_version | 3.45.3 |
Et voici les logs du core et du superviseur après la tentative :
2024-10-21 18:04:31.171 WARNING (SyncWorker_0) [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
2024-10-21 18:04:31.176 WARNING (SyncWorker_0) [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
2024-10-21 18:04:31.181 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration huesyncbox 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
2024-10-21 18:04:33.926 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2024-10-21 18:04:43.806 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2024-10-21 18:05:03.009 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=47 from 2024-10-20 14:16:39.043539)
2024-10-21 18:05:33.156 WARNING (MainThread) [homeassistant.components.netatmo] Webhook not registered - https and port 443 is required to register the webhook
2024-10-21 18:06:35.768 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:09:36.236 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:11:58.580 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547485284624] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 304, in async_install
await async_update_core(self.hass, version=version, backup=backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 57, in _wrapper
data = await funct(*argv, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 254, in async_update_core
return await hassio.send_command(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 599, in send_command
raise HassioAPIError(error.get(ATTR_MESSAGE))
homeassistant.components.hassio.handler.HassioAPIError: Another job is running for job group home_assistant_core
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2763, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2806, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 458, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 306, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core Another job is running for job group home_assistant_core
2024-10-21 18:13:52.875 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:13:58.010 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:14:28.011 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:14:58.014 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:15:18.541 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:15:18.544 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:15:18.546 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:15:18.547 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:15:18.548 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cebe7a76_hassio_google_drive_backup/changelog request
2024-10-21 18:15:18.549 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for cebe7a76_hassio_google_drive_backup:
2024-10-21 18:15:18.550 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_ssh/changelog request
2024-10-21 18:15:18.551 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for a0d7b954_ssh:
2024-10-21 18:15:18.552 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:15:18.555 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/45df7312_zigbee2mqtt/changelog request
2024-10-21 18:15:18.556 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for 45df7312_zigbee2mqtt:
2024-10-21 18:15:18.557 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cf6b56a3_linky/changelog request
2024-10-21 18:15:18.557 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for cf6b56a3_linky:
2024-10-21 18:15:18.558 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mosquitto/changelog request
2024-10-21 18:15:18.559 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for core_mosquitto:
2024-10-21 18:15:18.560 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_matter_server/changelog request
2024-10-21 18:15:18.560 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for core_matter_server:
2024-10-21 18:15:18.561 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_configurator/changelog request
2024-10-21 18:15:18.562 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for core_configurator:
2024-10-21 18:15:18.563 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:15:18.564 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:15:18.588 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
2024-10-21 18:15:29.537 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_ssh/info request
2024-10-21 18:15:29.538 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for a0d7b954_ssh:
2024-10-21 18:15:29.540 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/45df7312_zigbee2mqtt/info request
2024-10-21 18:15:29.541 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for 45df7312_zigbee2mqtt:
2024-10-21 18:15:29.543 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cf6b56a3_linky/info request
2024-10-21 18:15:29.544 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for cf6b56a3_linky:
2024-10-21 18:15:29.546 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cebe7a76_hassio_google_drive_backup/info request
2024-10-21 18:15:29.547 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for cebe7a76_hassio_google_drive_backup:
2024-10-21 18:15:29.549 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_matter_server/info request
2024-10-21 18:15:29.550 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for core_matter_server:
2024-10-21 18:15:29.551 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mosquitto/info request
2024-10-21 18:15:29.552 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for core_mosquitto:
2024-10-21 18:15:29.552 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_configurator/info request
2024-10-21 18:15:29.553 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for core_configurator:
2024-10-21 18:17:29.446 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:17:29.512 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:18:47.776 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:19:00.232 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:19:30.233 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:20:00.234 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:20:20.709 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for sensor.capteur_mouvement_entree_eclairement (<class 'homeassistant.components.hue.v2.sensor.HueLightLevelSensor'>) took 0.521 seconds. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+hue%22
2024-10-21 18:21:23.340 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547485284624] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 304, in async_install
await async_update_core(self.hass, version=version, backup=backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 57, in _wrapper
data = await funct(*argv, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 254, in async_update_core
return await hassio.send_command(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 599, in send_command
raise HassioAPIError(error.get(ATTR_MESSAGE))
homeassistant.components.hassio.handler.HassioAPIError: Another job is running for job group home_assistant_core
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2763, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2806, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 458, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 306, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core Another job is running for job group home_assistant_core
2024-10-21 18:23:03.957 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:24:23.531 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:24:44.232 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:25:32.871 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:25:47.229 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:25:53.503 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:25:53.505 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:25:53.507 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:25:53.514 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:25:53.533 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:25:53.536 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:25:53.539 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:25:55.961 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
2024-10-21 18:26:06.171 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:26:06.175 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:26:06.177 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:26:06.179 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:26:06.204 ERROR (MainThread) [homeassistant.components.hassio.coordinator] Error fetching hassio data: Error on Supervisor API:
2024-10-21 18:26:17.231 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:26:57.233 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:27:51.231 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:28:16.886 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:28:57.264 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:29:30.639 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:30:00.640 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:30:34.202 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:31:04.203 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:31:06.537 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:31:06.540 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:31:06.543 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:31:06.545 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:31:06.547 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:31:06.548 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:31:06.551 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
2024-10-21 18:31:44.206 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:32:59.322 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:33:22.724 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:33:57.978 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:34:27.978 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:35:15.723 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:36:42.003 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:36:56.642 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.rpi_power_status is taking over 10 seconds
2024-10-21 18:36:56.869 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:36:56.872 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:37:04.677 ERROR (MainThread) [paho.mqtt.client] failed to receive on socket: [Errno 104] Connection reset by peer
2024-10-21 18:37:04.814 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
2024-10-21 18:37:04.835 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:37:04.837 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:37:04.839 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:37:04.841 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:37:04.843 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
e[32m2024-10-21 18:02:58.953 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setupe[0m
e[32m2024-10-21 18:02:58.954 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-21 18:02:58.956 INFO (MainThread) [__main__] Running Supervisore[0m
e[32m2024-10-21 18:02:59.081 INFO (MainThread) [supervisor.os.manager] Rauc: slot B - activated slot kernel.1, marked slot kernel.1 as goode[0m
e[32m2024-10-21 18:02:59.129 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-onse[0m
e[32m2024-10-21 18:02:59.170 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-onse[0m
e[32m2024-10-21 18:02:59.395 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_core_mosquitto applicatione[0m
e[32m2024-10-21 18:03:18.650 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.4.1e[0m
e[32m2024-10-21 18:03:23.664 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 1 add-onse[0m
e[32m2024-10-21 18:03:24.978 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_core_matter_server applicatione[0m
e[32m2024-10-21 18:03:43.660 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-matter-server with version 6.6.0e[0m
e[32m2024-10-21 18:03:48.684 INFO (MainThread) [supervisor.core] Start Home Assistant Coree[0m
e[32m2024-10-21 18:03:48.762 INFO (SyncWorker_5) [supervisor.docker.manager] Starting homeassistante[0m
e[32m2024-10-21 18:03:56.045 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is readye[0m
e[32m2024-10-21 18:03:57.051 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_matter_servere[0m
e[32m2024-10-21 18:04:04.744 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtte[0m
e[32m2024-10-21 18:04:38.388 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[32m2024-10-21 18:04:38.406 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)e[0m
e[32m2024-10-21 18:05:04.901 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startupe[0m
e[32m2024-10-21 18:05:04.902 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-21 18:05:30.066 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt_adm'e[0m
e[32m2024-10-21 18:05:30.120 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cachee[0m
e[32m2024-10-21 18:05:35.772 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)e[0m
e[32m2024-10-21 18:05:35.773 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instancee[0m
e[32m2024-10-21 18:05:35.776 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 3 add-onse[0m
e[32m2024-10-21 18:05:37.437 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_cf6b56a3_linky applicatione[0m
e[32m2024-10-21 18:06:08.884 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/bokub/ha-linky-aarch64 with version 1.5.0e[0m
e[32m2024-10-21 18:06:10.678 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_cebe7a76_hassio_google_drive_backup applicatione[0m
e[32m2024-10-21 18:07:07.911 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/sabeechen/hassio-google-drive-backup-aarch64 with version 0.112.1e[0m
e[32m2024-10-21 18:07:09.325 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:07:51.373 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[32m2024-10-21 18:07:53.408 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initializee[0m
e[32m2024-10-21 18:07:53.748 INFO (MainThread) [supervisor.api.proxy] WebSocket access from cf6b56a3_linkye[0m
e[32m2024-10-21 18:07:53.862 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request runninge[0m
e[32m2024-10-21 18:07:56.170 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for cf6b56a3_linky closede[0m
e[32m2024-10-21 18:07:56.534 INFO (MainThread) [supervisor.misc.tasks] All core tasks are schedulede[0m
e[32m2024-10-21 18:07:56.545 INFO (MainThread) [supervisor.core] Supervisor is up and runninge[0m
e[32m2024-10-21 18:07:56.549 INFO (MainThread) [supervisor.host.info] Updating local host informatione[0m
e[32m2024-10-21 18:07:56.703 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.jsone[0m
e[32m2024-10-21 18:07:56.828 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state runninge[0m
e[32m2024-10-21 18:07:56.831 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/systeme[0m
e[32m2024-10-21 18:07:56.837 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/systeme[0m
e[32m2024-10-21 18:07:56.924 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addone[0m
e[32m2024-10-21 18:07:58.133 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/coree[0m
e[32m2024-10-21 18:07:58.139 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_servere[0m
e[32m2024-10-21 18:07:58.299 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_servere[0m
e[32m2024-10-21 18:07:58.357 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/systeme[0m
e[32m2024-10-21 18:07:58.361 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/systeme[0m
e[32m2024-10-21 18:07:58.378 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/systeme[0m
e[32m2024-10-21 18:07:58.382 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/systeme[0m
e[32m2024-10-21 18:07:58.389 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisore[0m
e[32m2024-10-21 18:07:58.768 INFO (MainThread) [supervisor.resolution.check] System checks completee[0m
e[32m2024-10-21 18:07:58.769 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state runninge[0m
e[32m2024-10-21 18:08:00.463 INFO (MainThread) [supervisor.host.services] Updating service informatione[0m
e[32m2024-10-21 18:08:00.529 INFO (MainThread) [supervisor.host.network] Updating local network informatione[0m
e[32m2024-10-21 18:08:01.509 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.526 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.547 INFO (MainThread) [supervisor.api.middleware.security] /mounts access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.565 INFO (MainThread) [supervisor.api.middleware.security] /addons access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.672 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.694 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.738 INFO (MainThread) [supervisor.api.middleware.security] /backups/c2197cfb/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.776 INFO (MainThread) [supervisor.api.middleware.security] /backups/307f4e44/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.815 INFO (MainThread) [supervisor.api.middleware.security] /backups/1c010b40/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.838 INFO (MainThread) [supervisor.api.middleware.security] /backups/447c6797/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:03.075 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio informatione[0m
e[32m2024-10-21 18:08:03.917 INFO (MainThread) [supervisor.host.manager] Host information reload completede[0m
e[32m2024-10-21 18:08:06.435 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-21 18:08:06.438 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state runninge[0m
e[32m2024-10-21 18:08:06.440 INFO (MainThread) [supervisor.resolution.fixup] System autofix completee[0m
e[33m2024-10-21 18:09:19.687 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:09:19.732 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:09:42.166 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[33m2024-10-21 18:10:43.006 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:10:43.033 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:11:05.942 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[33m2024-10-21 18:11:58.751 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:11:58.775 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:11:59.986 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2024.10.3e[0m
e[32m2024-10-21 18:11:59.994 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.8.3 to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.10.3e[0m
e[32m2024-10-21 18:11:59.996 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2024.10.3.e[0m
e[32m2024-10-21 18:13:53.769 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[33m2024-10-21 18:14:08.540 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!e[0m
e[32m2024-10-21 18:14:12.147 INFO (SyncWorker_0) [supervisor.docker.manager] Stopping hassio_observer applicatione[0m
e[32m2024-10-21 18:21:54.564 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_observer applicatione[0m
e[32m2024-10-21 18:21:55.998 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugine[0m
e[32m2024-10-21 18:23:06.553 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6e[0m
e[31m2024-10-21 18:26:02.802 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.e[0m
e[33m2024-10-21 18:26:19.539 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!e[0m
e[32m2024-10-21 18:26:31.304 INFO (SyncWorker_5) [supervisor.docker.manager] Stopping hassio_observer applicatione[0m
e[32m2024-10-21 18:28:27.188 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning hassio_observer applicatione[0m
e[33m2024-10-21 18:28:34.765 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:28:34.826 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:28:34.977 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugine[0m
e[32m2024-10-21 18:35:16.384 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[31m2024-10-21 18:35:52.787 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.e[0m
e[32m2024-10-21 18:37:03.151 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6e[0m
e[32m2024-10-21 18:37:03.325 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[32m2024-10-21 18:37:21.252 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt_adm'e[0m
e[32m2024-10-21 18:37:22.264 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt_adm'e[0m
J’ai déjà essayé une réinstallation avec restauration, mais le système downgrade à la même version que la sauvegarde (je ne sais pas si c’est normal ou pas)
D’avance merci pour votre aide