Skip to content

Releases: kbialek/deye-inverter-mqtt

2024.04.3

25 Apr 19:46
bc4852a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.04.2...2024.04.3

2024.04.2

14 Apr 12:09
4c001fb
Compare
Choose a tag to compare

What's Changed

  • Add deye_sg04lp3_generator metric group by @kbialek in #164

Full Changelog: 2024.04.1...2024.04.2

2024.04.1

14 Apr 07:09
6aa394c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.03.1...2024.04.1

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