Home Assistant 2023.7.3 broke a lot of apps

Looks like Home Assistant 2023.7.3 broke a bunch of stuff on my system.

RPi 4
Terminal & SSH
Zigbee2Mqtt
HACS

all fail to come back up. Configuration checks out and reboot did not help.
Can no longer SSH into the instance to check the logs.

There are a few template errors which I have seen before. Otherwise:

2023-07-26 08:05:03.905 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hass_agent_mediaplayer 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-07-26 08:05:03.908 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration yahoofinance 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-07-26 08:05:03.909 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hass_agent_notifier 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-07-26 08:05:03.911 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
2023-07-26 08:05:03.913 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
2023-07-26 08:05:03.915 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration nodered 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-07-26 08:05:03.917 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration eufy_security 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-07-26 08:05:12.261 WARNING (MainThread) [homeassistant.config_entries] Config entry 'DC:A6:32:2F:85:67' for bluetooth integration not ready yet: Bluetooth adapter None with address DC:A6:32:2F:85:67 not found; Retrying in background
2023-07-26 08:05:23.926 WARNING (MainThread) [homeassistant.components.template.config] The entity definition format under template: differs from the platform configuration format. See https://www.home-assistant.io/integrations/template#configuration-for-trigger-based-template-sensors
2023-07-26 08:05:48.050 ERROR (MainThread) [homeassistant.components.cert_expiry] Certificate validation error: 192.168.1.1 [self-signed certificate in certificate chain]
2023-07-26 08:05:53.264 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.home_precipitation (in/h) cannot be converted to the unit of previously compiled statistics (in). Generation of long term statistics will be suppressed unless the unit changes back to in or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2023-07-26 08:05:53.914 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Home Assistant SkyConnect' for homeassistant_sky_connect integration not ready yet: Failed to start the Silicon Labs Multiprotocol add-on: Unknown error, see supervisor; Retrying in background

Those are mainly warnings, not errors (other than the one relate to certificate). Are those components really failing or is the warning message the only issue?

Those are add-ons, upgrading Home Assistant can’t break them. Check their logs to see what the problem is.

I’m running HASS 2023.7.3 + Supervisor 2023.07.1 + HASSOS 10.3 on a RPi4 (well, a CM4 Yellow ) without issues, which suggests something else is going on which only got noticed after the 2023.7.3 restart.

HACS (v1.32.1), Z2M and Terminal/ SSH (Current version: 9.7.1) are fine.

What doesn’t work please? (verses what throws a log message?)

All three report:

The add-on seems to not be ready, it might still be starting. Do you want to try again

No errors and I can’t get to the console anymore to see if there any other issues. Samba is no longer either it seems as I can’t browser to it.

You realize this is like saying well I drove onto oncoming traffic because I had the green light, right? No matter what the change was upgrading to 7.0.2 to 7.0.3. Which makes the system unresponsive and broken, now I realize that it maybe not have been “core” that broke something but as a result of the upgrade, the thing as a whole is no longer usable.

Have you tried rebooting the host system?

What was the previous version you were running?

There were quite a few database optimisations a few versions ago (i.e. 4 months), which included column and index changes which could take a long time for large databases with lots of sensor readings.

1 Like

7.0.2 – I usually upgrade after 2-3 days of a new version release.