Skip to content

v2.7.0

Choose a tag to compare

@thomluther thomluther released this 23 Apr 22:22
· 407 commits to main since this release

Enhancements:

  • Add support for Anker standalone inverter installations
    • The MI80 inverter provide additional data that is available via cloud Api although they cannot be added to a power system
    • A new set of charging_pv_svc endpoints#180 can be used to monitor and control the standalone inverters
    • Even the persistent inverter output limit can be configured via Api
    • A new virtual system (site) will added to the api cache structures for such standalone inverters to support them in data poller routines#182
  • Updated the energy_csv tool to support stand-alone inverter energy polling and export #184
  • Enhanced Monitor tool to support stand-alone inverter#183
    • Support display of new standalone inverter system and device values
    • Renamed the former solarbank_monitor.py to monitor.py to reflect its common use for all site and device types

Fixes:

  • None

Breaking changes:

  • The update_device_details method must be used first before the update_site_details or update_device_energy methods are being used, since update_device_details will create the virtual site for standalone inverters if there are any admin inverters found in bind_devices query that were not assigned to the found sites already.

Full Changelog: v2.6.0...v2.7.0