ahalev / python-microgrid

python-microgrid is a python library to generate and simulate a large number of microgrids.
https://python-microgrid.readthedocs.io
GNU Lesser General Public License v3.0
53 stars 6 forks source link

Availability by time series (EV) battery #105

Open TEKaal opened 5 days ago

TEKaal commented 5 days ago

Issue Type

Select one:

[] Bug report [] Question [x] Feature Request [] Other

Fill these out:

Feature Request

EV batteries that are (un)available.

It makes it possible to take in Electric Vehicles in the system.

Example: I want some EV batteries taken in and they would leave the microgrid at 7 am and return at 18 pm with a random SOC.

ahalev commented 4 days ago

Interesting idea. If you were interested in proposing an implementation, I would happily take a look at a PR. I imagine you could subclass BatteryModule and add in some time-dependent functionality.