Skip to content

Releases: kbialek/deye-inverter-mqtt

2024.03.1

26 Mar 18:48
94ffc61
Compare
Choose a tag to compare

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

28 Jan 08:43
Compare
Choose a tag to compare

What's Changed

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

14 Jan 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.11.1...2024.01.1

2023.11.1

14 Nov 20:44
Compare
Choose a tag to compare

What's Changed

  • SG01HP3 - Read ups power as signed value by @kbialek in #134

Full Changelog: 2023.10.1...2023.11.1

2023.10.1

12 Oct 18:09
Compare
Choose a tag to compare

What's Changed

  • Print error when modbus/tcp is used instead of modbus/at by @kbialek in #130

Full Changelog: 2023.09.1...2023.10.1

2023.09.1

13 Sep 06:18
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 2023.08.1...2023.09.1

2023.08.1

20 Aug 07:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.07.3...2023.08.1

2023.07.3

17 Jul 19:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.07.2...2023.07.3

2023.07.2

16 Jul 07:53
Compare
Choose a tag to compare

What's Changed

  • Ensure MQTT broker is connected before publishing a message by @kbialek in #111
  • Stop publishing on first error by @kbialek in #112

Full Changelog: 2023.07.1...2023.07.2

2023.07.1

04 Jul 20:57
Compare
Choose a tag to compare

What's Changed

  • Hybrid - fix duplicated ac/total_power topic mapping by @kbialek in #103

Full Changelog: 2023.06.1...2023.07.1