Hi,
Need help please. I would be grateful if someone can help. I took me month to setup everything and I’ve got a lot of issues.
My Home Assistant installed on a raspberry, core version 2024.3.1 was working perfectly this morning. Suddently many integrations failed to start. It seems it happened after I made a rest query in the template part of the developper tool. This query took like 15 seconds to run. But I did it a few times yesterday and no problem so I don’t think the issue comes from there.
I made a restore to a backup I made this morning (HA was working fine) and also a restore to a backup I made on yesterday and the issue is still there.
Integrations that fail to start :
Broadlink
Denon AVR Network Receivers (weird because now this one failed to setup but was ok the last time a restarted to make the restore)
Pi-hole
Zigbee Home Automation
Tapo: Cameras Control
I disabled some of them and restarted but the issue is still there.
After a reboot I find this in the log :
(remark : I find in the log : File “/usr/src/homeassistant/homeassistant/config_entries.py”
But I connected via SSH and there is no “homeassistant” folder under “/usr/src/”)
2024-03-20 00:03:37.489 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform systemmonitor is taking over 10 seconds.
2024-03-20 00:03:37.934 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-03-20 00:03:43.118 WARNING (SyncWorker_6) [homeassistant.helpers.service] Unable to find services.yaml for the xiaomi_vacuum integration
2024-03-20 00:03:47.589 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry TI CC2531 USB CDC, s/n: __0X00124B001CCC2E5D - Texas Instruments for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 504, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 215, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1741, in async_forward_entry_setups
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1762, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 152, in async_setup_component
return await existing_setup_future
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Invalid domain wake_on_lan.send_magic_packet
Thanks a lot.
Good day.
Jo