dallmann-consulting / OCPP.Core

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

[Feature] OCPP forwarding #62

Open JeremyMahieu opened 4 months ago

JeremyMahieu commented 4 months ago

Imagine you are a company and want to have public charge points. But when an employee uses the company RFID badge, you don't want them to be using the public OCPP server (which has subscriptions fees).

Could there be a way to forward chargepoints to a further upstream OCPP server, in a way this upstream server does not need any additional functionality besides the standard OCPP functions.

This could then even be used in a hierarchical way so there's multiple levels.

dallmann-consulting commented 3 months ago

I think I don't understand your scenario. Do you think of an OCPP proxy? But if it just forwards messages (in both directions), wheres the advantage?

JeremyMahieu commented 3 months ago

It would forward only the unrecognized tags. And it would handle the tags it knows itself.