Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 09:00
· 79 commits to v0.x.x since this release
Immutable release. Only release title and notes can be modified.
v0.2.0
cd345b3

Frequenz Assets API Client Release Notes

Summary

This release adds support for retrieving microgrid electrical component connections through a new client method and CLI command.

Upgrading

  • The get_microgrid and list_microgrid_electrical_components methods now expect an argument of type MicrogridId, instead of an int.
  • The PvInverter type has been renamed to SolarInverter, to be compatible with the microgrid api client.

New Features

  • This exposes the abstract Battery, EvCharger and Inverter types.

Component Connections API

  • New ComponentConnection class: Introduced to represent connections between electrical components in a microgrid
  • New client method: Added method to retrieve microgrid electrical component connections
  • CLI command extension: Added component-connections command to list component connections

Bug Fixes

What's Changed

New Contributors

  • @shsms made their first contribution in #55

Full Changelog: v0.1.0...v0.2.0