Solar Forecast & Production Chart

A minialistic widget displaying forecasted and actual solar production for the current week.
Forecasted and actual values are displayed using a bullet-style bar chart.

The data is retrieved from persistence, with both Item and persistence service configurable per series.
Additionally, series colors and labels can be customised.

Changelog

The git history serves as a changelog: History for UI/widgets/florianh-widgetset/solarForecast.yaml - florian-h05/openhab-conf · GitHub

Resources

https://raw.githubusercontent.com/florian-h05/openhab-conf/refs/heads/main/UI/widgets/florianh-widgetset/solarForecast.yaml

8 Likes

Really like this and have a version running now on my set up, however for me it would be more useful if it could show a rolling 7 days and not always start from Monday as this would display more useful historic data. I cannot see how this could be adjusted for that though, is it possible?

Have changed it to

chartType: dynamic

and

period: 6D

but cannot see how to not always start on a Monday, but the ‘last’ bar being the current day.

Thanks

That doesn’t work (yet). oh-category-axis only supports hour, day, week, month & year, and week always starts on Monday or Sunday.

1 Like