Open mikofski opened 3 years ago
I agree, would be a nice feature. Somehow it should accept any of the inverter models, or, be some kind of extension within the existing functions so that a user doesn't have to choose to call an inverter function or this new function.
We could also open issues for:
may be related to #1199 ?
Feature request An algorithm that determines the off-mpp operating point for inverters that are clipping
Describe the solution you'd like Assuming that if the converted AC out is greater than rated AC (at the ambient temperature), then the inverter will increase the voltage until the AC output, what is the DC output, DC voltage, and inverter efficiency loss
Describe alternatives you've considered I scripted something really, REALLY basic, I don't suggest something as simplistic as this:
But it would be better to redo this with a scalar root finder from
scipy.optimize
likebrentq
.Also, it the AC rated power should be adjusted depending on the ambient temperature, but this could be separate.
Additional context Sorry, I couldn't find any related issues/prs? ICYMI: @abhisheksparikh