I’ve been using HA for a little while but never really looked under the covers until a problem appeared after an upgrade a few weeks back that says (one message for each add-on installed):
This doesn’t appear to be the only problem… for example it also appears that the ESP Home menu item has disappeared but my ESP config files and running devices seem to be showing up OK.
If i go to the add-on store it just shows one add on that i have already got installed (GivTCP) .
If i look at the HA Core logs only one error shows up for esphome:
Logger: homeassistant.components.esphome.coordinator
Source: helpers/update_coordinator.py:392
integration: ESPHome (documentation, issues)
First occurred: 10:14:47 (1 occurrences)
Last logged: 10:14:47
Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:63290 ssl:default [Connect call failed (‘127.0.0.1’, 63290)]
Under the supervisor log I see a number of github errors that seem to indicate the there’s a problem accessing github (see attached)
If i open the Terminal i can run the same git commands without any issues.
I’ve done a lot of searching but can’t find anything that describes similar problems, or anywhere that has any solutions to these problems ? I’m now at a bit of a loss
Can anyone give me any pointers … is there some diagnostics that i’m missing ? Anyone seen anything similar or have any suggestions ?
Log Extract:
2025-01-02 04:14:30.503 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-01-02 04:14:30.503 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-01-02 04:14:30.504 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-01-02 04:14:30.504 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-01-02 04:14:30.545 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-01-02 04:14:30.545 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-01-02 04:14:30.552 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-01-02 04:14:30.553 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-01-02 04:14:30.553 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-01-02 04:14:30.553 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-01-02 04:14:30.553 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-01-02 04:14:30.553 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-01-02 04:14:30.554 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-01-02 04:14:30.692 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-01-02 04:14:30.692 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-01-02 04:14:30.693 INFO (MainThread) [supervisor.resolution.fixups.store_execute_reset] Reset corrupt Store: d5369777
2025-01-02 04:14:30.696 ERROR (MainThread) [supervisor.utils] Can't remove folder /data/addons/git/d5369777: find: ‘/data/addons/git/d5369777’: No such file or directory
2025-01-02 04:14:30.697 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/music-assistant/home-assistant-addon repository
2025-01-02 04:14:30.767 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/music-assistant/home-assistant-addon repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/music-assistant/home-assistant-addon /data/addons/git/d5369777
stderr: 'Cloning into '/data/addons/git/d5369777'...
fatal: unable to access 'https://github.com/music-assistant/home-assistant-addon/': Could not resolve host: github.com
'.
2025-01-02 04:14:30.767 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2025-01-02 04:14:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:14:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:14:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:16:29.725 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-01-02 04:16:36.096 WARNING (MainThread) [supervisor.store.git] No valid repository for https://github.com/home-assistant/addons
2025-01-02 04:16:36.099 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/britkat1980/giv_tcp repository
2025-01-02 04:16:38.128 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/britkat1980/giv_tcp repo: Cmd('git') failed due to: exit code(128)
cmdline: git fetch -v --update-shallow --depth=1 -- origin
stderr: 'fatal: unable to access 'https://github.com/britkat1980/giv_tcp/': Could not resolve host: github.com'.
2025-01-02 04:16:38.129 ERROR (MainThread) [supervisor.store] Could not reload repository a6a2857d due to StoreGitError()
2025-01-02 04:16:38.156 INFO (MainThread) [supervisor.store] Loading add-ons from store: 1 all - 0 new - 0 remove
2025-01-02 04:16:38.156 INFO (MainThread) [supervisor.store] Loading add-ons from store: 1 all - 0 new - 0 remove
2025-01-02 04:19:41.977 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:19:41.978 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:19:41.978 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:24:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:24:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:24:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:29:41.981 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:29:41.984 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:29:41.984 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:34:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:34:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:34:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:39:41.978 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:39:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:39:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:44:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:44:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:44:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:46:29.876 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-01-02 04:49:41.979 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:49:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:49:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:54:41.981 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:54:41.981 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:54:41.981 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:59:41.978 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:59:41.978 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 04:59:41.978 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 05:04:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 05:04:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 05:04:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 05:09:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'HOSTIP' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 05:09:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_CHARGE_RATE' does not exist in the schema for GivTCP (a6a2857d_givtcp)
2025-01-02 05:09:41.980 WARNING (MainThread) [supervisor.addons.options] Option 'PALM_BATT_CAPACITY' does not exist in the schema for GivTCP (a6a2857d_givtcp)
System Info
version | core-2024.12.5
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.13.0
os_name | Linux
os_version | 6.6.66-haos
arch | x86_64
timezone | Europe/London
config_dir | /config
<details><summary>Home Assistant Community Store</summary>
GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.1
Stage | running
Available Repositories | 1498
Downloaded Repositories | 5
</details>
<details><summary>Home Assistant Cloud</summary>
logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 14.1
-- | --
update_channel | stable
supervisor_version | supervisor-2024.12.0
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 30.8 GB
disk_used | 19.4 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | vmware
board | ova
supervisor_api | ok
version_api | ok
installed_addons | File editor (5.8.0), Samba share (12.3.2), Terminal & SSH (9.16.0), Mosquitto broker (6.4.1), GivTCP (2.4.9), Matter Server (6.6.1)
</details>
<details><summary>Dashboards</summary>
dashboards | 7
-- | --
resources | 3
views | 5
mode | storage
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | 12 December 2024 at 08:14
-- | --
current_recorder_run | 21 December 2024 at 09:22
estimated_db_size | 843.24 MiB
database_engine | sqlite
database_version | 3.45.3
</details>