Releases: dave92082/SolarEdge-Exporter
Releases · dave92082/SolarEdge-Exporter
Configurable Logging
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
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
Initial release