Releases: MarcusWichelmann/EnergyExporter
Releases · MarcusWichelmann/EnergyExporter
3.2.0
3.1.0
3.0.0
- Renamed project to the more general
EnergyExporter
instead ofSolarEdgeExporter
- Add abstraction to allow support for devices from other vendors than just SolarEdge
- Add
SerialNumberOverride
for SolarEdge devices, as SolarEdge inverters have a bug and sometimes report the serial number of meters as"0"
- Change configuration format
Note that this release contains breaking changes and requires an update of your appsettings.json
. See appsettings.sample.json
for details.
2.0.0
- Adds support for querying multiple inverters
- Adds optional InfluxDB export feature
- Systemd-support
- Refactorings and other improvements
This release changes the config format in an incompatible manner. Please take a look at the updated appsettings.sample.json
and update your config accordingly.
1.2.1
- Fixed Prometheus metrics encoding
1.2.0
- Added Docker images for arm64 and armv7
1.1.0
- Added Prometheus exporter
- Option for JSON indentation
- Bugfixes and optimizations
1.0.0
Initial release. Supports reading Inverter, Meter and Battery data and exports it as JSON or XML.