Skip to content

2024.03.1

Compare
Choose a tag to compare
@kbialek kbialek released this 26 Mar 18:48
· 88 commits to main since this release
94ffc61

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