Hello, I have been experiencing a (new to me) issue where several vital parts of Home Assistant stop working. Running for 3-4 years now with essentially no issues on a RPi4, now on USB flash drive.
My issue is this: I’ll notice that some automations have stopped working (not getting notifications for certain events that I would expect automations to be triggered by). I check my home assistant instance. First thing I notice is that in my Settings page, the usual update for the latest version of Home Assistant (most recent I saw was 2023.7.1) is no longer showing at the top of the settings page. This for me is a key indicator that something has gone wrong with HA. I then try and click the System Settings page button. I get a page that says “Error while loading page system.” Then pretty much every page on this settings page will return the same error, aside from the automations page which will load.
I notice as well at the same time that my Z-Wave Integration will not load. Going to the configuration page for z-wave also throws an error: “Error while loading page z-wave.”
Finally, and perhaps most importantly, I am unable to restart the system from inside the Home Assistant instance. I try to click the restart button, and nothing happens. I am unable to access any pages that might let me restart the hardware a different way as a result of these issues above that I have described.
So, in this case, I am far away from home for a while, with a malfunctioning home alert/management system, with no way to fix.
Anyone else ever run into this issue, or idea for steps to diagnose and repair? I’ve tried pulling logs, but they are so heavily verbose to the point where I’m not sure I could ever diagnose the issue. And, in the system’s current state, I cannot even access the place where logs are stored in the UI.
I had this same issue on 2023.7.1, which stayed that way until today since I never really used any of those settings. I power cycled all of my IT equipment including my raspberry Pi 4 that was running HA and the settings pages all came back, not sure what triggered it. I immediately created a backup and updated to the latest 2023.12.4 Core. I also update the OS to 11.2 from 10.3. My OS is on an SSD, not sure if that helps.
Yeah i’ve found this is a recurring, unsolved, and unreported issue that persists even now in the latest iteration of home assistant. Power cycle always fixes it. I use an SSD now as well and have had it happen both when I used a micro sd and when I use an ssd. Had to put a smart switch in homekit outside of home assistant that allows me to power cycle my rPi remotely.
I’m having this exact same issue, started after I migrated my instance from an SD Card to an SSD. Power cycling is the only temporary fix. Did you find a solution?
Ok, the problem has to do with Raspberry Pi wifi module, regardless of the OS. I’ve found solutions for it, that work for my if I boot my RasPi 5 with a normal linux like Respberry Pi OS and do the config there.
See f.e. https://forums.raspberrypi.com/viewtopic.php?t=367466#p2282518
But I have no idea how to do this with Home Assistant. For sorry, I’m good with linux, but have no idea about Docker… Make no sense to create conf files on HA inside /etc because they get lost on every reboot. Anyone knows how to do it?
OP here reporting back in. Something changed with the HAOS software on raspberry pi, as this is now happening again, after it stopped for a year.
Hate these deep system level type problems. I rely on home assistant for over 220 automations, plus for my alarm system.
My only measure to fix this problem, is to have a switch exposed only to apple homekit. This switch is in between the outlet and the home assistant raspberry pi power supply. When my home assistant has this issue, I cycle that switch in apple home.
Isn’t the ideal install on a Raspberry Pi to use Home Assistant OS, not Home Assistant Supervised? I have Home Assistant OS on my Rpi4 which is having this issue. Also, I do not use the wifi module at all, and still have this problem.
No, both are good options. But HA Supervised gives you full control over the host system. So it’s the best option in my eyes, but needs linux admin skills of course.
I’ve now installed Home Assistant Supervised and it’s running more stable at the moment.
If you also have troubles accessing your backup page through the UI, you can access the /backup directory through the file system. If you don’t have ssh access, the easiest way is to connect the SD card or SSD to your computer and copy the backups to the computer. Then you have them saved and can use them to restore your HA on any fresh installation.