Wingnut
(Graham Richards)
April 4, 2025, 11:37pm
1
I had a smart meter fitted a few weeks ago, set up a Bright account and loaded the Hildebrand Glow integration. All went quite smoothly and I get a sort of hourly update on the day’s electricity consumption.
At least that was until 31st March when it all went to pot. I’ve only just noticed!
Here’s a screenshot of the History of the consumption entity that shows it…
The Bright app on my phone all looks fine.
Any ideas on what I should do? I’ve done a reload but I think I need to wait a while before I’ll see if it’s worked (if it does I’ll report back).
Wingnut
(Graham Richards)
April 5, 2025, 4:12pm
2
Solved. The Github thread gives the details…
opened 12:41PM - 01 Apr 25 UTC
bug
**Describe the bug**
No data being pulled from API
**To Reproduce**
connection … issue - constant issue
**Expected behaviour**
Expect data to be pulled from API
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Version**
14.2
**Debug log**
Enable debug logging by following the instructions [here](https://github.com/HandyHat/ha-hildebrandglow-dcc#debugging)
This error originated from a custom integration.
Logger: custom_components.hildebrandglow_dcc.sensor
Source: custom_components/hildebrandglow_dcc/sensor.py:183
integration: Hildebrand Glow (DCC) (documentation, issues)
First occurred: 13:32:34 (4 occurrences)
Last logged: 13:37:36
Unexpected exception: list index out of range. Please open an issue
Traceback (most recent call last):
File "/config/custom_components/hildebrandglow_dcc/sensor.py", line 183, in daily_data
return readings[0][1].value
~~~~~~~~^^^
IndexError: list index out of range
**Additional context**
Add any other context about the problem here.