Releases: kbialek/deye-inverter-mqtt
Releases · kbialek/deye-inverter-mqtt
2025.01.1
What's Changed
- New sensors for sg01hp3 (total DC power and inverter status) by @daniel-deptula in #214
- Add Standard Modbus/TCP protocol support by @kbialek in #218
- Add computed total DC power sensor for sg04lp3 by @kbialek in #219
New Contributors
- @daniel-deptula made their first contribution in #214
Full Changelog: 2024.11.1...2025.01.1
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