Hello everyone,
first-time poster here. I’ve been using HA Green for about 1,5 yrs now, and so far I was able to solve every problem I ran into by reading guides, watching tutorials etc, but yesterday I ran into a problem I seem to be unable to solve by myself. So if anyone is able and willing to help me, please do so ![]()
Also, I apologize for the pretty long post, I just tried to include as many details as possible to maybe make it easier to find a solution.
Yesterday I decided to work on some (mainly minor) issues and errors I had found in the logs. From what I remember, what I did was:
-
changing kelvin to color_temp_kelvin in some light automations
-
uninstall the Grocy Add-On and 3 Grocy Integrations / Cards
-
in configuration.yaml:
- exclude the data of one of my integrations from the recorder
- migrate 2 template sensors to the new syntax (see this post: Deprecation of legacy template entities in 2025.12 ) - it’s easily possible that I made a mistake here, since I have no idea of templating (or programming in general) and just tried to follow the instructions as closely as possible.
-
Mosquitto: in configuration, I deleted 3 lines (certfile, keyfile, require_certificate) in the customize-section, as they caused errors in the logs and were (sort of) duplicates anyway. Since I can imagine that I made a mistake here, here’s the details:
- before:
logins:
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false - after:
logins:
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
- before:
-
Also I updated some integrations and cards, one of which was the sports tracker (can’t think of the exact name right now), which prompted me to restart HA after the update.
-
My last step (after the aforementioned restart) would have been to update HA from 2025.12.1 to 2025.12.3 - but I didn’t get around to that step anymore.
Now, I’ll freely admit that I’m an idiot, because I did all these changes without restarting HA even once. I only restarted when the sports tracker “told” me to do it. After that restart, the UI didn’t load on my PC anymore (I had pressed F5 a bit too quickly). On the tablet, I saw that I received a notification in Fully Kiosk that during the boot process, some “things” couldn’t be loaded, including “default_config”. Shortly after the tablet also went into the “Loading data” screen, so I wasn’t able anymore to take a screenshot or foto of the notification.
I tried restarting HA a couple of times (by holding the button on the Green for 6 seconds or 12 seconds respectively), but nothing changed. It took me until the 4th or 5th restart to realise that actually, HA seemed (and still seems) to work properly, it’s only the UI that doesn’t load. My various automations seem to work fine (only maybe a bit slow here and there), Zigbee2MQTT seems to work, Govee2MQTT and Music Assistant as well.
I tried several things I found here in the forum and in other forums, like using anonymous mode in the browser, trying homeassistant.local:8123 / homeassistant:8123 (without “local”) / 192.168.XXX.XX:8123 / Remote Access via Nabu Casa - but none of it worked, the UI sticks to “Loading data”. I also re-added the Green to my LAN, and restarted my internet connection.
I use Home Assistant Green (2025.12.1), the SkyConnect Zigbee dongle (connected via a long USB cable to avoid interference) with Zigbee2MQTT + Mosquitto, about 80 WLAN devices, and also about 80 Zigbee devices / sensors, with numerous repeaters (plugs etc.) around the house. I use my Windows PC to work on automations etc., I got some Android tablets with Fully Kiosk, and use the Companion App on my phone. The result is the same on all of these devices, the UI doesn’t load and sticks to “Loading data”.
I got a (hopefully full) backup from 2 days ago, but I’ve never restored HA from a backup, and the thought of maybe losing all of my automations (over 150) due to having to restore makes me nervous ![]()
So, does anyone have any idea what else I could try to get the UI to load again, without having to restore the whole system?
Many thanks in advance!