Thank you. Is there any suggested way to find the issue?
Log files are a good start.
I guess I’m a little bit lost. If I upload the back up I don’t have time to get to the logs to see what may be wrong before the HA instance locks up. I’m trying to see if I can bring over just scenes, or the dashboards, etc. to see what particular thing is causing the issue. – Sorry I’m still learning.
You can access the log file at /config/home-assistant.log
it’s a text file.
The log from before a restart is at /config/home-assistant.log.1
Any idea how I would access that directory when uploading the backup locks up the HA instance?
If you have the Samba share Addon installed, you should be able to access all your files (including log files), even if the frontend is unavailable.
If you know which internal IP is assigned to your HA server, then when it’s unavailable you could try to connect directly to it, as follows:
- http://192.168.1.20:8123 - connects to the frontend (replace IP with yours)
- http://192.168.1.20:4357 - connects to the observer, which gives you a basic overview if your server is working (replace IP with yours).
Thank you for that information. Because it was locking up continually, i had to format my sdd and reinstall HAOS and only have the google drive backup. Can Samba share recognize it and allow me to pull over things like scripts, scenes, and automations?
No, Samba share connects directly to the server over a local connection, so you need at least the observer to be running to connect (setting it up still requires the front-end).
However, once you have it set up, you can use it to replace corrupted files which are extracted and unpacked from the google drive backup in case of an emergency.
Thank you very much for the info. How do you unpack the files from the Google Drive backup (vs letting HA do a full restore)?
It’s pretty much the same as you would for any other compressed file. You just need to unzip it using whatever program (Winzip, 7zip, etc.) you have available.
I was able to install Samba Share from a clean install of HAOS. I tried to restore from the Google Drive Backup and it’s been over an hour with
If I try to open it in another window/tab I get
I do have access through Samba Share to home-assistant.log from today (April 14th 2024) at 4:04 PM - so as of now it’s been trying to load for an additional 30+ min with no luck.
Could someone look at the log & help me find the issue(s)?
Feeling very lost.
Thanks,
If the log isn’t too large, paste it here using the code tags. Otherwise, use something like pastebin.
Make sure you hide any sensitive information like external IPs (internal ones are fine).
Is the observer giving you 3 check marks?
Thank you - see below. I’m not sure what you mean by the observer? Happy to look just don’t know where to look.
Log Pt 1
2024-04-15 06:57:06.169 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration ble_monitor 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
2024-04-15 06:57:06.171 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration bambu_lab 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
2024-04-15 06:57:06.172 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration myicomfort 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
2024-04-15 06:57:06.174 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration scheduler 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
2024-04-15 06:57:06.176 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration samsungtv_smart 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
2024-04-15 06:57:06.180 WARNING (SyncWorker_1) [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
2024-04-15 06:57:06.182 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration webrtc 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
2024-04-15 06:57:06.184 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration watchman 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
2024-04-15 06:57:06.186 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration alexa_media 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
2024-04-15 06:57:06.926 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event logging_changed[L]>
2024-04-15 06:57:06.927 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logger, service=set_default_level>
2024-04-15 06:57:06.927 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logger, service=set_level>
2024-04-15 06:57:06.927 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2024-04-15 06:57:07.167 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=system_log>
2024-04-15 06:57:07.167 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=logger>
2024-04-15 06:57:07.167 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
2024-04-15 06:57:07.199 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2024-04-15 06:57:07.199 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2024-04-15 06:57:07.203 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2024-04-15 06:57:07.204 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:07.207 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=device_automation>
2024-04-15 06:57:07.213 INFO (MainThread) [homeassistant.setup] Setting up http
2024-04-15 06:57:07.220 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2024-04-15 06:57:07.221 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=lovelace>
2024-04-15 06:57:07.262 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2024-04-15 06:57:07.262 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=http>
2024-04-15 06:57:07.268 INFO (MainThread) [homeassistant.setup] Setting up auth
2024-04-15 06:57:07.270 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2024-04-15 06:57:07.276 INFO (MainThread) [homeassistant.setup] Setting up config
2024-04-15 06:57:07.277 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:07.286 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.area_registry>
2024-04-15 06:57:07.292 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.auth>
2024-04-15 06:57:07.301 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.auth_provider_homeassistant>
2024-04-15 06:57:07.437 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.automation>
2024-04-15 06:57:07.457 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.config_entries>
2024-04-15 06:57:07.469 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.core>
2024-04-15 06:57:07.473 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.device_registry>
2024-04-15 06:57:07.479 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.entity_registry>
2024-04-15 06:57:07.485 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.floor_registry>
2024-04-15 06:57:07.490 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.label_registry>
2024-04-15 06:57:07.519 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.script>
2024-04-15 06:57:07.523 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.scene>
2024-04-15 06:57:07.523 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.2 seconds
2024-04-15 06:57:07.536 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2024-04-15 06:57:07.543 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.0 seconds
2024-04-15 06:57:07.556 INFO (MainThread) [homeassistant.setup] Setting up repairs
2024-04-15 06:57:07.558 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.0 seconds
2024-04-15 06:57:07.560 INFO (MainThread) [homeassistant.setup] Setting up api
2024-04-15 06:57:07.565 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2024-04-15 06:57:07.565 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=auth>
2024-04-15 06:57:07.566 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config>
2024-04-15 06:57:07.566 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=diagnostics>
2024-04-15 06:57:07.566 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=repairs>
2024-04-15 06:57:07.566 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>
2024-04-15 06:57:07.593 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2024-04-15 06:57:07.595 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.0 seconds
2024-04-15 06:57:07.599 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2024-04-15 06:57:07.600 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2024-04-15 06:57:07.600 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=file_upload>
2024-04-15 06:57:07.728 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2024-04-15 06:57:07.729 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=websocket_api>
2024-04-15 06:57:07.774 INFO (MainThread) [homeassistant.setup] Setting up search
2024-04-15 06:57:07.774 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2024-04-15 06:57:07.776 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=search>
2024-04-15 06:57:07.783 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.1 seconds
2024-04-15 06:57:07.783 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=image_upload>
2024-04-15 06:57:07.790 INFO (MainThread) [homeassistant.setup] Setting up person
2024-04-15 06:57:07.797 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=person.justin, old_state=None, new_state=<state person.justin=home; editable=True, id=justin, latitude=37.0456284, longitude=-79.7054704, gps_accuracy=100, source=person.justin, user_id=0c64adadf924473aadf593bd6852400f, device_trackers=['device_tracker.sm_s928ujk'], entity_picture=/api/image/serve/f20c07aa6431dc6b8a416219daf52de6/512x512, friendly_name=Justin @ 2024-04-15T06:57:07.797652-04:00>>
2024-04-15 06:57:07.801 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=person.carrie, old_state=None, new_state=<state person.carrie=unknown; editable=True, id=carrie, source=person.carrie, user_id=809fc24f0cef4a3e8de77d78625234b9, device_trackers=['device_tracker.sm_s928u'], entity_picture=/api/image/serve/1b7e36ebbf58c3100e4e7ac839a8cebb/512x512, friendly_name=Carrie @ 2024-04-15T06:57:07.801223-04:00>>
2024-04-15 06:57:07.804 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=person, service=reload>
2024-04-15 06:57:07.804 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.0 seconds
2024-04-15 06:57:07.804 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=person>
2024-04-15 06:57:09.545 INFO (MainThread) [homeassistant.setup] Setting up analytics
2024-04-15 06:57:09.548 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2024-04-15 06:57:09.549 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=analytics>
2024-04-15 06:57:09.554 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2024-04-15 06:57:09.556 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2024-04-15 06:57:09.557 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=onboarding>
2024-04-15 06:57:09.561 INFO (MainThread) [homeassistant.setup] Setting up frontend
2024-04-15 06:57:09.573 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.573 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.576 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=frontend, service=set_theme>
2024-04-15 06:57:09.576 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=frontend, service=reload_themes>
2024-04-15 06:57:09.576 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2024-04-15 06:57:09.577 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=frontend>
2024-04-15 06:57:09.580 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'}
2024-04-15 06:57:09.584 INFO (MainThread) [homeassistant.setup] Setting up recorder
2024-04-15 06:57:09.586 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=recorder, service=purge>
2024-04-15 06:57:09.586 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=recorder, service=purge_entities>
2024-04-15 06:57:09.587 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=recorder, service=enable>
2024-04-15 06:57:09.587 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=recorder, service=disable>
2024-04-15 06:57:09.602 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2024-04-15 06:57:09.623 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2024-04-15 06:57:09.649 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=396 from 2024-04-14 19:49:46.706689)
2024-04-15 06:57:09.703 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds
2024-04-15 06:57:09.703 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>
2024-04-15 06:57:09.706 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'bluetooth', 'dhcp', 'network', 'websocket_api', 'cloud', 'hassio', 'webhook', 'zeroconf', 'http', 'api', 'ssdp', 'usb'}
2024-04-15 06:57:09.711 INFO (MainThread) [homeassistant.setup] Setting up network
2024-04-15 06:57:09.715 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2024-04-15 06:57:09.727 INFO (MainThread) [homeassistant.setup] Setting up webhook
2024-04-15 06:57:09.729 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2024-04-15 06:57:09.732 INFO (MainThread) [homeassistant.setup] Setting up hassio
2024-04-15 06:57:09.735 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=network>
2024-04-15 06:57:09.735 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=webhook>
2024-04-15 06:57:09.764 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.779 INFO (MainThread) [homeassistant.setup] Setting up usb
2024-04-15 06:57:09.801 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2024-04-15 06:57:09.802 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=usb>
2024-04-15 06:57:09.810 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=addon_start>
2024-04-15 06:57:09.810 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=addon_stop>
2024-04-15 06:57:09.811 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=addon_restart>
2024-04-15 06:57:09.811 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=addon_update>
2024-04-15 06:57:09.811 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=addon_stdin>
2024-04-15 06:57:09.811 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=host_shutdown>
2024-04-15 06:57:09.811 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=host_reboot>
2024-04-15 06:57:09.812 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=backup_full>
2024-04-15 06:57:09.812 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=backup_partial>
2024-04-15 06:57:09.812 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=restore_full>
2024-04-15 06:57:09.812 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=hassio, service=restore_partial>
2024-04-15 06:57:09.904 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.904 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.904 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.905 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:09.919 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.2 seconds
2024-04-15 06:57:10.003 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2024-04-15 06:57:10.005 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2024-04-15 06:57:10.007 INFO (MainThread) [homeassistant.setup] Setting up sensor
2024-04-15 06:57:10.008 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
Log Pt. 2
2024-04-15 06:57:10.025 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=update, service=install>
2024-04-15 06:57:10.025 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=update, service=skip>
2024-04-15 06:57:10.026 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=update, service=clear_skipped>
2024-04-15 06:57:10.027 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.0 seconds
2024-04-15 06:57:10.027 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=binary_sensor>
2024-04-15 06:57:10.041 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up hassio.binary_sensor
2024-04-15 06:57:10.044 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>
2024-04-15 06:57:10.049 INFO (MainThread) [homeassistant.components.sensor] Setting up hassio.sensor
2024-04-15 06:57:10.066 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=update>
2024-04-15 06:57:10.074 INFO (MainThread) [homeassistant.components.update] Setting up hassio.update
2024-04-15 06:57:10.076 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.home_assistant_supervisor_update, old_state=None, new_state=<state update.home_assistant_supervisor_update=off; auto_update=True, installed_version=2024.04.0, in_progress=False, latest_version=2024.04.0, release_summary=None, release_url=https://github.com/home-assistant/supervisor/releases/tag/2024.04.0, skipped_version=None, title=Home Assistant Supervisor, entity_picture=https://brands.home-assistant.io/hassio/icon.png, friendly_name=Home Assistant Supervisor Update, supported_features=1 @ 2024-04-15T06:57:10.076308-04:00>>
2024-04-15 06:57:10.082 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.home_assistant_core_update, old_state=None, new_state=<state update.home_assistant_core_update=on; auto_update=False, installed_version=2024.3.3, in_progress=False, latest_version=2024.4.3, release_summary=None, release_url=https://www.home-assistant.io/latest-release-notes/, skipped_version=None, title=Home Assistant Core, entity_picture=https://brands.home-assistant.io/homeassistant/icon.png, friendly_name=Home Assistant Core Update, supported_features=11 @ 2024-04-15T06:57:10.081979-04:00>>
2024-04-15 06:57:10.083 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.advanced_ssh_web_terminal_update, old_state=None, new_state=<state update.advanced_ssh_web_terminal_update=off; auto_update=True, installed_version=17.2.0, in_progress=False, latest_version=17.2.0, release_summary=## What’s changed
## ⬆️ Dependency updates
- ⬆️ Update home-assistant/cli to v4.31.0 @renovate ([#702](https://github.com/hassio-addons/addon-ssh/pull/702))
- ⬆️ Update Docker to v25.0.3-r1 @renovate ([#703](https://github.com/hassio-addons/addon-ssh/pu, release_url=None, skipped_version=None, title=Advanced SSH & Web Terminal, entity_picture=/api/hassio/addons/a0d7b954_ssh/icon, friendly_name=Advanced SSH & Web Terminal Update, supported_features=25 @ 2024-04-15T06:57:10.083498-04:00>>
2024-04-15 06:57:10.084 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.studio_code_server_update, old_state=None, new_state=<state update.studio_code_server_update=off; auto_update=False, installed_version=5.15.0, in_progress=False, latest_version=5.15.0, release_summary=## What’s changed
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2024 @frenck ([#763](https://github.com/hassio-addons/addon-vscode/pull/763))
## ⬆️ Dependency updates
- ⬆️ Update esphome to v2023.11.0 @renovate ([#739](https://github.com/ha, release_url=None, skipped_version=None, title=Studio Code Server, entity_picture=/api/hassio/addons/a0d7b954_vscode/icon, friendly_name=Studio Code Server Update, supported_features=25 @ 2024-04-15T06:57:10.084490-04:00>>
2024-04-15 06:57:10.085 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.file_editor_update, old_state=None, new_state=<state update.file_editor_update=off; auto_update=True, installed_version=5.8.0, in_progress=False, latest_version=5.8.0, release_summary=# Changelog
## 5.8.0
- Update base image to Alpine 3.19
## 5.7.0
- Use new location for accessing the Home Assistant configuration folder using `/homeassistant`
- Add access to the new public configuration folders of add-ons
- Upgrade to Alpine 3.18
-, release_url=None, skipped_version=None, title=File editor, entity_picture=/api/hassio/addons/core_configurator/icon, friendly_name=File editor Update, supported_features=25 @ 2024-04-15T06:57:10.085624-04:00>>
2024-04-15 06:57:10.086 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.samba_share_update, old_state=None, new_state=<state update.samba_share_update=off; auto_update=False, installed_version=12.3.1, in_progress=False, latest_version=12.3.1, release_summary=# Changelog
## 12.3.1
- Handle passwords with backslash correctly
## 12.3.0
- Upgrade Alpine Linux to 3.19
## 12.2.0
- Decrease Samba log level
## 12.1.0
- Use the new Home Assistant folder for the `config` share
- Add support for accessing public, release_url=None, skipped_version=None, title=Samba share, entity_picture=/api/hassio/addons/core_samba/icon, friendly_name=Samba share Update, supported_features=25 @ 2024-04-15T06:57:10.086664-04:00>>
2024-04-15 06:57:10.087 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.home_assistant_google_drive_backup_update, old_state=None, new_state=<state update.home_assistant_google_drive_backup_update=off; auto_update=False, installed_version=0.112.1, in_progress=False, latest_version=0.112.1, release_summary=## v0.112.1 [2023-11-03]
- Added warnings about using the "Stop Addons" feature. I plan on removing this in the near future. If you'd like to keep the feature around, please give your feedback in [this GitHub issue](https://github.com/sabeechen/hassio-, release_url=None, skipped_version=None, title=Home Assistant Google Drive Backup, entity_picture=/api/hassio/addons/cebe7a76_hassio_google_drive_backup/icon, friendly_name=Home Assistant Google Drive Backup Update, supported_features=25 @ 2024-04-15T06:57:10.087667-04:00>>
2024-04-15 06:57:10.089 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.matter_server_update, old_state=None, new_state=<state update.matter_server_update=on; auto_update=False, installed_version=5.4.1, in_progress=False, latest_version=5.5.1, release_summary=# Changelog
## 5.5.1
- Fix logging in case fallback method for determining the primary network interface is used
## 5.5.0
- Bump Python Matter Server to [5.9.0](https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.9.0)
- Enable I, release_url=None, skipped_version=None, title=Matter Server, entity_picture=/api/hassio/addons/core_matter_server/icon, friendly_name=Matter Server Update, supported_features=25 @ 2024-04-15T06:57:10.089769-04:00>>
2024-04-15 06:57:10.091 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=update.home_assistant_operating_system_update, old_state=None, new_state=<state update.home_assistant_operating_system_update=off; auto_update=False, installed_version=12.2, in_progress=False, latest_version=12.2, release_summary=None, release_url=https://github.com/home-assistant/operating-system/releases/tag/12.2, skipped_version=None, title=Home Assistant Operating System, entity_picture=https://brands.home-assistant.io/homeassistant/icon.png, friendly_name=Home Assistant Operating System Update, supported_features=3 @ 2024-04-15T06:57:10.091552-04:00>>
2024-04-15 06:57:10.127 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=hassio>
2024-04-15 06:57:10.142 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2024-04-15 06:57:10.143 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2024-04-15 06:57:10.143 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=dhcp>
2024-04-15 06:57:10.271 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2024-04-15 06:57:10.283 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds
2024-04-15 06:57:10.285 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zeroconf>
2024-04-15 06:57:10.302 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2024-04-15 06:57:10.381 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2024-04-15 06:57:10.389 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2024-04-15 06:57:10.390 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=ssdp>
2024-04-15 06:57:12.144 INFO (MainThread) [homeassistant.setup] Setting up cloud
2024-04-15 06:57:12.180 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=cloud, service=remote_connect>
2024-04-15 06:57:12.182 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=cloud, service=remote_disconnect>
2024-04-15 06:57:12.188 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2024-04-15 06:57:13.096 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2024-04-15 06:57:13.103 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up cloud.binary_sensor
2024-04-15 06:57:13.105 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.remote_ui, old_state=None, new_state=<state binary_sensor.remote_ui=unavailable; device_class=connectivity, friendly_name=Remote UI @ 2024-04-15T06:57:13.104956-04:00>>
2024-04-15 06:57:13.121 INFO (MainThread) [homeassistant.setup] Setting up stt
2024-04-15 06:57:13.125 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.0 seconds
2024-04-15 06:57:13.127 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=stt>
2024-04-15 06:57:13.132 INFO (MainThread) [homeassistant.components.stt] Setting up cloud.stt
2024-04-15 06:57:13.137 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
2024-04-15 06:57:13.147 INFO (MainThread) [homeassistant.setup] Setting up hardware
2024-04-15 06:57:13.300 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.2 seconds
2024-04-15 06:57:13.316 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.2 seconds
2024-04-15 06:57:13.318 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=hardware>
2024-04-15 06:57:13.335 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=bluetooth>
2024-04-15 06:57:13.528 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=ffmpeg, service=start>
2024-04-15 06:57:13.529 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=ffmpeg, service=stop>
2024-04-15 06:57:13.529 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=ffmpeg, service=restart>
2024-04-15 06:57:13.529 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.4 seconds
2024-04-15 06:57:13.529 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=ffmpeg>
2024-04-15 06:57:13.540 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2024-04-15 06:57:13.579 INFO (MainThread) [homeassistant.setup] Setting up tts
2024-04-15 06:57:13.589 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=tts, service=google_translate_say>
2024-04-15 06:57:13.590 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=tts, service=speak>
2024-04-15 06:57:13.590 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=tts, service=clear_cache>
2024-04-15 06:57:13.590 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.0 seconds
2024-04-15 06:57:13.590 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=tts>
2024-04-15 06:57:13.603 INFO (MainThread) [homeassistant.components.tts] Setting up cloud.tts
2024-04-15 06:57:13.605 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=tts, service=cloud_say>
2024-04-15 06:57:13.611 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=tts.home_assistant_cloud, old_state=None, new_state=<state tts.home_assistant_cloud=unknown; friendly_name=Home Assistant Cloud @ 2024-04-15T06:57:13.611794-04:00>>
2024-04-15 06:57:13.612 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=stt.home_assistant_cloud, old_state=None, new_state=<state stt.home_assistant_cloud=unknown; friendly_name=Home Assistant Cloud @ 2024-04-15T06:57:13.612624-04:00>>
2024-04-15 06:57:13.613 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=cloud>
2024-04-15 06:57:13.618 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'script', 'persistent_notification', 'person', 'speedtestdotnet', 'mqtt', 'scheduler', 'group', 'media_source', 'energy', 'raspberry_pi', 'input_datetime', 'default_config', 'my', 'automation', 'input_button', 'onboarding', 'logbook', 'config', 'repairs', 'lovelace', 'holiday', 'local_todo', 'tts', 'schedule', 'mobile_app', 'local_calendar', 'input_boolean', 'search', 'thread', 'alexa_media', 'stt', 'assist_pipeline', 'upnp', 'ble_monitor', 'auth', 'input_number', 'history', 'met', 'tuya_local', 'tuya', 'image_upload', 'bluetooth_adapters', 'file_upload', 'denonavr', 'rpi_power', 'roomba', 'application_credentials', 'tplink', 'ffmpeg', 'tag', 'backup', 'systemmonitor', 'sun', 'input_select', 'zone', 'conversation', 'blink', 'scene', 'roku', 'heos', 'diagnostics', 'radio_browser', 'oralb', 'androidtv_remote', 'watchman', 'matter', 'ipp', 'hacs', 'bambu_lab', 'zha', 'github', 'device_automation', 'homeassistant_alerts', 'system_health', 'stream', 'wake_word', 'ibeacon', 'counter', 'simplisafe', 'hardware', 'timer', 'map', 'trace', 'analytics', 'climate', 'blueprint', 'input_text', 'dlna_dmr', 'inkbird'}
2024-04-15 06:57:13.628 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2024-04-15 06:57:13.629 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2024-04-15 06:57:13.632 INFO (MainThread) [homeassistant.setup] Setting up trace
2024-04-15 06:57:13.633 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2024-04-15 06:57:13.640 INFO (MainThread) [homeassistant.setup] Setting up rpi_power
2024-04-15 06:57:13.640 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_power took 0.0 seconds
2024-04-15 06:57:13.653 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2024-04-15 06:57:13.663 INFO (MainThread) [homeassistant.setup] Setting up tag
2024-04-15 06:57:13.681 INFO (MainThread) [homeassistant.setup] Setting up systemmonitor
2024-04-15 06:57:13.681 INFO (MainThread) [homeassistant.setup] Setup of domain systemmonitor took 0.0 seconds
2024-04-15 06:57:13.720 INFO (MainThread) [homeassistant.setup] Setting up speedtestdotnet
2024-04-15 06:57:13.721 INFO (MainThread) [homeassistant.setup] Setup of domain speedtestdotnet took 0.0 seconds
2024-04-15 06:57:13.782 INFO (MainThread) [homeassistant.setup] Setting up tuya_local
2024-04-15 06:57:13.783 INFO (MainThread) [homeassistant.setup] Setup of domain tuya_local took 0.0 seconds
2024-04-15 06:57:13.787 INFO (MainThread) [homeassistant.setup] Setting up sun
2024-04-15 06:57:13.789 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2024-04-15 06:57:13.794 INFO (MainThread) [homeassistant.setup] Setting up input_select
2024-04-15 06:57:13.799 INFO (MainThread) [homeassistant.setup] Setting up zone
2024-04-15 06:57:14.111 INFO (MainThread) [homeassistant.setup] Setting up scheduler
2024-04-15 06:57:14.111 INFO (MainThread) [homeassistant.setup] Setup of domain scheduler took 0.0 seconds
2024-04-15 06:57:14.115 INFO (MainThread) [homeassistant.setup] Setting up conversation
2024-04-15 06:57:14.123 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=conversation, service=process>
2024-04-15 06:57:14.124 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=conversation, service=reload>
2024-04-15 06:57:14.124 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds
2024-04-15 06:57:14.144 INFO (MainThread) [homeassistant.setup] Setting up history
2024-04-15 06:57:14.146 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:14.146 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2024-04-15 06:57:14.186 INFO (MainThread) [homeassistant.setup] Setting up scene
2024-04-15 06:57:14.187 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.188 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.tv_time, old_state=None, new_state=<state scene.tv_time=2024-03-27T22:40:38.286035+00:00; entity_id=['light.stairs_1', 'light.stairs_2', 'light.mantel_1', 'light.mantel_2', 'light.downstairs_1', 'light.downstairs_2', 'light.downstairs_3', 'light.downstairs_4', 'light.hallway_1', 'light.hallway_2', 'light.storage_room_2', 'light.bar_front', 'light.downstairs_6', 'switch.cooler_lights_socket_1', 'light.couch_1', 'light.couch_2', 'light.tv_1', 'light.tv_2', 'light.60w_tune_color_5', 'light.60w_tune_color_4', 'light.cloud_1', 'light.cloud_2', 'light.cloud_3', 'media_player.downstairs_tv', 'remote.downstairs_tv'], id=1673136238002, icon=mdi:television-classic, friendly_name=TV Time @ 2024-04-15T06:57:14.188739-04:00>>
2024-04-15 06:57:14.189 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=scene, service=reload>
2024-04-15 06:57:14.192 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=scene, service=apply>
2024-04-15 06:57:14.192 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=scene, service=create>
2024-04-15 06:57:14.193 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=scene, service=delete>
2024-04-15 06:57:14.194 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.195 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.downstairs_lights_100, old_state=None, new_state=<state scene.downstairs_lights_100=2024-03-28T00:36:47.144947+00:00; entity_id=['light.stairs_1', 'light.mantel_1', 'light.mantel_2', 'light.downstairs_1', 'light.downstairs_3', 'light.downstairs_4', 'light.hallway_1', 'light.hallway_2', 'light.bar_front', 'light.stairs_2', 'light.storage_room_2', 'light.downstairs_2', 'light.downstairs_6', 'light.tv_1', 'light.tv_2', 'light.couch_1', 'light.couch_2', 'light.60w_tune_color_5', 'light.60w_tune_color_4', 'light.storage_room_1'], id=1663972896402, icon=mdi:lamps-outline, friendly_name="Downstairs Lights On" @ 2024-04-15T06:57:14.195180-04:00>>
2024-04-15 06:57:14.195 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.197 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.bedroom_lamps_daytime, old_state=None, new_state=<state scene.bedroom_lamps_daytime=2024-03-21T14:56:42.333221+00:00; entity_id=['light.carrie_s_lamp', 'light.justin_s_lamp', 'light.bed'], id=1664744882291, icon=mdi:sun-wireless, friendly_name="Daytime" @ 2024-04-15T06:57:14.197178-04:00>>
2024-04-15 06:57:14.198 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.198 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.home_office_work_time, old_state=None, new_state=<state scene.home_office_work_time=2024-03-15T13:34:24.715324+00:00; entity_id=['light.office_1', 'light.office_2', 'switch.sweatshop_1_socket_1'], id=1664745455327, icon=mdi:desktop-classic, friendly_name=Home Office "Work Time" @ 2024-04-15T06:57:14.198810-04:00>>
2024-04-15 06:57:14.199 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.200 DEBUG (MainThread) [homeassistant.core] Bus:Handling
Log Pt. 3
2024-04-15 06:57:14.200 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.201 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.bedroom_lamps_off, old_state=None, new_state=<state scene.bedroom_lamps_off=2023-04-24T23:36:53.779152+00:00; entity_id=['light.carrie_s_lamp', 'light.justin_s_lamp'], id=1664835151002, icon=mdi:sun-wireless, friendly_name=Bedroom Lamps "Off" @ 2024-04-15T06:57:14.201193-04:00>>
2024-04-15 06:57:14.202 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.203 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.whole_house_off, old_state=None, new_state=<state scene.whole_house_off=2024-03-22T18:10:00.007331+00:00; entity_id=['light.whole_house', 'switch.whole_house_switches'], id=1665005311092, icon=mdi:home-alert, friendly_name=Whole House Off @ 2024-04-15T06:57:14.202977-04:00>>
2024-04-15 06:57:14.203 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.204 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.whole_house_on_duplicate, old_state=None, new_state=<state scene.whole_house_on_duplicate=2024-03-22T12:35:00.021483+00:00; entity_id=['light.whole_house', 'switch.whole_house_switches', 'light.master_bedroom'], id=1665005744966, icon=mdi:home-alert, friendly_name=Whole House On @ 2024-04-15T06:57:14.204124-04:00>>
2024-04-15 06:57:14.204 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.205 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.downstairs_lights_off, old_state=None, new_state=<state scene.downstairs_lights_off=2024-03-28T00:36:52.393388+00:00; entity_id=['light.stairs_1', 'light.mantel_1', 'light.mantel_2', 'light.downstairs_1', 'light.downstairs_3', 'light.downstairs_4', 'light.hallway_1', 'light.hallway_2', 'light.bar_front', 'switch.cooler_lights_socket_1', 'light.stairs_2', 'light.storage_room_2', 'light.downstairs_2', 'light.downstairs_6', 'light.tv_1', 'light.tv_2', 'light.couch_1', 'light.couch_2', 'light.60w_tune_color_4', 'light.60w_tune_color_5', 'light.cloud_1', 'light.cloud_2', 'light.cloud_3', 'light.60w_tune_color_2'], id=1665179506331, icon=mdi:lamps, friendly_name="Downstairs Lights Off" @ 2024-04-15T06:57:14.205269-04:00>>
2024-04-15 06:57:14.205 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.206 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.sunset, old_state=None, new_state=<state scene.sunset=2024-03-27T23:38:41.609107+00:00; entity_id=['switch.pathway_lights_socket_1', 'switch.outside_kitchen_lights_switch_1', 'switch.grandfather_clock_lights_socket_1', 'switch.garage_outside_switch_1', 'switch.island_switch_1', 'switch.front_porch_lights_switch_1'], id=1665609684437, icon=mdi:weather-sunset-down, friendly_name=Sunset On @ 2024-04-15T06:57:14.206425-04:00>>
2024-04-15 06:57:14.207 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.208 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.bathroom_lights_on, old_state=None, new_state=<state scene.bathroom_lights_on=2024-03-27T20:32:55.526786+00:00; entity_id=['light.bath_room_sink_1', 'light.bath_room_sink_2', 'light.bath_room_sink_3', 'light.toilet', 'light.shower', 'light.tub'], id=1667558369368, icon=mdi:shower, friendly_name=Bathroom Lights On @ 2024-04-15T06:57:14.208610-04:00>>
2024-04-15 06:57:14.209 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.210 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.bathroom_lights_off, old_state=None, new_state=<state scene.bathroom_lights_off=2024-03-28T00:47:39.682553+00:00; entity_id=['light.bath_room_sink_1', 'light.bath_room_sink_2', 'light.bath_room_sink_3', 'light.toilet', 'light.shower', 'light.tub'], id=1667558406057, icon=mdi:shower, friendly_name=Bathroom Lights Off @ 2024-04-15T06:57:14.210057-04:00>>
2024-04-15 06:57:14.210 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.211 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.sexy_time, old_state=None, new_state=<state scene.sexy_time=2023-11-27T04:56:17.885884+00:00; entity_id=['light.justin_s_lamp', 'light.carrie_s_lamp', 'light.bedroom'], id=1670196485460, friendly_name=Sexy time @ 2024-04-15T06:57:14.211237-04:00>>
2024-04-15 06:57:14.211 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.212 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.evening, old_state=None, new_state=<state scene.evening=2024-03-28T00:36:05.958069+00:00; entity_id=['light.carrie_s_lamp', 'light.justin_s_lamp', 'switch.ceiling_fan_switch_1', 'light.bath_room_sink_1', 'light.bath_room_sink_2', 'light.bath_room_sink_3', 'switch.grandfather_clock_lights_socket_1', 'switch.outside_kitchen_lights_switch_1', 'switch.pathway_lights_socket_1', 'light.downstairs'], id=1673131046398, icon=mdi:bed, friendly_name=Evening @ 2024-04-15T06:57:14.212276-04:00>>
2024-04-15 06:57:14.213 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.213 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.sunset_off, old_state=None, new_state=<state scene.sunset_off=2024-03-01T23:19:34.056461+00:00; entity_id=['switch.pathway_lights_socket_1', 'light.foyer_light_light', 'switch.island_switch_1', 'switch.grandfather_clock_lights_socket_1', 'light.60w_tune_color', 'light.60w_tune_color_7', 'light.60w_tune_color_6', 'light.60w_tune_color_8', 'light.60w_tune_color_9'], id=1674422670190, icon=mdi:weather-sunset-down, friendly_name=Sunset Off @ 2024-04-15T06:57:14.213723-04:00>>
2024-04-15 06:57:14.214 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.214 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.party_mode_scene, old_state=None, new_state=<state scene.party_mode_scene=2024-02-17T20:59:53.137239+00:00; entity_id=['light.downstairs_1', 'light.downstairs_2', 'light.downstairs_3', 'light.downstairs_4', 'light.60w_tune_color_5', 'light.downstairs_6', 'light.stairs_1', 'light.stairs_2', 'light.couch_1', 'light.couch_2', 'light.tv_1', 'light.tv_2', 'light.mantel_1', 'light.mantel_2', 'light.cloud_1', 'light.cloud_2', 'light.cloud_3', 'light.hallway_1', 'light.hallway_2', 'light.storage_room_2'], id=1708180999193, icon=mdi:party-popper, friendly_name=Party Mode Scene @ 2024-04-15T06:57:14.214801-04:00>>
2024-04-15 06:57:14.215 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.215 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=scene.game_time, old_state=None, new_state=<state scene.game_time=2024-03-09T17:30:27.141968+00:00; entity_id=['light.stairs_1', 'light.stairs_2', 'light.mantel_1', 'light.mantel_2', 'light.downstairs_1', 'light.downstairs_2', 'light.downstairs_3', 'light.downstairs_4', 'light.hallway_1', 'light.hallway_2', 'light.storage_room_2', 'light.bar_front', 'light.downstairs_6', 'switch.cooler_lights_socket_1', 'light.couch_1', 'light.couch_2', 'light.tv_1', 'light.tv_2', 'light.60w_tune_color_5', 'light.60w_tune_color_4', 'light.cloud_1', 'light.cloud_2', 'light.cloud_3'], id=1708815988375, icon=mdi:television-classic, friendly_name=Game Time @ 2024-04-15T06:57:14.215838-04:00>>
2024-04-15 06:57:14.216 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-04-15 06:57:14.217 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=scene, service=turn_on>
2024-04-15 06:57:14.217 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.0 seconds
2024-04-15 06:57:14.316 INFO (MainThread) [homeassistant.setup] Setting up roku
2024-04-15 06:57:14.317 INFO (MainThread) [homeassistant.setup] Setup of domain roku took 0.0 seconds
2024-04-15 06:57:14.321 INFO (MainThread) [homeassistant.setup] Setting up group
2024-04-15 06:57:14.430 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=reload>
2024-04-15 06:57:14.433 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=set>
2024-04-15 06:57:14.433 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=remove>
2024-04-15 06:57:14.433 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.1 seconds
2024-04-15 06:57:14.439 INFO (MainThread) [homeassistant.setup] Setting up media_source
2024-04-15 06:57:14.440 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:14.631 INFO (MainThread) [homeassistant.setup] Setting up heos
2024-04-15 06:57:14.632 INFO (MainThread) [homeassistant.setup] Setup of domain heos took 0.0 seconds
2024-04-15 06:57:14.636 INFO (MainThread) [homeassistant.setup] Setting up raspberry_pi
2024-04-15 06:57:14.636 INFO (MainThread) [homeassistant.setup] Setup of domain raspberry_pi took 0.0 seconds
2024-04-15 06:57:14.646 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2024-04-15 06:57:14.652 INFO (MainThread) [homeassistant.setup] Setting up wake_word
2024-04-15 06:57:14.653 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.0 seconds
2024-04-15 06:57:14.671 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
2024-04-15 06:57:14.672 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.0 seconds
2024-04-15 06:57:14.770 INFO (MainThread) [homeassistant.setup] Setting up logbook
2024-04-15 06:57:14.770 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:14.772 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logbook, service=log>
2024-04-15 06:57:14.877 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.1 seconds
2024-04-15 06:57:14.891 INFO (MainThread) [homeassistant.setup] Setting up map
2024-04-15 06:57:14.892 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:14.892 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2024-04-15 06:57:14.903 INFO (MainThread) [homeassistant.setup] Setting up my
2024-04-15 06:57:14.903 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2024-04-15 06:57:14.903 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2024-04-15 06:57:14.908 INFO (MainThread) [homeassistant.setup] Setting up stream
2024-04-15 06:57:15.744 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.8 seconds
2024-04-15 06:57:16.257 INFO (MainThread) [homeassistant.setup] Setting up tuya
2024-04-15 06:57:16.260 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 0.0 seconds
2024-04-15 06:57:16.268 INFO (MainThread) [homeassistant.setup] Setting up bluetooth_adapters
2024-04-15 06:57:16.269 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth_adapters took 0.0 seconds
2024-04-15 06:57:16.420 INFO (MainThread) [homeassistant.setup] Setting up watchman
2024-04-15 06:57:16.420 INFO (MainThread) [homeassistant.setup] Setup of domain watchman took 0.0 seconds
2024-04-15 06:57:16.437 INFO (MainThread) [homeassistant.setup] Setting up input_button
2024-04-15 06:57:16.580 INFO (MainThread) [homeassistant.setup] Setting up ipp
2024-04-15 06:57:16.581 INFO (MainThread) [homeassistant.setup] Setup of domain ipp took 0.0 seconds
2024-04-15 06:57:17.075 INFO (MainThread) [homeassistant.setup] Setting up hacs
2024-04-15 06:57:17.076 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
2024-04-15 06:57:17.083 INFO (MainThread) [homeassistant.setup] Setting up holiday
2024-04-15 06:57:17.083 INFO (MainThread) [homeassistant.setup] Setup of domain holiday took 0.0 seconds
2024-04-15 06:57:17.095 INFO (MainThread) [homeassistant.setup] Setting up local_todo
2024-04-15 06:57:17.096 INFO (MainThread) [homeassistant.setup] Setup of domain local_todo took 0.0 seconds
2024-04-15 06:57:17.111 INFO (MainThread) [homeassistant.setup] Setting up github
2024-04-15 06:57:17.112 INFO (MainThread) [homeassistant.setup] Setup of domain github took 0.0 seconds
2024-04-15 06:57:17.115 INFO (MainThread) [homeassistant.setup] Setting up system_health
2024-04-15 06:57:17.213 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.1 seconds
2024-04-15 06:57:17.216 INFO (MainThread) [homeassistant.setup] Setting up counter
2024-04-15 06:57:17.300 INFO (MainThread) [homeassistant.setup] Setting up simplisafe
2024-04-15 06:57:17.301 INFO (MainThread) [homeassistant.setup] Setup of domain simplisafe took 0.0 seconds
2024-04-15 06:57:17.315 INFO (MainThread) [homeassistant.setup] Setting up schedule
2024-04-15 06:57:17.323 INFO (MainThread) [homeassistant.setup] Setting up local_calendar
2024-04-15 06:57:17.324 INFO (MainThread) [homeassistant.setup] Setup of domain local_calendar took 0.0 seconds
2024-04-15 06:57:17.328 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2024-04-15 06:57:17.331 INFO (MainThread) [homeassistant.setup] Setting up timer2024-04-15 06:57:18.177 INFO (MainThread) [homeassistant.setup] Setting up alexa_media
2024-04-15 06:57:18.177 INFO (MainThread) [homeassistant.setup] Setup of domain alexa_media took 0.0 seconds
2024-04-15 06:57:18.212 INFO (MainThread) [homeassistant.setup] Setting up upnp
2024-04-15 06:57:18.212 INFO (MainThread) [homeassistant.setup] Setup of domain upnp took 0.0 seconds
2024-04-15 06:57:18.639 INFO (MainThread) [homeassistant.setup] Setting up ble_monitor
2024-04-15 06:57:18.640 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=ble_monitor, service=cleanup_entries>
2024-04-15 06:57:18.642 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=ble_monitor, service=parse_data>
2024-04-15 06:57:18.642 INFO (MainThread) [homeassistant.setup] Setup of domain ble_monitor took 0.0 seconds
2024-04-15 06:57:18.652 INFO (MainThread) [homeassistant.setup] Setting up input_text
2024-04-15 06:57:18.656 INFO (MainThread) [homeassistant.setup] Setting up input_number
2024-04-15 06:57:18.690 INFO (MainThread) [homeassistant.setup] Setting up met
2024-04-15 06:57:18.691 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2024-04-15 06:57:18.694 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=blueprint>
2024-04-15 06:57:18.694 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=trace>
2024-04-15 06:57:18.715 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up rpi_power.binary_sensor
2024-04-15 06:57:18.735 INFO (MainThread) [custom_components.tuya_local.device] Creating device: 00047757e09806acf0e8
2024-04-15 06:57:24.644 DEBUG (ImportExecutor_0) [zigpy.appdb] SQLite version for <module 'sqlite3' from '/usr/local/lib/python3.12/sqlite3/__init__.py'>: 3.44.2
2024-04-15 06:57:24.840 INFO (ImportExecutor_0) [zigpy.serial] Using pyserial-asyncio-fast in place of pyserial-asyncio2024-04-15 06:57:36.737 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device 00047757e09806acf0e8
2024-04-15 06:57:36.738 INFO (MainThread) [custom_components.tuya_local.device] Creating device: 73027080c82b9604472e
2024-04-15 06:57:54.741 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device 73027080c82b9604472e
2024-04-15 06:57:54.742 INFO (MainThread) [custom_components.tuya_local.device] Creating device: 73027080c82b96044c36
2024-04-15 06:58:12.746 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device 73027080c82b96044c36
2024-04-15 06:58:12.747 INFO (MainThread) [custom_components.tuya_local.device] Creating device: 7302708098f4abe6af7f
2024-04-15 06:58:30.752 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device 7302708098f4abe6af7f
2024-04-15 06:58:30.754 INFO (MainThread) [custom_components.tuya_local.device] Creating device: ebc219e2de314c67d8sc3i
2024-04-15 06:58:48.758 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device ebc219e2de314c67d8sc3i
2024-04-15 06:58:48.759 INFO (MainThread) [custom_components.tuya_local.device] Creating device: 73027080c82b9603f58d
2024-04-15 06:59:06.763 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device 73027080c82b9603f58d
2024-04-15 06:59:06.764 INFO (MainThread) [custom_components.tuya_local.device] Creating device: ebab5e335a15e0dec7leix
2024-04-15 06:59:24.767 ERROR (MainThread) [custom_components.tuya_local.device] <class 'Exception'>: Unable to find device on network (specify IP address) while initialising device ebab5e335a15e0dec7leix
2024-04-15 06:59:24.768 INFO (MainThread) [custom_components.tuya_local.device] Creating device: eb4f3c7b42a7665fb9y9vx
Ok, I spot 2 things, of which at least one would probably cause your RPI to exhibit the symptoms you’re seeing:
- You have DEBUG logging on homeassistant.core. I’m suspecting that’s what’s causing your RPI to freeze up. The poor thing can’t keep up with all the log entries.
Can you check configuration.yaml and tell me if you have alogger
entry (something like the below)?
logger:
default: debug
- Are you running tuya_local? It’s erroring out because it can’t find your devices. Weirdly, I’d expect there to be a warning for tuya_local in the beginning of your first batch of logs, but it doesn’t seem to be there. Something like:
WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration tuya_local 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
Based on the above, do the following steps:
- set default logging value to
warning
instead ofdebug
- disable tuya_local integration
- monitor for stability and report here
Thank you so much!
Mine says
logger:
default: info
so change “info” to “warning”?
I removed the “tuya_local” folder from “Custom Components”
Yes, set it to warn or warning. Not sure how you had debug logs with an info setting, since each log level should not report level of a lesser severity.
Docs here Logger - Home Assistant
That’s not what I asked you to do. You just needed to disable it from the integrations page.
Simply removing the folder might cause more issues.
Thanks for the clarification. I changed debug to warning & put the tuya_local folder back where it was.
I’m not certain how to disable the tuya_local integration since I can’t access the UI. Where might I find that via Samba Share directory?