Releases: kbialek/deye-inverter-mqtt
2024.11.1
2024.09.1
What's Changed
- Add references to HA integration plugin by @CarstenGrohmann in #194
- Update docker-compose.yaml to support plugins by @mikaabra in #196
- Reset energy sensors daily by @kbialek in #199
- Add data readiness check to mitigate publishing zero values by @kbialek in #200
New Contributors
Full Changelog: 2024.07.1...2024.09.1
2024.07.1
What's Changed
- New setting to explicitly enable plugins by @hoegaarden in #184
- Always return bool value from __set_time method by @kbialek in #186
BREAKING CHANGE Starting from this version plugins must be explicitly enabled in the configuration. Read more about PLUGINS_ENABLED
configuration variable here
Full Changelog: 2024.06.2...2024.07.1
2024.06.2
2024.06.1
2024.04.3
2024.04.2
2024.04.1
2024.03.1
Summary
Multiple logger/inverter support lands in this release. From now on it's possible to monitor multiple inverters from a single service instance. This is super handy when working with a fleet of microinverters.
What's Changed
- Set time reports error, although time has been set successfully by @kbialek in #155
- Set time repeatidly to ensure that energy counter is reset daily by @kbialek in #158
- Unify handlers and processors by @kbialek in #145
- Delegate processors creation to DeyeProcessorFactory by @kbialek in #147
- Extract InverterState out of DeyeDaemon class to support multiple loggers by @kbialek in #148
- Support multi logger configuration by @kbialek in #149
- Use distinct MQTT topic namespace for each logger by @kbialek in #150
- Communicate with multiple loggers by @kbialek in #151
- Publish data aggregated from multiple inverters by @kbialek in #157
- Add settings_micro metric group by @kbialek in #159
- Monitor and aggregate data from a fleet of microinverters by @kbialek in #146
Full Changelog: 2024.01.2...2024.03.1
2024.01.2
What's Changed
- Add sg01hp3 BMS and Battery2 by @kbialek, @voipmonitor in #143
- Split register ranges longer than configured limit by @kbialek in #142
BREAKING CHANGE
SG01HP3 Battery1 metrics are published at MQTT .../battery/1/...
topics instead of .../battery/...
. For more details see https://github.com/kbialek/deye-inverter-mqtt/blob/main/docs/metric_group_deye_sg01hp3_battery.md
Full Changelog: 2024.01.1...2024.01.2