Homeassistant stopped working : also backup doesn't look to work

Home assistant stopped working suddenly. (intel Nuc)

I try to restore a backup on a rapsberry pi5 but takes a long time before i get the login windom and it gets stuck on that.

I tried a backup from last night and a backup from 28 of november. Both have the same issue

I have the exact same issue. Home Assistant was working fine until around 13:00 this afternoon. I had updated to version 2025.12 earlier, but it was still running perfectly after that. Suddenly it went down. I restored a full Proxmox backup of the Home Assistant VM from last night, but I still have the same problem. The web interface works briefly when starting up, but then seems to freeze and becomes unreachable.

1 Like

same problem but didn’t upgrade to 2025.12
just after boot I get in but than hangs.
Can’t open dashboards or settings.

1 Like

Can confirm the same, after a reboot, it briefly works for 2-3 minutes, then I am not able to connect anymore.
Same behaviour on previous version (when switching boot slot).

It started at 12:00UTC without any config changes directly beforehand

Same thing on my end. Also a full VM restore is not solving the issue. When checking the log, I’ve noticed that the last entry there is related to “setting up entsoe.sensor”.
Need to check if this is related in any way. Do you also have this component (ENTSO-e Transparency Platform Energy Prices) installed?

I have entso installed yes. Is there a way to remove that from the backup ?

ENTSO also installed over here…

If you have access to the console/CLI. Would you be able to check the log with the “core logs” command please?

(I’m hitting a 2min timeout to post messages here)

SSL didn’t work. Possible I have the wrong password. Was installing homeassistant on a HD to replace the SSD in the Nuc as a test.

Raspberri Pi5 doesn’t look to work.

Seems to be for me definitely related to ENTSO :frowning:

I’ve disabled the integration using the following post: Disable integration from CLI and after a reboot my system seems to be alive again. Need to further investigate.

Also for me after removing entso it is now working correctly again

is there a way to open cli without ssl ?

Depends on your installation :slight_smile:
I have it in a VM, so I just connect to the console of the VM. In your case I assume you need to connect a screen and keyboard to the NUC.

my HA instance stopped working at the same time, but removing both ENTSO and EPEX (just to be sure), doesnt solve the issue. And it looks slightly different for me too, i get a connection refused on port 8123, and NabuCasa cloud cant connect either. it is a Yellow, and i can connect over the USB-C console

Is there a way to disable/remove a HACS addon from the command line?

There is also a bug report on the ENTSO-E Github page with an instruction to disable the component.

2 Likes

ENTSO was the issue here as well. It’s running normally again now. I logged in via SSH and ran this command:

mv /config/custom_components/entsoe /config/custom_components/entsoe.disabled

I now get an error when starting the integration, but I’ll live with that for now.

The big question remains: why does the Home Assistant web interface stop working for everyone at the exact same time because of this integration?!

1 Like

that did the trick.

I guess its because 1pm is the time the new prices for tomorrow become available, and something in the reply causes it to crash

where can I find the entsoe component in that config_entries file. ? Is that a line I need to remove ?

Same issue here. I have no idea how you could relate this to Entso-e, but the fix worked.
I was also unable to revert the update to a previous version using the CLI - eg: ha core update --version 2025.11.4

Anyway, this worked (copied from Entso-e github):

Commands used from proxmox console

core stop
login
cd /mnt/data/supervisor/homeassistant
mkdir -p disabled_custom_components
mv custom_components/entsoe disabled_custom_components/
exit
core start

3 Likes

ok this worked for me. Thanks a lot.

Not sure what I have to think about an integration that kills my entire home automation
Took me half a day. Almost bought a new nuc