SOLECTRUS logo

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

SOLECTRUS screenshot

About Versions (71)

v0.13.1

2023-10-01

Read 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 .env file
  • Registration banner: Added login button when Admin is not currently logged in
  • ENV var INFLUX_POLL_INTERVAL can be used to set the InfluxDB polling interval (in seconds). Default is 5
  • ENV var TZ can be used to set the server timezone. Default is Europe/Berlin
  • ENV var FORCE_SSL is by default set to false

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)