Is there something else on your network that does something about that time?
Just before your crash it looks like homeassistant suddenly loses a network connection and can’t update various things, I’m just wondering if you are having your local network flooded by something else and it’s ddos-ing homeassistant at the same time?
So It looks like the power supply wasn’t the issue. I’m still getting freezes. I swear it’s almost exaclty 24 hours from when I unplugged it. Does this happen to anyone else? I’m using Gargoyle Firmware on a TP-Link c7 Archer.
Kinda making me a little crazy. Haha. Is there a way to send some kind of log to a remote location or a way to monitor sources up until the freeze. I can’t ssh or anything. Lights are on, but no one is home.
I am suffering for similar problem, in the past couple of days my HA service stopped (only the HA service) every 12 hours in same intervals (12:00-13:00 & 00:00-01:00)
The log file is deleted because HA is reset, so i can’t look for any information about the problem, i have tried to search for something in the history tab but i only see the HA stop and start after 3 minutes.
I think it related to the new update, it happen after update from 0.81 to 0.81.6
I went around and around and around fixing problems. New sd card. A really expensive power supply setup for a rasp pi. Haha
The only thing that worked was the lease change in my router settings. Are yours set to 12hrs?
It’s been rock solid for the last 2 days. I’ll report in the next few if someone wants me to, but I’m hoping this was the resolution. It was maki g me crazy.
I had pi hole for 8 months prior to getting into home automation and the thing ran for the entire 8 months. So i know it’s not the hardware.
You shouldn’t do that. Routers are built to run uninterruptedly. Rebooting it will interrupt all communication. That’s really REALLY bad for Home Assistant. If a single or few devices go offline it’s acceptable. But if everything goes down it’s no wonder your setup is unstable.
it think i have found the reason for this problem, i have found that the SSL Renewal is making this , i have a automation to new the ssl cert when it is under 29 days left , so this make sense because it start happened couple days ago ,
the problem with the SSL Renewal was that the shell_command was incorrect after they change the option to use the “tls-sni-01” commend , the solution was to use “~/certbot/certbot-auto renew --no-self-upgrade --standalone --preferred-challenges http-01”
i am 90% sure that this was the problem , i will update later
I had the exact same issue. My script to renew my SSL was failing, and as a result, Home Assistant would not boot up as the script would fail/error and just stop. It took me a while to work it out, but I figured it out. Now I have to wait another 77 days to see if I’ve fixed the issue. On a side not, I may not have to stop HA to renew my SSL anymore with this new method.