Pyosch / vpplib

GNU General Public License v3.0
32 stars 20 forks source link

Seperate discharge and charge for BEV #27

Open Pyosch opened 5 years ago

Pyosch commented 5 years ago

In the charge function of the VPPBEV class the discharging of the car while not at home and the charging of the car while at home are combined. Seperate these two and enable charging strategies. Maybe combine with a usecase/strategy

Pyosch commented 4 years ago

In addition we need to add a state_of_charge attribute to the bev class