You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just upgraded to 2024.12.5 and it still appears to work.
I'm still getting tarrif and usage data and the energy dashboard stats still work.
Occasionally I do see this in the logs, but it doesnt appear to be a terminal failure:-
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
The following error now occurs on start up since the upgrade:-
ImportError: cannot import name 'BrightClient' from 'glowmarkt' (/usr/local/lib/python3.13/site-packages/glowmarkt/init.py)
The path /usr/local doesn’t seem to exist at all on when I look via terminal/ssh.
Any thoughts ?
The text was updated successfully, but these errors were encountered: