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.11.0
2023-06-10Read the blog post about this release (in German): https://solectrus.de/blog/2023-06-10-version-0-11/
Changes
- The cost calculation now uses actual costs instead of opportunity costs (#1891)
- The “Top 10” feature now includes a weekly period
- Statistics for days/weeks/months have been made more accurate due to InfluxDB grouping taking time zones into account (Important: Ensure to have InfluxDB v2.1 or later!)
- UI performance has been improved by loading only the required data for the current page. Selecting a field on the left side now reloads the chart on the right side, without reloading the entire page
- Tooltip handling for touch displays has been improved (#2018)
- Main navigation styling has been enhanced for smartphones and tablets
- Bottom navigation styling for smartphones and tablets has been improved (#2064)
- A link to the FAQ has been added to the main navigation
- The ENV variables
INFLUX_MEASUREMENT_PVandINFLUX_MEASUREMENT_FORECASThave been added to customize InfluxDB storage (#2031)
Bug Fixes
- The temperature chart is no longer cut off (#1977)
Internal Changes
- Lots of internal refactoring
- Dependencies have been updated, including Rails 7.0.5, Puma 6.3.0, and Vite 4.3.9
Full Changelog: https://github.com/solectrus/solectrus/compare/v0.10.1…v0.11.0