hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.31k stars 1.27k forks source link

[The repo id for rsnodgrass/hass-integrations is already set to 535062704] Restore Failed #3064

Closed chrispgriffin closed 1 year ago

chrispgriffin commented 1 year ago

System Health details

System Information

version core-2023.2.4
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.7
os_name Linux
os_version 5.15.84-v8
arch aarch64
timezone America/Chicago
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4999 Installed Version | 1.30.1 Stage | null Available Repositories | 1194 Downloaded Repositories | 1 Disabled | restore HACS Data | ok
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | October 6, 2021 at 7:00 PM relayer_connected | false remote_enabled | true remote_connected | false alexa_enabled | true google_enabled | true remote_server | null can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 9.5 -- | -- update_channel | stable supervisor_version | supervisor-2023.01.1 agent_version | 1.4.1 docker_version | 20.10.22 disk_total | 28.5 GB disk_used | 7.2 GB healthy | true supported | true board | rpi3-64 supervisor_api | ok version_api | ok installed_addons | File editor (5.5.0), Home Assistant Google Drive Backup (0.110.1), Studio Code Server (5.5.2), Terminal & SSH (9.6.1), Cloudflared (4.0.10)
Dashboards dashboards | 1 -- | -- resources | 10 views | 9 mode | storage
Recorder oldest_recorder_run | February 7, 2023 at 4:30 PM -- | -- current_recorder_run | February 16, 2023 at 10:45 PM estimated_db_size | 173.88 MiB database_engine | sqlite database_version | 3.38.5
Spotify api_endpoint_reachable | ok -- | --

Checklist

Describe the issue

I have attempted to completely remove and re-add HACS multiple times (using instruction here, removing the hacs folder in SSH and doing a HA core restart twice), and no matter what I do HACS fails to set up with the following error messages. I've attached a screenshot of the messages, as well as the full log file. image home-assistant_2023-02-17T04-58-22.785Z.log

Reproduction steps

I am not sure what misstep may have occurred prior to this issue, but I have followed the steps mentioned above to completely wipe the /config/custom_components/hacs file and re-install via SSH

  1. rm -rf /config/custom_components/hacs in SSH
  2. After confirming file has been removed, complete a core restart with ha core restart twice
  3. Download hacs using wget -O - https://get.hacs.xyz | bash - in SSH
  4. Navigate to Integrations, where HACS shows with "Failed to set up" message

Debug logs

2023-02-16 23:31:45.519 WARNING (SyncWorker_4) [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
2023-02-16 23:31:45.526 WARNING (SyncWorker_4) [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
2023-02-16 23:31:47.609 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2023-02-16 23:31:47.611 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
2023-02-16 23:31:47.658 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2023-02-16 23:31:47.659 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2023-02-16 23:31:48.113 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2023-02-16 23:31:48.124 INFO (MainThread) [homeassistant.setup] Setting up http
2023-02-16 23:31:48.144 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2023-02-16 23:31:48.205 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds
2023-02-16 23:31:48.227 INFO (MainThread) [homeassistant.setup] Setting up api
2023-02-16 23:31:48.242 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2023-02-16 23:31:48.244 INFO (MainThread) [homeassistant.setup] Setting up auth
2023-02-16 23:31:48.253 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2023-02-16 23:31:48.273 INFO (MainThread) [homeassistant.setup] Setting up config
2023-02-16 23:31:48.300 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2023-02-16 23:31:48.333 INFO (MainThread) [homeassistant.setup] Setting up repairs
2023-02-16 23:31:48.337 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.0 seconds
2023-02-16 23:31:48.880 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.6 seconds
2023-02-16 23:31:48.888 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.6 seconds
2023-02-16 23:31:48.919 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2023-02-16 23:31:48.920 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.0 seconds
2023-02-16 23:31:49.314 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2023-02-16 23:31:49.319 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2023-02-16 23:31:49.321 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2023-02-16 23:31:49.333 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.0 seconds
2023-02-16 23:31:49.349 INFO (SyncWorker_6) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2023-02-16 23:31:49.463 INFO (MainThread) [homeassistant.setup] Setting up search
2023-02-16 23:31:49.464 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2023-02-16 23:31:53.212 INFO (MainThread) [homeassistant.setup] Setting up analytics
2023-02-16 23:31:53.279 INFO (MainThread) [homeassistant.setup] Setting up person
2023-02-16 23:31:53.284 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.1 seconds
2023-02-16 23:31:53.334 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.1 seconds
2023-02-16 23:31:53.342 INFO (SyncWorker_7) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2023-02-16 23:31:53.357 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2023-02-16 23:31:53.363 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2023-02-16 23:31:53.369 INFO (MainThread) [homeassistant.setup] Setting up frontend
2023-02-16 23:31:53.389 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2023-02-16 23:31:53.395 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'}
2023-02-16 23:31:53.401 INFO (MainThread) [homeassistant.setup] Setting up recorder
2023-02-16 23:31:53.443 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2023-02-16 23:31:53.546 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds
2023-02-16 23:31:53.554 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'cloud', 'hassio', 'api', 'usb', 'dhcp', 'network', 'zeroconf', 'http', 'bluetooth', 'ssdp', 'websocket_api', 'webhook'}
2023-02-16 23:31:53.560 INFO (MainThread) [homeassistant.setup] Setting up hassio
2023-02-16 23:31:53.597 INFO (MainThread) [homeassistant.setup] Setting up webhook
2023-02-16 23:31:53.601 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2023-02-16 23:31:53.671 INFO (MainThread) [homeassistant.setup] Setting up usb
2023-02-16 23:31:53.675 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2023-02-16 23:31:54.032 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2023-02-16 23:31:54.034 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2023-02-16 23:31:54.076 INFO (MainThread) [homeassistant.setup] Setting up network
2023-02-16 23:31:54.083 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2023-02-16 23:31:54.135 INFO (SyncWorker_6) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2023-02-16 23:31:54.148 INFO (SyncWorker_1) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2023-02-16 23:31:54.153 INFO (SyncWorker_5) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2023-02-16 23:31:54.563 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
2023-02-16 23:31:54.960 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2023-02-16 23:31:54.997 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds
2023-02-16 23:31:55.181 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2023-02-16 23:31:55.212 INFO (SyncWorker_6) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2023-02-16 23:31:55.251 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2023-02-16 23:31:58.007 INFO (MainThread) [homeassistant.setup] Setting up cloud
2023-02-16 23:31:58.198 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.2 seconds
2023-02-16 23:31:58.234 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547524609648] Received unknown command: mobile_app/push_notification_channel
2023-02-16 23:31:58.985 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 3.8 seconds
2023-02-16 23:31:59.246 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 4.7 seconds
2023-02-16 23:31:59.466 INFO (MainThread) [homeassistant.setup] Setting up hardware
2023-02-16 23:31:59.484 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 5.9 seconds
2023-02-16 23:31:59.882 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.4 seconds
2023-02-16 23:32:08.616 INFO (SyncWorker_8) [homeassistant.loader] Loaded update from homeassistant.components.update
2023-02-16 23:32:08.621 INFO (SyncWorker_5) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2023-02-16 23:32:08.625 INFO (SyncWorker_6) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2023-02-16 23:32:08.651 INFO (MainThread) [homeassistant.setup] Setting up update
2023-02-16 23:32:08.662 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.0 seconds
2023-02-16 23:32:08.671 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2023-02-16 23:32:08.672 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2023-02-16 23:32:08.690 INFO (MainThread) [homeassistant.components.update] Setting up update.hassio
2023-02-16 23:32:08.710 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hassio
2023-02-16 23:32:08.718 INFO (MainThread) [homeassistant.setup] Setting up sensor
2023-02-16 23:32:08.719 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2023-02-16 23:32:08.742 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hassio
2023-02-16 23:32:08.803 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'input_select', 'input_number', 'device_automation', 'blueprint', 'raspberry_pi', 'wemo', 'input_text', 'counter', 'automation', 'scene', 'ecobee', 'homeassistant_alerts', 'group', 'synology_dsm', 'cast', 'history', 'energy', 'map', 'upnp', 'analytics', 'input_button', 'image_upload', 'onboarding', 'bluetooth_adapters', 'roku', 'tplink', 'roomba', 'schedule', 'script', 'apple_tv', 'system_health', 'lovelace', 'conversation', 'shelly', 'dlna_dms', 'config', 'timer', 'search', 'default_config', 'repairs', 'trace', 'diagnostics', 'androidtv', 'wyzeapi', 'application_credentials', 'hacs', 'met', 'file_upload', 'zone', 'switch_as_x', 'logbook', 'my', 'auth', 'persistent_notification', 'input_boolean', 'tag', 'mobile_app', 'sun', 'rpi_power', 'person', 'ibeacon', 'spotify', 'media_source', 'hardware', 'plex', 'tts', 'nest', 'input_datetime', 'ffmpeg'}
2023-02-16 23:32:08.819 INFO (MainThread) [homeassistant.setup] Setting up input_select
2023-02-16 23:32:08.824 INFO (MainThread) [homeassistant.setup] Setting up input_number
2023-02-16 23:32:08.828 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2023-02-16 23:32:08.829 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2023-02-16 23:32:08.848 INFO (MainThread) [homeassistant.setup] Setting up input_text
2023-02-16 23:32:08.864 INFO (MainThread) [homeassistant.setup] Setting up counter
2023-02-16 23:32:08.871 INFO (MainThread) [homeassistant.setup] Setting up scene
2023-02-16 23:32:08.873 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2023-02-16 23:32:08.893 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
2023-02-16 23:32:08.895 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.0 seconds
2023-02-16 23:32:08.898 INFO (MainThread) [homeassistant.setup] Setting up group
2023-02-16 23:32:09.194 INFO (MainThread) [homeassistant.setup] Setting up history
2023-02-16 23:32:09.198 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2023-02-16 23:32:09.205 INFO (MainThread) [homeassistant.setup] Setting up input_button
2023-02-16 23:32:09.537 INFO (MainThread) [homeassistant.setup] Setting up schedule
2023-02-16 23:32:09.543 INFO (MainThread) [homeassistant.setup] Setting up timer
2023-02-16 23:32:09.550 INFO (MainThread) [homeassistant.setup] Setting up trace
2023-02-16 23:32:09.552 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2023-02-16 23:32:09.555 INFO (MainThread) [homeassistant.setup] Setting up zone
2023-02-16 23:32:09.577 INFO (MainThread) [homeassistant.setup] Setting up switch_as_x
2023-02-16 23:32:09.577 INFO (MainThread) [homeassistant.setup] Setup of domain switch_as_x took 0.0 seconds
2023-02-16 23:32:09.585 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2023-02-16 23:32:09.600 INFO (MainThread) [homeassistant.setup] Setting up tag
2023-02-16 23:32:09.604 INFO (MainThread) [homeassistant.setup] Setting up sun
2023-02-16 23:32:09.605 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2023-02-16 23:32:09.622 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2023-02-16 23:32:09.707 INFO (MainThread) [homeassistant.setup] Setting up raspberry_pi
2023-02-16 23:32:09.708 INFO (MainThread) [homeassistant.setup] Setup of domain raspberry_pi took 0.0 seconds
2023-02-16 23:32:09.722 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.9 seconds
2023-02-16 23:32:09.738 INFO (MainThread) [homeassistant.setup] Setting up energy
2023-02-16 23:32:09.739 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2023-02-16 23:32:09.748 INFO (MainThread) [homeassistant.setup] Setting up map
2023-02-16 23:32:09.749 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2023-02-16 23:32:09.756 INFO (MainThread) [homeassistant.setup] Setting up system_health
2023-02-16 23:32:09.779 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2023-02-16 23:32:09.871 INFO (MainThread) [homeassistant.setup] Setting up logbook
2023-02-16 23:32:09.885 INFO (MainThread) [homeassistant.setup] Setting up my
2023-02-16 23:32:09.887 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2023-02-16 23:32:09.925 INFO (MainThread) [homeassistant.setup] Setting up media_source
2023-02-16 23:32:10.016 INFO (MainThread) [homeassistant.setup] Setting up script
2023-02-16 23:32:10.029 INFO (SyncWorker_5) [homeassistant.loader] Loaded light from homeassistant.components.light
2023-02-16 23:32:10.074 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.5 seconds
2023-02-16 23:32:10.434 INFO (MainThread) [homeassistant.setup] Setting up wemo
2023-02-16 23:32:10.435 INFO (MainThread) [homeassistant.setup] Setup of domain wemo took 0.0 seconds
2023-02-16 23:32:10.544 INFO (MainThread) [homeassistant.setup] Setup of domain group took 1.6 seconds
2023-02-16 23:32:10.561 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2023-02-16 23:32:10.571 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.8 seconds
2023-02-16 23:32:10.585 INFO (MainThread) [homeassistant.setup] Setting up light
2023-02-16 23:32:10.587 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.7 seconds
2023-02-16 23:32:10.593 INFO (SyncWorker_8) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2023-02-16 23:32:10.606 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.7 seconds
2023-02-16 23:32:10.643 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 1.8 seconds
2023-02-16 23:32:10.668 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 1.1 seconds
2023-02-16 23:32:10.676 INFO (Wemo HTTP Thread) [pywemo.subscribe] Listening on port 8989
2023-02-16 23:32:10.729 INFO (MainThread) [homeassistant.setup] Setting up ecobee
2023-02-16 23:32:10.730 INFO (MainThread) [homeassistant.setup] Setup of domain ecobee took 0.0 seconds
2023-02-16 23:32:11.291 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.7 seconds
2023-02-16 23:32:11.329 INFO (MainThread) [homeassistant.setup] Setup of domain script took 1.3 seconds
2023-02-16 23:32:11.419 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 2.6 seconds
2023-02-16 23:32:11.431 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 2.6 seconds
2023-02-16 23:32:11.440 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 2.6 seconds
2023-02-16 23:32:11.446 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 2.2 seconds
2023-02-16 23:32:11.467 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2023-02-16 23:32:11.469 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2023-02-16 23:32:11.481 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2023-02-16 23:32:11.489 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 1.7 seconds
2023-02-16 23:32:11.739 INFO (MainThread) [homeassistant.setup] Setting up synology_dsm
2023-02-16 23:32:11.740 INFO (MainThread) [homeassistant.setup] Setup of domain synology_dsm took 0.0 seconds
2023-02-16 23:32:11.781 INFO (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook 17b8559173c3be7f93cb0010beabfe32473bbc148728982d5293249ddcb7bd00 from 192.168.50.68
2023-02-16 23:32:11.825 INFO (MainThread) [homeassistant.setup] Setting up switch
2023-02-16 23:32:11.838 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2023-02-16 23:32:11.890 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 2.4 seconds
2023-02-16 23:32:11.895 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 2.3 seconds
2023-02-16 23:32:11.906 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 2.3 seconds
2023-02-16 23:32:12.103 INFO (MainThread) [homeassistant.setup] Setting up upnp
2023-02-16 23:32:12.104 INFO (MainThread) [homeassistant.setup] Setup of domain upnp took 0.0 seconds
2023-02-16 23:32:12.118 INFO (MainThread) [homeassistant.components.switch] Setting up switch.group
2023-02-16 23:32:12.202 INFO (MainThread) [homeassistant.setup] Setting up dlna_dms
2023-02-16 23:32:12.203 INFO (MainThread) [homeassistant.setup] Setup of domain dlna_dms took 0.0 seconds
2023-02-16 23:32:12.280 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 2.7 seconds
2023-02-16 23:32:12.489 INFO (MainThread) [homeassistant.setup] Setting up roku
2023-02-16 23:32:12.489 INFO (MainThread) [homeassistant.setup] Setup of domain roku took 0.0 seconds
2023-02-16 23:32:15.034 INFO (MainThread) [homeassistant.setup] Setting up tplink
2023-02-16 23:32:15.077 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ecobee
2023-02-16 23:32:15.092 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.ecobee
2023-02-16 23:32:15.135 INFO (SyncWorker_4) [homeassistant.loader] Loaded humidifier from homeassistant.components.humidifier
2023-02-16 23:32:15.136 INFO (SyncWorker_6) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2023-02-16 23:32:15.139 INFO (SyncWorker_8) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2023-02-16 23:32:16.519 INFO (MainThread) [homeassistant.setup] Setting up roomba
2023-02-16 23:32:16.519 INFO (MainThread) [homeassistant.setup] Setup of domain roomba took 0.0 seconds
2023-02-16 23:32:16.576 INFO (MainThread) [homeassistant.setup] Setting up humidifier
2023-02-16 23:32:16.587 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.0 seconds
2023-02-16 23:32:16.591 INFO (MainThread) [homeassistant.setup] Setting up climate
2023-02-16 23:32:16.606 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2023-02-16 23:32:16.616 INFO (MainThread) [homeassistant.setup] Setting up weather
2023-02-16 23:32:16.617 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2023-02-16 23:32:21.083 INFO (MainThread) [homeassistant.setup] Setting up apple_tv
2023-02-16 23:32:21.086 INFO (MainThread) [homeassistant.setup] Setup of domain apple_tv took 0.0 seconds
2023-02-16 23:32:21.136 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.ecobee
2023-02-16 23:32:21.168 INFO (MainThread) [homeassistant.components.climate] Setting up climate.ecobee
2023-02-16 23:32:21.175 INFO (MainThread) [homeassistant.components.weather] Setting up weather.ecobee
2023-02-16 23:32:21.240 INFO (SyncWorker_8) [roombapy.remote_client] Connecting to 192.168.50.5, attempt 1 of 3
2023-02-16 23:32:21.267 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Bedroom TV' for roku integration not ready yet: Invalid response from API: Timeout occurred while connecting to device; Retrying in background
2023-02-16 23:32:21.625 INFO (MainThread) [homeassistant.setup] Setting up conversation
2023-02-16 23:32:21.627 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds
2023-02-16 23:32:21.659 INFO (MainThread) [homeassistant.setup] Setting up media_player
2023-02-16 23:32:21.705 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2023-02-16 23:32:21.712 INFO (MainThread) [homeassistant.setup] Setup of domain tplink took 6.7 seconds
2023-02-16 23:32:21.738 INFO (SyncWorker_2) [homeassistant.loader] Loaded remote from homeassistant.components.remote
2023-02-16 23:32:21.792 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.apple_tv
2023-02-16 23:32:21.927 INFO (MainThread) [homeassistant.setup] Setting up shelly
2023-02-16 23:32:21.928 INFO (MainThread) [homeassistant.setup] Setup of domain shelly took 0.0 seconds
2023-02-16 23:32:22.343 INFO (MainThread) [homeassistant.setup] Setting up androidtv
2023-02-16 23:32:22.344 INFO (MainThread) [homeassistant.setup] Setup of domain androidtv took 0.0 seconds
2023-02-16 23:32:22.364 INFO (MainThread) [homeassistant.setup] Setting up remote
2023-02-16 23:32:22.374 INFO (MainThread) [homeassistant.setup] Setup of domain remote took 0.0 seconds
2023-02-16 23:32:22.479 INFO (MainThread) [homeassistant.components.remote] Setting up remote.apple_tv
2023-02-16 23:32:22.722 INFO (Thread-8 (_thread_main)) [roombapy.roomba] Connecting to Roomba 192.168.50.5
2023-02-16 23:32:23.438 INFO (MainThread) [homeassistant.setup] Setting up wyzeapi
2023-02-16 23:32:23.439 INFO (MainThread) [homeassistant.setup] Setup of domain wyzeapi took 0.0 seconds
2023-02-16 23:32:23.558 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.roomba
2023-02-16 23:32:23.564 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.roomba
2023-02-16 23:32:23.570 WARNING (MainThread) [homeassistant.config_entries] Config entry 'TP-LINK_Smart Plug_B503 KP400(US)' for tplink integration not ready yet: Unable to connect to the device: 192.168.50.244: [Errno 111] Connect call failed ('192.168.50.244', 9999); Retrying in background
2023-02-16 23:32:23.607 INFO (SyncWorker_0) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum
2023-02-16 23:32:23.616 INFO (MainThread) [homeassistant.components.light] Setting up light.wyzeapi
2023-02-16 23:32:23.624 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wyzeapi
2023-02-16 23:32:23.631 INFO (MainThread) [homeassistant.components.climate] Setting up climate.wyzeapi
2023-02-16 23:32:23.640 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wyzeapi
2023-02-16 23:32:23.685 INFO (SyncWorker_6) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2023-02-16 23:32:23.700 INFO (SyncWorker_1) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2023-02-16 23:32:23.705 INFO (SyncWorker_0) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2023-02-16 23:32:23.711 INFO (SyncWorker_8) [homeassistant.loader] Loaded siren from homeassistant.components.siren
2023-02-16 23:32:23.716 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2023-02-16 23:32:23.738 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds
2023-02-16 23:32:24.281 INFO (MainThread) [homeassistant.setup] Setting up hacs
2023-02-16 23:32:24.283 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
2023-02-16 23:32:24.316 INFO (MainThread) [homeassistant.setup] Setting up met
2023-02-16 23:32:24.317 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2023-02-16 23:32:24.338 INFO (MainThread) [homeassistant.setup] Setting up notify
2023-02-16 23:32:24.339 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2023-02-16 23:32:24.347 INFO (MainThread) [homeassistant.setup] Setting up lock
2023-02-16 23:32:24.350 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds
2023-02-16 23:32:24.360 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2023-02-16 23:32:24.368 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2023-02-16 23:32:24.393 INFO (MainThread) [homeassistant.setup] Setting up siren
2023-02-16 23:32:24.400 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds
2023-02-16 23:32:24.414 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.roomba
2023-02-16 23:32:24.428 INFO (MainThread) [custom_components.hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 1.30.1
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------

2023-02-16 23:32:24.486 INFO (MainThread) [homeassistant.components.lock] Setting up lock.wyzeapi
2023-02-16 23:32:24.498 INFO (MainThread) [homeassistant.setup] Setting up rpi_power
2023-02-16 23:32:24.498 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_power took 0.0 seconds
2023-02-16 23:32:24.508 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.wyzeapi
2023-02-16 23:32:24.515 INFO (MainThread) [homeassistant.components.siren] Setting up siren.wyzeapi
2023-02-16 23:32:24.619 INFO (MainThread) [homeassistant.components.notify] Setting up notify.ecobee
2023-02-16 23:32:24.645 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rpi_power
2023-02-16 23:32:25.737 INFO (MainThread) [homeassistant.setup] Setting up plex
2023-02-16 23:32:25.742 INFO (MainThread) [homeassistant.setup] Setup of domain plex took 0.0 seconds
2023-02-16 23:32:25.833 INFO (MainThread) [aioshelly.rpc_device.wsrpc] Connected to 192.168.50.249
2023-02-16 23:32:25.846 INFO (SyncWorker_6) [homeassistant.components.rpi_power.binary_sensor] Voltage normalized. Everything is working as intended.
2023-02-16 23:32:25.881 INFO (SyncWorker_7) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2023-02-16 23:32:25.907 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2023-02-16 23:32:25.965 INFO (MainThread) [aioshelly.rpc_device.wsrpc] Connected to 192.168.50.96
2023-02-16 23:32:25.978 INFO (MainThread) [aioshelly.rpc_device.wsrpc] Connected to 192.168.50.4
2023-02-16 23:32:25.999 DEBUG (MainThread) [custom_components.hacs] Configuration type: config_entry
2023-02-16 23:32:26.873 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2023-02-16 23:32:27.054 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.shelly
2023-02-16 23:32:27.102 INFO (MainThread) [homeassistant.components.light] Setting up light.shelly
2023-02-16 23:32:27.171 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.shelly
2023-02-16 23:32:27.180 INFO (MainThread) [homeassistant.components.switch] Setting up switch.shelly
2023-02-16 23:32:27.207 INFO (MainThread) [homeassistant.components.update] Setting up update.shelly
2023-02-16 23:32:28.469 INFO (MainThread) [homeassistant.setup] Setting up spotify
2023-02-16 23:32:28.470 INFO (MainThread) [homeassistant.setup] Setup of domain spotify took 0.0 seconds
2023-02-16 23:32:28.481 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2023-02-16 23:32:28.633 INFO (MainThread) [homeassistant.setup] Setting up tts
2023-02-16 23:32:28.652 INFO (SyncWorker_2) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2023-02-16 23:32:28.654 INFO (SyncWorker_1) [homeassistant.loader] Loaded button from homeassistant.components.button
2023-02-16 23:32:28.660 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2023-02-16 23:32:28.681 WARNING (SyncWorker_5) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.50.195', port=49153): Read timed out.")': /rulesservice.xml
2023-02-16 23:32:29.087 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 3.2 seconds
2023-02-16 23:32:29.099 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.shelly
2023-02-16 23:32:29.101 INFO (MainThread) [homeassistant.components.light] Setting up light.shelly
2023-02-16 23:32:29.102 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.shelly
2023-02-16 23:32:29.104 INFO (MainThread) [homeassistant.components.switch] Setting up switch.shelly
2023-02-16 23:32:29.105 INFO (MainThread) [homeassistant.components.update] Setting up update.shelly
2023-02-16 23:32:29.108 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.shelly
2023-02-16 23:32:29.111 INFO (MainThread) [homeassistant.components.light] Setting up light.shelly
2023-02-16 23:32:29.113 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.shelly
2023-02-16 23:32:29.114 INFO (MainThread) [homeassistant.components.switch] Setting up switch.shelly
2023-02-16 23:32:29.115 INFO (MainThread) [homeassistant.components.update] Setting up update.shelly
2023-02-16 23:32:29.181 INFO (MainThread) [homeassistant.setup] Setting up automation
2023-02-16 23:32:29.210 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 2.3 seconds
2023-02-16 23:32:29.223 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.plex
2023-02-16 23:32:29.233 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.plex
2023-02-16 23:32:29.265 INFO (MainThread) [homeassistant.components.light] Setting up light.tplink
2023-02-16 23:32:29.278 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tplink
2023-02-16 23:32:29.285 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tplink
2023-02-16 23:32:29.297 INFO (MainThread) [homeassistant.setup] Setting up cover
2023-02-16 23:32:29.317 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2023-02-16 23:32:29.321 INFO (MainThread) [homeassistant.setup] Setting up button
2023-02-16 23:32:29.324 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds
2023-02-16 23:32:29.687 CRITICAL (MainThread) [custom_components.hacs] <HacsData restore> [The repo id for rsnodgrass/hass-integrations is already set to 535062704] Restore Failed!
Traceback (most recent call last):
  File "/config/custom_components/hacs/utils/data.py", line 241, in restore
    self.async_restore_repository(entry, repo_data)
  File "/config/custom_components/hacs/utils/data.py", line 280, in async_restore_repository
    self.hacs.repositories.set_repository_id(repository, entry)
  File "/config/custom_components/hacs/base.py", line 283, in set_repository_id
    raise ValueError(
ValueError: The repo id for rsnodgrass/hass-integrations is already set to 535062704

Diagnostics dump

I am not able to download diagnostics

hacs-bot[bot] commented 1 year ago

Make sure you have read the issue guidelines and that you filled out the entire template.

If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a :+1: reaction to the issue description. Thanks! :+1:

ludeeus commented 1 year ago

Your /config.storrage files are messed up.

Restore all files containing the word “hacs” in the filename inside that directory from a backup.

If you do not have a backup with it, delete the files containing the word “hacs” in the filename.