Upgrade issue?
#2682
Replies: 1 comment
-
See #2677 there is a bug with the web dashboard graphs in the latest version of predbat. Please downgrade to an earlier release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Quite a new install, upgraded to latest and now get dark screen with barely visible server 500 error on rates and pv graphs, couple of log examples below.
Could well be something I've not configured correctly yet but was working yesterday.
System: Home Assistant OS 16.2 (amd64 / qemux86-64)
Home Assistant Core: 2025.9.4
Home Assistant Supervisor: 2025.09.0
AttributeError: 'WebInterface' object has no attribute 'pv_forecast_histCL'. Did you mean: 'pv_forecast_hist'?
Error handling request from 172.30.32.2
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/aiohttp/web_protocol.py", line 510, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/aiohttp/web_app.py", line 569, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/config/web.py", line 1708, in html_charts
text += self.get_chart(chart=chart)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/web.py", line 1637, in get_chart
pv_forecastCL = self.base.prune_today(self.pv_forecast_histCL, prune=chart == "PV", intermediate=True)
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'WebInterface' object has no attribute 'pv_forecast_histCL'. Did you mean: 'pv_forecast_hist'?
Error handling request from 172.30.32.2
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/aiohttp/web_protocol.py", line 510, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/aiohttp/web_app.py", line 569, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/config/web.py", line 1708, in html_charts
text += self.get_chart(chart=chart)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/web.py", line 1614, in get_chart
cost_pkwh_hour = self.base.prune_today(self.cost_hour_hist, prune=False, prune_future=False)
^^^^^^^^^^^^^^^^^^^
AttributeError: 'WebInterface' object has no attribute 'cost_hour_hist'. Did you mean: 'cost_today_hist'?
Beta Was this translation helpful? Give feedback.
All reactions