steve-community / steve

SteVe - OCPP server implementation in Java
GNU General Public License v3.0
802 stars 393 forks source link

Multiple charging stations on the same power supply, limiting total current, peak shaving #1097

Open MathiasBartl opened 1 year ago

MathiasBartl commented 1 year ago

Checklist

Describe the problem you are trying to solve

We have multiple Chargers connected to the same powersource. (4 times, later 6 EVlink Wallbox G4 Smart 7,4/22kW-T2 RFID) Charging by all stations exceeds the maximum allowed current (32A). We are using SteVe 3.5.0

Describe the solution you'd like

SteVE schedules charging for a group of charging stations, so that the given total maximum current is not exceeded.

Describe alternative solutions or features you've considered

...

Additional context

...

juherr commented 1 year ago

You want smart charging.

Duplicate of #520 and #552