Skip to content
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

Feature Request: Add possibility to add minimum power in P_deferrable_nom #129

Open
robinostlund opened this issue Oct 31, 2023 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@robinostlund
Copy link

HI,
First of, awesome work with this tool it is awesome and looking forward for new features in upcoming releases 😄

Anyway, i have a feature request and that is to be able to specify the minimal power that a defferable load can handle. For example i have an ev charger where i specify the max power it can use today but it can only charge my car if the power is above 6a per phase, so around 4140w is the minimum otherwise the charger wont start.

Brg
Robin

@davidusb-geek
Copy link
Owner

Yes this could be nice.
I've reluctant to add this because this will add more constraints to the optimization problem but I understand that it can be useful in some context.

@davidusb-geek davidusb-geek added the enhancement New feature or request label Nov 1, 2023
@davidusb-geek davidusb-geek moved this to To do in EMHASS dev Feb 4, 2024
@davidusb-geek
Copy link
Owner

davidusb-geek commented Feb 4, 2024

This was added to the development to do list.

Just for reference here is an example on how to implement the minimum power that a deferrable load can handle, otherwise it disconnect: self.optim_conf['P_deferrable_min'][k]. Use this: https://stackoverflow.com/questions/24449959/linear-programming-constraint-x-c-or-x-0

@michaelpiron could you be interested in contributing to this?

@davidusb-geek davidusb-geek added the help wanted Extra attention is needed label Feb 9, 2024
@RudolfRendier
Copy link

RudolfRendier commented Nov 17, 2024

Would this be an option for the battery as well?

I have a fixed rate charger, but I guess all batteries have a minimum C-rate.

@davidusb-geek
Copy link
Owner

I've never heard such thing as a minimum C-rate. You'll have maximum charge and discharge C-rates but no minimum limitations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: To do
Development

No branches or pull requests

3 participants