SOLECTRUS
Self-hosted photovoltaic dashboard for monitoring solar production, consumption, battery usage, grid exchange, and financial performance.
Alternative to: enphase enlighten, solaredge monitoring, sma sunny portal
v0.10.1
2023-05-06Read the blog post about this release (in German): https://solectrus.de/blog/2023-05-06-version-0-10-1/
Changes
- Comparisons with the forecast (“x% more/less than expected”) are now only for days, not for weeks/months/years/total (#1913)
- The temperature chart is now scaled more sensibly, starting at 20°C instead of 0°C. Additionally, original values are used for the graph instead of rounded ones, resulting in a smoother, less “step-like” curve (#1887)
- Display of future days has been extended to 6, supporting paid forecasts from forecast.solar (#1898)
Bugfixes
- The environment variables for the database (e.g.,
DB_PASSWORD) now allow special characters. There was previously an error if a value started with a#(solectrus/hosting#24) - In charts, missing values are no longer erroneously displayed as
0 - Error reporting via HoneyBadger is completely disabled if no API key is present. Previously, a warning was thrown if no API key was present
- Improved handling of error 500 (if there is any). Previously, only a “Content missing” message was displayed
- Fixed small layout and markup errors
Internal changes
- Upgraded dependencies, including Puma 6.2.2, ViewComponent 3.0.0, TailwindCSS 3.3.2, ChartJS 4.3.0, morphdom 2.7.0, and Vite 4.3.5
Full Changelog: https://github.com/solectrus/solectrus/compare/v0.10.0…v0.10.1