This release adds support for retrieving microgrid electrical component connections through a new client method and CLI command.
- The
get_microgridandlist_microgrid_electrical_componentsmethods now expect an argument of typeMicrogridId, instead of anint. - The
PvInvertertype has been renamed toSolarInverter, to be compatible with the microgrid api client.
- This exposes the abstract
Battery,EvChargerandInvertertypes.
- New
ComponentConnectionclass: 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-connectionscommand to list component connections