-
-
Notifications
You must be signed in to change notification settings - Fork 55
Description
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
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.