Skip to content

Multiple inverters for one system #1679

@HannanSolo

Description

@HannanSolo

Is it possible to include multiple inverters in a system or model chain?

Describe the solution you'd like
It would be ideal to include an inverter parameter in the array object that overrides the pvsystem parameter.

I have looked at #1132 and https://groups.google.com/g/pvlib-python/c/qLSN-3h0N6Y and seems it's just an unimplemented feature.

The current way we are able to compute dc power is just by multiplying the inverter parameters by the array amount.

system = pvlib.pvsystem.PVSystem(
    arrays=arrays,
    inverter_parameters=inverter * num_array
)

Which feels very hacky.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions