-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional "MAX_FEED_IN" config #201
Comments
Hey, that is in parts a philsophical question :) What we have done:
The last point basically goes back to the original idea of the "Balkonkraftwerke" that excess energy gets fed into the grid. We wanted to ensure that we maximize the return on investment or any component where a proper steering makes a difference and that is when the solarFlow Hub feeds in energy. |
Hey @tuxianerDE, thanks for the extensive reply. My thinking here (and obviously everything I'm describing is all just hypothetical 🤪): Right now there is a legal limit of 600W feed-in. So as long as I'm consuming the energy directly within my own house I'd like to keep the inverter limit higher than 600. Does that make sense? |
Hey @reinhard-brandstaedter,
thanks for this amazing project.
I'm seeing the
MAX_INVERTER_LIMIT
variable, but I was wondering whether it's possible to introduce something like aMAX_FEED_IN
, too.What I'm aiming for is something like this:
MAX_INVERTER_LIMIT = 1000 (Let's pretend this is what my inverter supports)
MAX_FEED_IN = 600
Now what I'm aiming for is that the inverter would give up to 1000W to the house when we know the house is consuming that. If the load in the house is low and we know we're feeding into the grid the inverter limit should be limited in such a way that only MAX_FEED_IN goes to the grid.
Examples using above config values and assuming we have a full battery and >1kW available:
Load: 1000 Inverter Limit: 1000
Load: 800 Inverter Limit: 1000 (feed in: 200)
Load: 400 Inverter Limit: 1000 (feed in: 600)
Load: 100 Invert Limit: 700 (feed in: 600)
I hope this makes sense!
Edit:
The more I think about this, the
MAX_FEED_IN
would also have to be able to look at the phase the inverter is feeding into. E.g. the Shelly would expose this information.The text was updated successfully, but these errors were encountered: