HA newbie here to make the long story short. Everything was running fine until yesterday when I noticed that there was an upgrade available to 2023.3. I decided to go ahead. But then after the upgrade I have not been able to access HA via the port addess website. The IP still remaind the same and when connecting the PI to a monitor I see that I still have the same IP address (which shows up) but still no connection.
I’ve removed/reset the DNS settings so I’m hoping that’s been now taken out of the equation but still no luck. But when I check the pi to the monitor it still shows as connected.
Does anyone have any ideas? I’m hoping to avoid a complete reset… HA did take a backup… but I’m hopeing it’s just local on the sd card so I can get it off that
The upgrade can take time on sdcard.
Try to access in ssh your HA instance and check logs
You can try this http://homeassistant.local:4357/ (use your local dns or ip, I don’t know your configuration) to access HA observer.
The upgrade was triggered yesterday and I left it over the night so I only checked it this morning and it showed up as down and sadly I only set up the ssh on frontend. I just tried to use it now but it seems to not be connecting… I’ll try to get a log via a monitor
If you get the observer page (via ip or dns), it’s the correct address. Only the port to be updated. it’s 8123 in local if you not change the default setup. Put also http:// in front because browser can try in https. http://homeassistant.local:8123/
to see if the port is open try a telnet on it: example
telnet 10.0.4.15 8123
Trying 10.0.4.15…
Connected to 10.0.4.15.
Apologies I guess the screenshot was misleading… I did enter the address with http:// in front Firefox just removes that each time the page loads. As for the telnet (not possible as I’m on mac) but a similar terminal remote here’s a similar test
Also on the CLI I ran “ha network info” to ensure that the IP was matching so it’s definitely the right one.
Furthermore on the CLI I have been able to run the logs command… though cannot scroll… however it the part of the log I can see is defintely showing errors related to files not found for “python3.10” and some timeouts…
Thanks I’ll try this… it seems that I have an issue with the core… for some reason the showing various… sadly scroll did not work even via the supervisor that you had provided