I have docker based HA system installed on Raspberry Pi 4 Model B Rev 1.5. It was installed 2-3 years ago, but not sure what time but ‘homeassistant’ container started to crash time-to-time. Rest of the others are still running as the base OS also. RasPi runs on SSD, so no SD card involved.
I have tried to check the container logs, but it seems it has data from the latest restart. I’ve seen couple of errors which was related to unused integration, so I’ve removed those.
Other interesting notice, when HA GUI not available I dont see homeassistant container in the stoped container list docker ps -a
, so I was not able to collect logs by docker logs homeassistant
Any idea how to find root cause of the crashing ?