dallmann-consulting / OCPP.Core

OCPP server and management UI written in .NET-Core
GNU General Public License v3.0
219 stars 88 forks source link

Add implementation for SetChargingProfile #46

Closed pbonato closed 2 weeks ago

pbonato commented 7 months ago

Is possible to have the SetChargingProfile implemented ? I need to change the MaxCurrent for the Wallbox so I can monitor the load and balance the power for charging the EV

dallmann-consulting commented 7 months ago

I'm thinking about it. The limiting factor is not enough spare time. The message itself is probably not enough. You also need an API to control the limit dynamically, right? I thought of an MQTT interface for monitoring all activities and probably controlling the power limit.

andreasringdal commented 4 months ago

@dallmann-consulting What are your thought on MQTT interface for this project. I am looking into modifying the OCPPMiddlweare to forward all incomming messages to IOT-Hub in order to enable individual billing for the charge points.

dallmann-consulting commented 1 month ago

I have just added the SetChargingProfile and ClearChargingProfile messages. See the new Server-API.md for documentation. Both messages are NOT TESTED yet!