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.9.0
2023-03-12Read the blog post about this release (in German): https://solectrus.de/blog/2023-03-12-version-0-9/
New features
- Added cost calculation for house and car (#1513)
- Added toggle option for Top-10 to switch between ascending and descending order (#1750)
- Added display of current case temperature (#1054). Note: This requires senec-collector
v0.5.0or later. - Added URL shortcuts for better kiosk mode support:
/[field]/[day|week|month|year]. For example, https://solectrus.ledermann.dev/inverter_power/day always shows the inverter power for the current day - Added internationalization (I18n) support by checking the
Accept-Languageheader sent by the browser. Currently, only German and English are supported. No language toggle implemented yet.
Changes
- Changed Top 10 colors to match other colors
- Changed consumption quote to display only when there is any incoming power
- Improved the forecast so that it does not expect any incoming power after sunset (#1766)
- Improved the forecast comment when it matches exactly the expected value (#1751)
- Added a tooltip to show the expected value for the past period in the forecast comment (#1766)
Bugfixes
- Reduced cache persistence time for the
yearperiod (#1770) - Fixed a bug where battery savings could be negative
- Improved the responsive layout for medium-sized screens
Internal changes
- Upgraded dependencies, including Puma
6.1.1, Rack2.2.6.3, Slim5.1.0, TurboRails1.4.0, and several others
Full Changelog: https://github.com/solectrus/solectrus/compare/v0.8.1…v0.9.0