Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@enwi enwi released this 03 Aug 17:39
· 6 commits to main since this release

Changes

  • Add function for changing the power grade (bool setPowerGrade(const uint32_t deviceID, const PowerGrade pg);)
  • Add function for activating and deactivating inverters (bool activate(const uint32_t deviceID, const bool activate);)
  • Add function for rebooting inverters (bool reboot(const uint32_t deviceID);)
  • Rename findAndReadStatusMessage to findAndReadReply and make it also find and read control and power grade messages
  • Improve debug logging

Bugfixes

  • None