Thanks.
Regarding disk space: no problem, 20% usage, I only installed my instance a couple of weeks ago.
Regarding logs, I realize I hadn’t found the whole logs, just what I could see in the terminal.
Using the Web interface, I now have access to all.
In the logs, I can see these selected errors:
[2025-12-28 13:59:35.257 ERROR (MainThread) [homeassistant.components.update] Platform hassio does not generate unique IDs. ID home_assistant_core_version_latest already exists - ignoring update.home_assistant_core_update
…
e[31m2025-12-28 15:11:14.304 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons/core_duckdns/restart - Add-on core_duckdns has invalid options: Missing required option 'domains' in Duck DNS (core_duckdns). Got {'domains': [None], 'token': None, 'aliases': [], 'lets_encrypt': {'accept_terms': False, 'algo': 'secp384r1', 'certfile': 'fullchain.pem', 'keyfile': 'privkey.pem'}, 'seconds': 300}e[0m
e[31m2025-12-28 15:20:29.800 ERROR (MainThread) [frontend.js.modern.202512033] Uncaught error from Chrome WebView xx.xx.xx.xx on Android 16
Script error.
null
@:0:0e[0m
e[31m2025-12-28 15:30:29.784 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1462, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1510, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 493, in _async_handle_step
result: _FlowResultT = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/freebox/config_flow.py", line 106, in async_step_zeroconf
host = zeroconf_properties["api_domain"]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'api_domain'e[0m
e[31m2025-12-28 15:30:29.794 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1462, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1510, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 493, in _async_handle_step
result: _FlowResultT = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/freebox/config_flow.py", line 106, in async_step_zeroconf
host = zeroconf_properties["api_domain"]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'api_domain'e[0m
The issue is that I’m almost certain I did the (failed?) update on 30th, not on 28th.
On 30th, the only log is:
s6-rc: info: service legacy-services: stopping
[21:57:40] INFO: e[32mHome Assistant Core finish process exit code 0e[0m
[21:57:40] INFO: e[32mHome Assistant Core service shutdowne[0m
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
e[31m2025-12-30 22:59:27.872 ERROR (MainThread) [homeassistant.components.netatmo] Error during webhook registration - 429 - - Maximum api usage reached (26) when accessing 'https://api.netatmo.com/api/addwebhook'e[0m
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
In the supervisor logs, I only find error on 28th December (it might be the day when I added a remote SSL access via DuckDNS + NGINX)
e[33m2025-12-28 14:35:28.993 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon NGINX Home Assistant SSL proxy is failed, restarting...e[0m
e[32m2025-12-28 14:35:29.009 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_core_nginx_proxy applicatione[0m
e[32m2025-12-28 14:35:29.725 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-nginx_proxy with version 3.14.0e[0m
e[32m2025-12-28 14:35:29.982 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from core_nginx_proxye[0m
e[31m2025-12-28 14:35:34.385 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-483855' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1626> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/addons/addon.py", line 1640, in watchdog_container
await self._restart_after_problem(event.state)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 287, in wrapper
if not await self._handle_throttling(group_name):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 552, in _handle_throttling
raise on_condition(
f"Rate limit exceeded, more than {self.throttle_max_calls} calls in {self.throttle_period(group_name)}",
)
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00e[0m
e[33m2025-12-28 14:35:40.911 WARNING (MainThread) [supervisor.addons.addon] Add-on core_nginx_proxy is not runninge[0m
e[33m2025-12-28 14:35:42.738 WARNING (MainThread) [supervisor.addons.addon] Add-on core_nginx_proxy is not runninge[0m
e[32m2025-12-28 14:39:15.343 INFO (SyncWorker_2) [supervisor.docker.manager] Stopping addon_core_duckdns applicatione[0m
e[32m2025-12-28 14:39:18.951 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_core_duckdns applicatione[0m