Replies: 2 comments 2 replies
-
There is some very simple dc-dc power conversion for dc-optimizers here: #1588 there’s also a battery model here: |
Beta Was this translation helpful? Give feedback.
-
Thank you @mikofski. I think my main question is what would it take so that when creating a simple model chain, like in the intro tutorial, you could pass in a generic converter instead of the argument that is explicitly named It seems like my best option for basic modelling is just to ignore the naming and pretend that my DC-DC converter is an inverter. Would you agree? But for general use it seems like the library could benefit from abstracting the inverter to a more generic converter. It wasn't very hard to come up with a workaround, but it would just be nice to be able to use the out-of-the-box modelling as in the intro tutorial for a DC-coupled system. I feel like I need to understand a little better what that would involve before submitting a feature request. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm exploring using this library in commercial software. We deal with a lot of microgrids and off-grid hybrid power systems with solar.
There are two modelling aspects prevalent in these systems that are not clear to me how to address with pvlib:
I'm thinking that the simplest approach to 1) is to model the DC-DC converter as an inverter but treat the output as "DC" at a different voltage in my application and to 2) is to take the moment-by-moment min of the power output with the dynamic limit. Seems workable enough, but I imagine this has come up before, and am curious what others have implemented or thought about? I think some built-in support for DC-coupled systems and generalizing "inverter" to "converter" would make the package more applicable out-of-the-box to off-grid and hybrid systems and microgrids especially.
Beta Was this translation helpful? Give feedback.
All reactions