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.13.1
2023-10-01Read the blog post about this release (in German): https://solectrus.de/blog/2023-10-01-version-0-13-2/
Changes
- Status: Renders green color when status code is ok-ish, orange color otherwise (requires SENEC-Collector v0.11.0 or later)
- Status: Changed wording from “LIVE/FAIL” to “CONNECTED/DISCONNECTED”
- Indicate when feed-in limitation is active (requires SENEC-Collector v0.11.0 or later)
- Admin login: Added hint where to find the password in the
.envfile - Registration banner: Added login button when Admin is not currently logged in
- ENV var
INFLUX_POLL_INTERVALcan be used to set the InfluxDB polling interval (in seconds). Default is5 - ENV var
TZcan be used to set the server timezone. Default isEurope/Berlin - ENV var
FORCE_SSLis by default set tofalse
Fixes
- Fix adding of new points to the chart when server time is wrong (#2381)
- Fixes missing autarky circle when there is no consumption (#2319)
- Doesn’t display outdated data when connection is lost
Internal
- Code cleanup and refactoring
- Updated dependencies: Alpine Linux 3.18.4, Rails 7.0.8, Puma 6.4.0, Chart.js 4.4.0 (and lots more)