I’m running home assistant on a pi4 and today it was locked up, so I rebooted it. This happens on occasion and it’s normally no big deal. However, I cannot get home assistant to start again without hanging the pi. I can watch in htop as python3 -m homeassistant --config /config goes from 0 - 73% memory. Then the whole machine is unresponsive and I have to pull the power. This happens in about 5 minutes time. During this time, the front end is unaccessible.
If I kill this process, before the machine locks up, it restarts and will lockup again within 5 minutes. How can I troubleshoot this if I can’t even get to the front end to try killing certain integrations?
I’d love some help with this. I’m still in the same spot with no real clue what happened. I haven’t been able to get HA to start long enough to get into the GUI and I’m not sure how I can disable various pieces now that it’s not all in configuration.yaml.
I’ve been meaning to move from my pi4 to a nuc setup with Ubuntu on it, but I was waiting to do that until the open zwave changes hit because I figure that’ll be a lot of work anyway. Maybe this is a sign, but the pi seems to be fine when I kill the container service. I can’t figure out how to start the container back though without just rebooting.