I have been using HA for about 4 years without issue. About 6 months a go homeassistant.local:8123 stopped working but I using the IP:8123 still worked. Now that has stopped working too but the app on my mac and iphone both still work. Also since the IP:8123 stopped working, the app also doesn’t work from my home office which has an access point in there for my home network. So i have to connect to the router in the main house that has HA on a raspberry pi connected to it for the app to work.
Most people have this configured in the GUi now, setting it in yaml will disable the gui settings. So I’d keep it in the GUI bit check them.
Are you sure your HA instance did not get another ip from your router? Since it works from the app, I assume it uses the outside connection if the one inside is not available.
What am I looking for once in Network settings? It’s been a loooong day at work so my brain is running at about 50% right now and this has been annoying me all day! Worth also mentioning we had multiple power cuts today, not sure if that could have contributed to any of these problems.
Sorry Ive just realised what you were saying. Yes the internal and external url’s are configured in the Network menu. The external is home assistant cloud (nabu casa), the internal is http://IPADRRESS:8123. Neither of these have been changed for about 18 months.
Can ou ping the ip sucessfully? Maybe some other device also tried to claim the same ip? Did you a cidentally install another server that acts as a dhcp server?
Ok I just tried in a different brower (I use Chrome normally) and both the IP and homeassistant.local url’s work. So looks like its a Chrome issue. Does anyone have any idea what the problem might be?
Most probably it’s browser cache. Ctrl+F5 should fix it.
If it doesn’t, open chrome dev tools (F12), then go back to your HA browser window, right click on the refresh button & select Empty cache and hard reload.
Check the network tab. ERR_ADDRESS_UNREACHABLE should throw a non-200 error. Click the Response for the failing request and see what the actual issue is.
Also, see my edit above - try incognito on chrome & report back.