Yesterday I tried to upgrade my HA to the latest version with broke using HIVE so decided to rollback to 10.3 and use a backup from there.
However since then I’m finding that after HA has been running for less than 1hr it is unable to connect to any services outside my local network. Any automations that call services not hosted on my LAN timeout and fail with an HTTP error and if I try and load HACS that will just spin and timeout. Rebooting home assistant solves the issue but then less than an hour later again it happens again.
The logs are not really telling me anything and I’m stumped as to what has happened and is causing this.
How can I go about diagnosing this issue. Other computers/phones in the house have no issues connecting to the internet while this is happening.
That log file is telling me you have 1800 lines of broken automations, templates, and deprecated integrations that need to be pared down and fixed.
22 custom integrations, some of which won’t even load because broken.
The log is actually telling you 21 times this: We found a custom {insert Custom Integration name here} which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
I would read thru the log, look for CI’s that are actually throwing warnings and errors, and disable those at least. (Hive, Radarr, waste_collection_schedule, icloud, better_thermostat and several others.)
I would also look at the automations, device_ID’s, and templates listed in that log and see what you can fix there.
What hardware are you running? My guess is a pi.
With all those errors, it probably is booting and getting out to the net, eventually. It just hasn’t finished booting because it’s so busy throwing out things so it can boot.
Yeah it’s a PI. It had been working flawlessly until yesterday though and it connects to the internet as soon as it boots it’s after a few minutes it stops being able to.
Been up for 6 hours nows and still can’t connect. I’ll start looking to fix all the issues lol and see if it helps