Addons not accessible or starting after move to SSD Boot and restore from backup

Hi everyone,

I have restored my HA Backup while switching over to booting from SSD. Everything worked so far. However, certain Addons won’t start or can’t be installed:

  • studio code server
  • Samba Backup
  • Zigbee2Mqtt
  • Mosquitto Broker is running according to HA but not even installed according to the add on store. And also can’t be installed.

I’m at a loss. The supervisor log can be seen below. I really hope someone has an idea.


future: <Task finished name='Task-2356' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1069> exception=AddonsJobError('Rate limit exceeded, more then 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1083, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 255, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more then 10 calls in 0:30:00
23-09-14 20:27:20 ERROR (MainThread) [supervisor.api.ingress] Stream error with http://172.30.33.2:1337/stable-2ccd690cbff1569e4a83d7c43d45101f817401dc/static/out/vs/workbench/workbench.web.main.js: Cannot write to closing transport
23-09-14 20:27:22 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping addon_a0d7b954_vscode application
23-09-14 20:27:27 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_a0d7b954_vscode application
23-09-14 20:27:34 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/aarch64 with version 5.10.2
23-09-14 20:28:22 ERROR (MainThread) [supervisor.api.ingress] Stream error with http://172.30.33.2:1337/stable-2ccd690cbff1569e4a83d7c43d45101f817401dc/static/out/vs/workbench/workbench.web.main.js: Cannot write to closing transport
23-09-14 20:28:24 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping addon_a0d7b954_vscode application
23-09-14 20:28:29 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_a0d7b954_vscode application
23-09-14 20:28:29 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Studio Code Server is stopped, restarting...
23-09-14 20:28:29 ERROR (MainThread) [supervisor.addons.addon] Watchdog restart of addon Studio Code Server failed!
23-09-14 20:28:29 INFO (SyncWorker_3) [supervisor.docker.manager] Removing image ghcr.io/hassio-addons/vscode/aarch64 with latest
23-09-14 20:28:29 INFO (SyncWorker_3) [supervisor.docker.manager] Removing image ghcr.io/hassio-addons/vscode/aarch64 with 5.10.2
23-09-14 20:28:37 INFO (MainThread) [supervisor.addons.addon] Removing add-on data folder /data/addons/data/a0d7b954_vscode
23-09-14 20:28:37 INFO (MainThread) [supervisor.ingress] Update Ingress as panel for a0d7b954_vscode
23-09-14 20:28:38 INFO (MainThread) [supervisor.addons] Add-on 'a0d7b954_vscode' successfully removed
23-09-14 20:28:48 INFO (MainThread) [supervisor.addons] Creating Home Assistant add-on data folder /data/addons/data/a0d7b954_vscode
23-09-14 20:28:48 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/vscode/aarch64 with tag 5.10.2.
23-09-14 20:30:43 INFO (MainThread) [supervisor.addons] Add-on 'a0d7b954_vscode' successfully installed
23-09-14 20:34:13 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.3.1.
23-09-14 20:35:28 ERROR (MainThread) [supervisor.docker.interface] Can't install homeassistant/aarch64-addon-mosquitto:6.3.1: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=6.3.1&fromImage=homeassistant%2Faarch64-addon-mosquitto&platform=linux%2Farm64: Internal Server Error ("error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"")
23-09-14 20:38:49 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.3.1.
23-09-14 20:39:35 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 9.7.1
23-09-14 20:39:39 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.2:8099 ssl:default [Connect call failed ('172.30.33.2', 8099)]
23-09-14 20:39:43 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_ssh
23-09-14 20:39:43 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_ssh
23-09-14 20:39:43 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_ssh
23-09-14 20:39:43 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from core_ssh
23-09-14 20:39:57 ERROR (MainThread) [supervisor.docker.interface] Can't install homeassistant/aarch64-addon-mosquitto:6.3.1: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=6.3.1&fromImage=homeassistant%2Faarch64-addon-mosquitto&platform=linux%2Farm64: Internal Server Error ("error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"")
23-09-14 20:43:19 INFO (SyncWorker_3) [supervisor.docker.manager] Stopping addon_core_ssh application
23-09-14 20:43:25 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_core_ssh application
23-09-14 20:43:27 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 9.7.1
23-09-14 20:45:12 INFO (MainThread) [supervisor.host.network] Updating local network information
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/thomasmauerer/hassio-addons repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/resoai/TileBoard-addon repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/snowzach/hassio-addons repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/allenporter/stream-addons repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-09-14 20:45:20 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-09-14 20:45:24 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-09-14 20:45:25 INFO (SyncWorker_6) [supervisor.docker.manager] Restarting homeassistant
23-09-14 20:45:26 INFO (MainThread) [supervisor.store] Loading add-ons from store: 84 all - 0 new - 0 remove
23-09-14 20:45:26 INFO (MainThread) [supervisor.store] Loading add-ons from store: 84 all - 0 new - 0 remove
23-09-14 20:45:39 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-09-14 20:45:45 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-09-14 20:45:46 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-09-14 20:45:49 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/thomasmauerer/hassio-addons repository
23-09-14 20:45:49 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
23-09-14 20:45:49 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/resoai/TileBoard-addon repository
23-09-14 20:45:49 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/snowzach/hassio-addons repository
23-09-14 20:45:50 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/allenporter/stream-addons repository
23-09-14 20:45:50 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-09-14 20:45:50 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-09-14 20:45:50 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-09-14 20:45:53 WARNING (MainThread) [supervisor.misc.tasks] Watchdog miss API response from Home Assistant
23-09-14 20:45:56 INFO (MainThread) [supervisor.store] Loading add-ons from store: 84 all - 0 new - 0 remove
23-09-14 20:45:56 INFO (MainThread) [supervisor.store] Loading add-ons from store: 84 all - 0 new - 0 remove
23-09-14 20:46:16 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
23-09-14 20:46:41 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/aarch64 with version 5.10.2
23-09-14 20:47:14 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping addon_a0d7b954_vscode application
23-09-14 20:47:19 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_a0d7b954_vscode application
23-09-14 20:47:24 INFO (SyncWorker_5) [supervisor.docker.manager] Removing image ghcr.io/hassio-addons/vscode/aarch64 with latest
23-09-14 20:47:24 INFO (SyncWorker_5) [supervisor.docker.manager] Removing image ghcr.io/hassio-addons/vscode/aarch64 with 5.10.2
23-09-14 20:47:28 INFO (MainThread) [supervisor.addons.addon] Removing add-on data folder /data/addons/data/a0d7b954_vscode
23-09-14 20:47:28 INFO (MainThread) [supervisor.addons] Add-on 'a0d7b954_vscode' successfully removed
23-09-14 20:47:33 INFO (MainThread) [supervisor.addons] Creating Home Assistant add-on data folder /data/addons/data/a0d7b954_vscode
23-09-14 20:47:33 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/hassio-addons/vscode/aarch64 with tag 5.10.2.
23-09-14 20:49:33 INFO (MainThread) [supervisor.addons] Add-on 'a0d7b954_vscode' successfully installed
23-09-14 20:51:53 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-09-14 20:54:36 ERROR (SyncWorker_1) [supervisor.docker.manager] Image thomasmauerer/samba-backup-aarch64:5.2.0 does not exist for addon_15d21743_samba_backup
23-09-14 20:54:57 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping addon_core_ssh application
23-09-14 20:55:02 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_core_ssh application
23-09-14 20:55:12 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-14 20:55:15 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-14 20:55:29 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-14 20:55:29 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-14 20:55:32 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-14 20:55:46 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.3.1.
23-09-14 20:55:46 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-14 20:55:46 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-14 20:55:49 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-14 20:56:03 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-14 20:56:03 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-14 20:56:06 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-14 20:56:20 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-14 20:56:20 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-14 20:56:23 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1

Maybe this has something to do with the moving from SD card to SSD?

Thank you!

Hey @orange-assistant

I rebooted the Pi twice already (via system, hardware and the in the upper right corner). Unfortunately this did not help.

Maybe try a cold boot? So just plain shutdown, remove the power cord, wait a little and try your luck again :crossed_fingers:

It helped at least for the SSH Addon. However, I can’t download any Addon at all. This is the message when downloading the Mosquitto Broker.

Can't install homeassistant/aarch64-addon-mosquitto:6.3.1: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=6.3.1&fromImage=homeassistant%2Faarch64-addon-mosquitto&platform=linux%2Farm64: Internal Server Error ("error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"")

Logs are:

23-09-15 14:53:36 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-09-15 14:53:36 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
23-09-15 14:53:36 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
23-09-15 14:53:36 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-09-15 14:53:36 INFO (MainThread) [__main__] Running Supervisor
23-09-15 14:53:36 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
23-09-15 14:53:36 INFO (MainThread) [supervisor.addons] Phase 'initialize' starting 0 add-ons
23-09-15 14:53:37 INFO (MainThread) [supervisor.addons] Phase 'system' starting 1 add-ons
23-09-15 14:53:42 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/chrony/aarch64 with version 2.6.1
23-09-15 14:53:47 INFO (MainThread) [supervisor.addons] Phase 'services' starting 2 add-ons
23-09-15 14:53:55 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on d5f40609/aarch64-addon-doods2 with version 1
23-09-15 14:54:02 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/aarch64 with version 5.10.2
23-09-15 14:54:33 INFO (MainThread) [supervisor.core] Start Home Assistant Core
23-09-15 14:54:33 INFO (SyncWorker_7) [supervisor.docker.manager] Starting homeassistant
23-09-15 14:54:34 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-09-15 14:54:51 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
23-09-15 14:54:51 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-09-15 14:54:53 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/allenporter/stream-addons repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/snowzach/hassio-addons repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/thomasmauerer/hassio-addons repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/resoai/TileBoard-addon repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-09-15 14:54:53 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-09-15 14:55:00 INFO (MainThread) [supervisor.store] Loading add-ons from store: 84 all - 0 new - 0 remove
23-09-15 14:55:00 INFO (MainThread) [supervisor.store] Loading add-ons from store: 84 all - 0 new - 0 remove
23-09-15 14:55:01 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-09-15 14:55:30 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
23-09-15 14:55:30 INFO (MainThread) [supervisor.addons] Phase 'application' starting 3 add-ons
23-09-15 14:55:36 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/esphome/esphome-hassio with version 2023.8.3
23-09-15 14:55:43 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:55:50 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/allenporter/aarch64-rtsp-to-web with version 1.4.0
23-09-15 14:55:55 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
23-09-15 14:55:55 INFO (MainThread) [supervisor.core] Supervisor is up and running
23-09-15 14:55:55 INFO (MainThread) [supervisor.host.info] Updating local host information
23-09-15 14:55:55 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-09-15 14:55:55 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
23-09-15 14:55:55 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
23-09-15 14:55:56 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
23-09-15 14:55:56 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
23-09-15 14:55:56 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
23-09-15 14:55:57 INFO (MainThread) [supervisor.host.services] Updating service information
23-09-15 14:55:57 INFO (MainThread) [supervisor.host.network] Updating local network information
23-09-15 14:55:58 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
23-09-15 14:55:58 INFO (MainThread) [supervisor.host.manager] Host information reload completed
23-09-15 14:55:59 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
23-09-15 14:55:59 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
23-09-15 14:55:59 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
23-09-15 14:56:00 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
23-09-15 14:56:00 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
23-09-15 14:56:00 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
23-09-15 14:56:00 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-09-15 14:56:00 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-09-15 14:56:01 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-09-15 14:56:01 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
23-09-15 14:56:01 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
23-09-15 14:56:23 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:56:23 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:56:31 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:56:43 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:56:43 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:56:54 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:57:10 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:57:10 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:57:17 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:57:32 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:57:32 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:57:37 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:57:50 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:57:50 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:57:56 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:57:58 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.3.1.
23-09-15 14:58:16 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:58:16 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:58:23 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:58:41 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:58:41 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:58:52 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:59:09 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:59:09 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:59:13 ERROR (MainThread) [supervisor.docker.interface] Can't install homeassistant/aarch64-addon-mosquitto:6.3.1: 500 Server Error for http+docker://localhost/v1.42/images/create?tag=6.3.1&fromImage=homeassistant%2Faarch64-addon-mosquitto&platform=linux%2Farm64: Internal Server Error ("error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"")
23-09-15 14:59:13 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:59:30 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:59:31 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 14:59:35 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 14:59:52 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...
23-09-15 14:59:52 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt application
23-09-15 15:00:02 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.33.0-1
23-09-15 15:00:18 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-2118' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1069> exception=AddonsJobError('Rate limit exceeded, more then 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1083, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 255, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more then 10 calls in 0:30:00

By any chance you used the balena etcher (spy/ad-ware) to write the HaOS image to your (new) SSD?

If so they might temper with your system :male_detective: :point_down:

By any chance you used the balena etcher (spy/ad-ware) to write the HaOS image to your (new) SSD?

No,I have used the Pi imager and also got the HAOS from there. I will now wipe the SSD down again, re-install a blanc version of HA and see if I am able to download Add-ons in that state. If so, the problem will lie with my Backup, which would be not so nice.

1 Like

Not solved, but at least I learned something, well I guess.

I have flashed a blanc image on the old SD Card. Even with this one, the Add-ons are not working. From the behaviour I think the Host is offline (no Add-on’s, no Nabu Casa Cloud and the error logs). Which is strange as I have not changed anything. My Firewall is not blocking anything, I checked the logs). I was able to update the supervisor and also HACS repositories.

Since a fresh install did not help, I am led to believe that something on the Pi side is not working as it should. Unfortunately I am not able to get detailed Network information as I can’t start the SSH Add-on.

Looks like a dead end, at least for me.

I have the exact same issue, and I figured out it is happening with my network. I recently moved to a new apartment but stayed with the same provider and I got a newer router this time with limited config options. No matter what I set up on the new router it does not work, but as soon as I go to another network it magically starts working, so I assume it is not about home assistant or at least not entirely. I tried multiple dns servers at home, port forwarding, etc. but no luck so far.

Hi Benjammin,

it took me a very long time to solve this and actually I got it working with my primary installation only a few days ago. It was the router from my ISP who got some hiccups for whatever reason. It blocked the traffic and it is not possible to adjust the firewall on this device. I got fiber connection with a modem in front of my Unifi equipment and once it was connected, everything was working like nothing happened.

I am not sure about your network equipment, but maybe try the router in bridge mode and then make adjustments on you primary firewall if needed? But that obviously only works if you have more equipment than only the router.