Help needed after power outage

Hello people,

HA has been running in my home on an old shuttle PC for over a year now.
After I accidentally popped the main breaker of my house and restored power, I can not access HA on a browser or the app anymore: I see the HA logo and the ‘unable to connect’ message.
HA is running, because I have a number of ESP8266 buttons which trigger lights and automations and they still work. Observer says everything is fine.
I have now attached a monitor/keyboard to my shuttle and the ha> prompt works fine, but I can not access the web interface, not through the homeassistant.local, IP or duckdns…
Can someone give me any tips, idea’s, solutions,… on how to find and repair what is wrong here please?

Thanks in advance!

With keyboard and monitor attached, try

ha supervisor repair
ha core rebuild

Had you set a fixed ip on HA or leave it to DHCP?

I have set a fixed IP.

Oh wait, it says:
connected: true
enabled: true
interface: blahblah
ipv4:
blahblah
method: auto

so that probably means it’s via DHCP?

Ip may have changed. Check your router perhaps for a new ip. Don’t know if ifconfig works from cli.

1 Like

This is the way! Check your router page to confirm the ip addy it’s assigned!

Ok, thanks for the support.
I used the ha> network update <interface_name> --ipv4-address <new_ip_address/subnet_mask> command and changed to the old IP address (good thing I remembered it).

Solved!