I am running Home Assistant on a Raspberry Pi 5 (8GB RAM) on a 256 GB NVMe SSD.
I previously ran Home Assistant OS on it, but kept having outages and after some reading I assumed HAOS might be causing the issue. So last week I re-installed using Raspberry Pi OS, running HA Supervised on Docker (following the instructions from Homeassistant Supervised on Raspberry Pi 5.
The problem is even after the fresh install on RPiOS I keep having these outages, where HA just becomes unavailable, automation no longer run and I cannot open the UI anymore.
docker ps
shows it being up:
ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.4 "/init" 6 days ago Up About an hour homeassistant
Running docker restart homeassistant
brings it back.
I am wondering how to debug this to determine what might be causing these issues? I cannot see anything in the HA logs, and to be honest I am not sure where to find system logs outside of HA. Can someone point me in the right direction?