Skip to content

ESPHome not installing 2026.5.0 over 2026.4.5 #913

Description

@oldblackcrow

Version

2026.4.5

What type of installation are you using?

Home Assistant Add-on

Browser

Chrome

What happened?

Installation method
Home Assistant OS
Core
2026.5.3
Supervisor
2026.05.0
Operating System
17.3
Frontend
20260429.4

When I try to install the new version of ESPHome, it never goes past 3%, then restarts HA and doesn't finish the installation. Two recent HA Core updates had this same issue but was resolved after the most recent update.

Image

How to reproduce

Click on HA Settings
Click on ESP Home Builder Update
Click Update
Wait.
HA Reboots but no update.

Expected behavior

ESP Home Builder should update to the latest release.

Relevant log output

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
2026-05-22 09:55:40.910 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration satellitetracker 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
2026-05-22 09:55:40.914 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonoff 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
2026-05-22 09:55:40.918 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration southern_company 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
2026-05-22 09:55:40.921 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alternative_time 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
2026-05-22 09:55:40.925 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration wyzeapi 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
2026-05-22 09:55:40.928 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration aus_space_weather 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
2026-05-22 09:55:40.936 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
2026-05-22 09:55:40.939 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration neo_watcher 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
2026-05-22 09:55:40.943 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration browser_mod 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
2026-05-22 09:55:40.946 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya 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
2026-05-22 09:55:42.700 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2026-05-22 09:55:42.971 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=116 from 2026-05-22 05:41:43.971968)
2026-05-22 09:55:56.590 ERROR (MainThread) [music_assistant_client.connection] Failed to connect to ws://d5369777-music-assistant:8094/ws: Cannot connect to host d5369777-music-assistant:8094 ssl:False [Timeout while contacting DNS servers]
2026-05-22 09:56:10.079 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching International Space Station (ISS) data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:56:10.114 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching TIANGONG ORBITAL PLATFORM data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:56:13.249 WARNING (MainThread) [custom_components.southern_company.coordinator] defaultdict(<class 'list'>, {'southern_company:energy_cost_5546548015': [{'start': 1776780000.0, 'end': 1776783600.0, 'sum': 4344.139999999986}, 
2026-05-22 09:56:13.263 WARNING (MainThread) [custom_components.southern_company.coordinator] HERE
2026-05-22 09:56:13.308 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'southern_company' doesn't specify mean_type when calling async_import_statistics at custom_components/southern_company/coordinator.py, line 200: async_add_external_statistics(self.hass, cost_metadata, cost_statistics). This will stop working in Home Assistant 2026.11, please create a bug report at https://github.com/Lash-L/southern-company-hacs/issues
2026-05-22 09:56:13.335 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'southern_company' doesn't specify mean_type when calling async_import_statistics at custom_components/southern_company/coordinator.py, line 201: async_add_external_statistics(self.hass, usage_metadata, usage_statistics). This will stop working in Home Assistant 2026.11, please create a bug report at https://github.com/Lash-L/southern-company-hacs/issues
2026-05-22 09:56:21.692 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3843155%27
2026-05-22 09:56:21.729 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2152637%27
2026-05-22 09:56:21.730 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3906633%27
2026-05-22 09:56:21.730 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2530520%27
2026-05-22 09:56:21.733 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2173561%27
2026-05-22 09:56:21.733 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3156302%27
2026-05-22 09:56:21.734 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3730801%27
2026-05-22 09:56:21.734 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2221455%27
2026-05-22 09:56:21.738 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2524522%27
2026-05-22 09:56:21.745 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3781574%27
2026-05-22 09:56:21.746 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:56:21.753 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:56:21.755 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3754386%27
2026-05-22 09:56:21.755 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:56:21.755 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3370278%27
2026-05-22 09:56:21.756 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:56:21.756 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:56:21.756 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 1/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:56:28.238 WARNING (MainThread) [custom_components.wyzeapi.camera] Error fetching WebRTC session configuration for camera Front door: 'iot-device::iot-power'
2026-05-22 09:56:28.987 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3156302%27
2026-05-22 09:56:28.988 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3906633%27
2026-05-22 09:56:28.995 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2530520%27
2026-05-22 09:56:28.996 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2173561%27
2026-05-22 09:56:29.008 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3730801%27
2026-05-22 09:56:29.009 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2221455%27
2026-05-22 09:56:29.010 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3781574%27
2026-05-22 09:56:29.011 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2524522%27
2026-05-22 09:56:29.015 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:56:29.016 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3754386%27
2026-05-22 09:56:29.019 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:56:29.023 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:56:29.032 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:56:29.033 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:56:29.034 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:56:29.039 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 2/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3370278%27
2026-05-22 09:56:31.408 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform neo_watcher is taking over 10 seconds.
2026-05-22 09:56:36.236 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2530520%27
2026-05-22 09:56:36.236 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2173561%27
2026-05-22 09:56:36.242 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2221455%27
2026-05-22 09:56:36.252 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3781574%27
2026-05-22 09:56:36.253 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2524522%27
2026-05-22 09:56:36.256 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3730801%27
2026-05-22 09:56:36.258 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:56:36.264 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:56:36.264 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3754386%27
2026-05-22 09:56:36.268 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:56:36.271 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:56:36.275 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:56:36.278 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:56:36.282 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 3/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3370278%27
2026-05-22 09:56:43.478 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2173561%27
2026-05-22 09:56:43.490 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3781574%27
2026-05-22 09:56:43.496 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D2524522%27
2026-05-22 09:56:43.496 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3730801%27
2026-05-22 09:56:43.506 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3754386%27
2026-05-22 09:56:43.508 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:56:43.508 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:56:43.509 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:56:43.512 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:56:43.518 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:56:43.523 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3370278%27
2026-05-22 09:56:43.523 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 4/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:56:43.693 WARNING (MainThread) [homeassistant.bootstrap] Waiting for integrations to complete setup: {('neo_watcher', '01KQG9E6X20R0P0BB51K8QM29N'): 77.745065334}
2026-05-22 09:56:45.632 WARNING (zeroconf-ServiceBrowser-_googlecast._tcp-121) [pychromecast.dial] Failed to determine cast type for host <unknown> (<urlopen error _ssl.c:1063: The handshake operation timed out>) (services:{MDNSServiceInfo(name='Onkyo-TX-NR656-be1eca6a4f880ae82803b991a113f15f._googlecast._tcp.local.')})
2026-05-22 09:56:51.147 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3754386%27
2026-05-22 09:56:51.149 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3730801%27
2026-05-22 09:56:51.162 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3781574%27
2026-05-22 09:56:51.192 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3370278%27
2026-05-22 09:56:51.204 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:56:51.206 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:56:51.207 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:56:51.214 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:56:51.214 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:56:51.214 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 5/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:56:58.397 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3781574%27
2026-05-22 09:56:58.425 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3370278%27
2026-05-22 09:56:58.435 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:56:58.439 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:56:58.452 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:56:58.456 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:56:58.467 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:56:58.467 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 6/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:57:05.672 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 7/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3646734%27
2026-05-22 09:57:05.677 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 7/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3802428%27
2026-05-22 09:57:05.685 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 7/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:57:05.686 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 7/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:57:05.692 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 7/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:57:05.699 WARNING (MainThread) [custom_components.neo_watcher.sensor] Horizons API returned 503. Retrying in 7 seconds (attempt 7/7). URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:57:12.925 ERROR (MainThread) [custom_components.neo_watcher.sensor] Error communicating with API: 503, message='Service Temporarily Unavailable', url="https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND='DES%3D3767248'", URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3767248%27
2026-05-22 09:57:12.939 ERROR (MainThread) [custom_components.neo_watcher.sensor] Error communicating with API: 503, message='Service Temporarily Unavailable', url="https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND='DES%3D3512704'", URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3512704%27
2026-05-22 09:57:12.940 ERROR (MainThread) [custom_components.neo_watcher.sensor] Error communicating with API: 503, message='Service Temporarily Unavailable', url="https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND='DES%3D3830890'", URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3830890%27
2026-05-22 09:57:12.940 ERROR (MainThread) [custom_components.neo_watcher.sensor] Error communicating with API: 503, message='Service Temporarily Unavailable', url="https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND='DES%3D3733933'", URL: https://ssd.jpl.nasa.gov/api/horizons.api?format=json&COMMAND=%27DES%3D3733933%27
2026-05-22 09:57:21.417 ERROR (MainThread) [homeassistant.components.sensor] Setup of platform neo_watcher is taking longer than 60 seconds. Startup will proceed without waiting any longer.
2026-05-22 09:57:21.579 WARNING (MainThread) [custom_components.hacs] You have 'custom-cards/bar-card' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is no longer maintained)
2026-05-22 09:57:22.479 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:22.482 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:22.483 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:22.640 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching TIANGONG ORBITAL PLATFORM data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:57:22.646 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching International Space Station (ISS) data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:57:23.814 ERROR (MainThread) [music_assistant_client.connection] Failed to connect to ws://d5369777-music-assistant:8094/ws: Cannot connect to host d5369777-music-assistant:8094 ssl:False [Timeout while contacting DNS servers]
2026-05-22 09:57:33.222 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching TIANGONG ORBITAL PLATFORM data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:57:33.278 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching International Space Station (ISS) data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:57:35.035 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:35.072 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:35.094 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:35.756 ERROR (MainThread) [music_assistant_client.connection] Failed to connect to ws://d5369777-music-assistant:8094/ws: Cannot connect to host d5369777-music-assistant:8094 ssl:False [Timeout while contacting DNS servers]
2026-05-22 09:57:47.542 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:57:53.888 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching TIANGONG ORBITAL PLATFORM data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:57:53.976 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching International Space Station (ISS) data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:57:55.813 ERROR (MainThread) [music_assistant_client.connection] Failed to connect to ws://d5369777-music-assistant:8094/ws: Cannot connect to host d5369777-music-assistant:8094 ssl:False [Connect call failed ('172.30.32.1', 8094)]
2026-05-22 09:58:17.540 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:58:34.552 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching International Space Station (ISS) data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:58:34.639 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching TIANGONG ORBITAL PLATFORM data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:58:47.534 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:59:17.534 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:59:47.622 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 09:59:55.169 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching TIANGONG ORBITAL PLATFORM data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 09:59:55.311 ERROR (MainThread) [custom_components.satellitetracker] Unexpected error fetching International Space Station (ISS) data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 433, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/satellitetracker/__init__.py", line 258, in _async_update_data
    visual_passes_data = await self.api.get_visualpasses(
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 207, in get_visualpasses
    response = await self.get_api(
               ^^^^^^^^^^^^^^^^^^^
        f"visualpasses/{id}/{latitude}/{longitude}/{altitude}/{days}/{min_visibility}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/n2yoasync/__init__.py", line 91, in get_api
    raise AuthenticationError()
n2yoasync.AuthenticationError
2026-05-22 10:00:17.535 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:00:47.534 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:01:17.543 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:01:47.567 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:01:52.851 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.environmental is taking over 10 seconds
2026-05-22 10:02:17.568 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:02:22.851 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.environmental is taking over 10 seconds
2026-05-22 10:02:42.851 WARNING (MainThread) [homeassistant.components.climate] Updating honeywell climate took longer than the scheduled update interval 0:00:30
2026-05-22 10:02:47.566 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:03:17.567 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:03:28.917 ERROR (MainThread) [frontend.js.modern.202604294] Uncaught error from Chrome 148.0.0.0 on Windows 10.0
TypeError: Cannot read properties of undefined (reading 'state')
ShadowRoot.<anonymous> (/gh/th3jesta/ha-lcars@js-main/lcars.js:54:92)
2026-05-22 10:03:47.567 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:04:17.569 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:04:47.563 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:05:17.571 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-22 10:05:47.571 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.alternative_time_space_alternative_time_solar_system_positions exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions