Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something Is Blocking Home Assistant From Wrapping Up (From the log) #120633

Open
Seperis opened this issue Jun 27, 2024 · 1 comment
Open

Something Is Blocking Home Assistant From Wrapping Up (From the log) #120633

Seperis opened this issue Jun 27, 2024 · 1 comment

Comments

@Seperis
Copy link

Seperis commented Jun 27, 2024

The problem

I received the same error message twice in the logs; one restarting and once with a full reboot. Log is attached.

Maybe related: all my devices are either not updating their state/attribute, doing it very delayed, or just being weird. My scripts and automations are being very inconsistent as well; I don't get errors, but the same script will randomly not work and then will work fine. Full log is attached.

ETA: Changed my logging to debug for core and restarted. Adding that here as well.

home-assistant_2024-06-27T06-03-48.508Z.log

home-assistant_2024-06-27T05-48-03.560Z.log

What version of Home Assistant Core has the issue?

core-2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.core
Source: core.py:544
First occurred: 12:26:04 AM (1 occurrences)
Last logged: 12:26:04 AM
Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: schedule, radio_browser, lifx, matter.lock, wyzeapi.light, siren, analytics, mqtt.binary_sensor, person, shell_command, homeassistant_hardware, roomba.binary_sensor, met, zha.cover, input_boolean, smartthings.sensor, mqtt.switch, alexa, mqtt.button, netgear.button, netgear.switch, wyzeapi, dnsip, matter.sensor, media_player, tag, ffmpeg, input_text, sonos, blink.alarm_control_panel, blink.sensor, zha.binary_sensor, config, roomba, google.calendar, onboarding, cloud.stt, wiz.number, mobile_app.sensor, counter, roomba.sensor, zeroconf, netgear.sensor, calendar, hassio.sensor, homekit_controller.binary_sensor, samsungtv_smart, scene, template.binary_sensor, mqtt.siren, homeassistant.scene, alarm_control_panel, shopping_list, mobile_app, wyzeapi.siren, energy.sensor, matter.cover, default_config, wyzeapi.lock, device_automation, netgear.update, samsungtv.media_player, alexa_media.switch, manual.alarm_control_panel, samsungtv, ffmpeg_motion.binary_sensor, blink, tod.binary_sensor, nmap_tracker, zha.fan, cast.media_player, conversation, zha.sensor, bluetooth_adapters, homekit_controller, sensor, wyzeapi.climate, auth, cast, switch.light, simpleicons, hassio.binary_sensor, application_credentials, blink.switch, wiz.binary_sensor, frontend, trace, nest.sensor, lifx.sensor, smartthings, upnp.sensor, netgear, zha.device_tracker, smartthings.light, wiz.switch, websocket_api, lock, upnp.binary_sensor, smartthings.cover, homekit_controller.sensor, matter.event, dlna_dms, nest.climate, my, alexa_media, todo, homeassistant_sky_connect, sun, local_ip, matter.switch, dnsip.sensor, openweathermap.sensor, homekit_controller.button, switch, alexa_media.media_player, season, wyzeapi.sensor, google_translate, zone, roomba.vacuum, hassio, stream, remote_homeassistant, intent, update, zha.lock, dlna_dmr, zha.number, diagnostics, history, hue.binary_sensor, alexa_media.alarm_control_panel, alexa_media.light, alexa_media.notify, homeassistant_yellow, persistent_notification, zha.siren, webhook, wyzeapi.alarm_control_panel, zha, fan, hue.sensor, zha.alarm_control_panel, zha.button, climate, smartthings.binary_sensor, python_script, wiz, blink.binary_sensor, generic.camera, hue.scene, system_log, androidtv_remote, ibeacon.device_tracker, workday.binary_sensor, universal.media_player, uptime, mobile_app.device_tracker, generic, blueprint, remote_homeassistant.sensor, event, dlna_dmr.media_player, template.button, alexa_media.binary_sensor, google_translate.tts, sonos.sensor, file_upload, sonos.number, group.light, wiz.light, matter.binary_sensor, file.notify, androidtv_remote.remote, template, worldclock.sensor, mobile_app.notify, samsungtv_smart.remote, sonos.media_player, api, dhcp, light, shopping_list.todo, automation, matter.fan, wyzeapi.switch, smartthings.fan, http, timer, image_upload, fontawesome, matter.climate, mqtt.sensor, systemmonitor.sensor, moon, mobile_app.binary_sensor, openweathermap.weather, smartthings.scene, systemmonitor.binary_sensor, network, cloud, notify, lifx.button, mqtt.select, cloud.tts, netgear.device_tracker, zha.update, panel_custom, upnp, ibeacon, backup, input_number, thread, select, hacs, homeassistant, sonos.switch, systemmonitor, mqtt.cover, assist_pipeline, hue.switch, samsungtv.remote, wiz.sensor, hue.light, template.sensor, hacs.sensor, binary_sensor, hardware, cover, workday, smartthings.climate, search, input_select, androidtv_remote.media_player, device_tracker, script, local_ip.sensor, recorder, wake_word, sonos.binary_sensor, alexa_media.sensor, map, logger, file, nest, openweathermap, google_assistant, androidtv.media_player, weather, zha.select, hue.event, moon.sensor, input_button, time_date.sensor, hassio.update, matter, season.sensor, mqtt.camera, lifx.select, ssdp, logbook, sun.sensor, system_health, mqtt.number, repairs, camera, zha.climate, bluetooth, group, mqtt, lovelace, smartthings.switch, button, remote, nmap_tracker.device_tracker, nest.camera, otbr, homeassistant_alerts, lifx.binary_sensor, lifx.light, met.weather, tts, ibeacon.sensor, zha.switch, number, cloud.binary_sensor, media_source, zha.light, androidtv, group.switch, matter.light, blink.camera, uptime.sensor, vacuum, stt, energy, samsungtv_smart.media_player, input_datetime, smartthings.lock, hue, google, usb The system is waiting for tasks: {<Task pending name='Task-553' coro=<async_setup_entry.<locals>.setup_components_and_platforms() running at /config/custom_components/remote_homeassistant/__init__.py:266> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>}

Additional information

No response

@mib1185
Copy link
Contributor

mib1185 commented Jun 27, 2024

Hi
custom_components/remote_homeassistant is a custom component, which is not maintained by the HA core project. Please report your issue to the maintainer or in the source repository of this custom component.
Thx 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants