Closed daniel-thom closed 2 years ago
This looks good to me. The only concern I have is this: having customer type lists ("res" and "com") explicitly defined in the toml file could "pollute" the latter in cases with a large number of PV units. Can this toml file entry be the name or path of a file containing these lists instead?
I like the suggestion. I'll implement it. Might even be able to easily support both options. Thanks.
This looks good to me. The only concern I have is this: having customer type lists ("res" and "com") explicitly defined in the toml file could "pollute" the latter in cases with a large number of PV units. Can this toml file entry be the name or path of a file containing these lists instead?
I like the suggestion. I'll implement it. Might even be able to easily support both options. Thanks.
This is now implemented.
This looks good to me. The only concern I have is this: having customer type lists ("res" and "com") explicitly defined in the toml file could "pollute" the latter in cases with a large number of PV units. Can this toml file entry be the name or path of a file containing these lists instead?
I like the suggestion. I'll implement it. Might even be able to easily support both options. Thanks.
This is now implemented.
Awesome! Thank you, @daniel-thom
This PR satisfies a feature request made by the DISCO team. They want to collect PVSystem power outputs at every time point for a large number of simulations. They don't need the values for every PVSystem. They want the values aggregated by customer type in order to save storage space. Customer type is obviously not a property of an OpenDSS or PyDSS element.
Here is what the team plans to do:
sum_groups
field of an export property as defined in this PR.Here is an example of what the Exports.toml file would look like: