Skip to content

Releases: dave92082/SolarEdge-Exporter

Configurable Logging

28 Nov 03:17
7a4b3d0
Compare
Choose a tag to compare

This release changes the default logging level to Info and enables a configuration parameter to enable Debug logging. It addresses the request in #6

New Configuration Parameters

Log:
  Debug: (true|false)

New Environment Variables

Environment variables override the config.yaml when specified

DEBUG_LOGGING = true|false

Refactor code and add Raspberry Pi

13 Jul 08:10
c992af1
Compare
Choose a tag to compare

This is a build of a complete refactoring of the code to a better way of parsing the data. All prometheus metric names now match the titles in the SunSpec implementation guide. If upgrading from the 1.0.0 release, please make sure you update any dashboards or dependencies that you have using the old names.

This update also fixes the release binaries that were accidentally all compiled for linux and would not run on Windows/Mac, etc

Initial Release

09 Jul 05:11
3cebea7
Compare
Choose a tag to compare

Initial release