Releases: kbialek/deye-inverter-mqtt
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
2024.01.1
2023.11.1
2023.10.1
2023.09.1
What's Changed
- Add a small section about integration with the Home Assistant by @CarstenGrohmann in #120
- Print readable configuration errors by @kbialek in #125
- Add Modbus/AT protocol support by @kbialek in #124
IMPORTANT: DEYE_LOGGER_PORT
config variable is now optional. It's advised to remove it from the configuration unless your logger listens on non-default port. The default value depends on the selected DEYE_LOGGER_PROTOCOL
New Contributors
- @CarstenGrohmann made their first contribution in #120
Full Changelog: 2023.08.1...2023.09.1