I'm trying to set up energy monitoring for my electricity supplier Smart Meter using the Hildebrand Glow display.
I can see some energy sensors which seem to be what I expect, but all values remain zero. I can see messages at /config/MQTT on the 'glow' topic which seem to match the sensors and do have non-zero values.
So I've been trying to install HACS as there's a community integration for this display. But using the Get HACS app is failing with the following errors in the supervisor log:
2026-06-07 16:25:18.496 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/hacs/amd64-addon-get:1.3.1: [500] failed to resolve reference "ghcr.io/hacs/amd64-addon-get:1.3.1": failed to authorize: failed to fetch anonymous token: Get "https://ghcr.io/token?scope=repository%3Ahacs%2Famd64-addon-get%3Apull&service=ghcr.io": net/http: TLS handshake timeout
2026-06-07 16:25:18.496 ERROR (MainThread) [supervisor.apps.app] Could not pull image to update app cb646a50_get: Can't install ghcr.io/hacs/amd64-addon-get:1.3.1: [500] failed to resolve reference "ghcr.io/hacs/amd64-addon-get:1.3.1": failed to authorize: failed to fetch anonymous token: Get "https://ghcr.io/token?scope=repository%3Ahacs%2Famd64-addon-get%3Apull&service=ghcr.io": net/http: TLS handshake timeou
Can anyone help?! I've used the wizard to set up the Energy view (?) but as expected the values are all zero so I guess there's a disconnect between the sensors I see in HA and the MQTT messages I can see at /config/MQTT
I followed this guide to get this far, but am not able to do the step of installing HACS and the Hildebrand Glow integration because of the above error.