Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request maximum charging power using OCPP #242

Open
mincequi opened this issue Sep 7, 2024 · 4 comments
Open

Request maximum charging power using OCPP #242

mincequi opened this issue Sep 7, 2024 · 4 comments
Labels

Comments

@mincequi
Copy link

mincequi commented Sep 7, 2024

Hi there,

how can i request the maximum charging power using OCPP? Is this supported?

Thanks a lot.

@0xFEEDC0DE64
Copy link
Contributor

we only support limiting the current, so the power depends on if the charger has voltage supplied on all three phases or only one, and if the car can draw current on 1 or 2 or 3 phases, we might allow limiting the actual power over OCPP Smart Charging profiles in the far future by using our pv surplus control loop, but that is not wired into ocpp yet and is also not planned yet.

@mincequi
Copy link
Author

Sorry for not being clear enough.
I mean, if there is a way to request the maximum power/current the wallbox actually can deliver?
11kw vs 22kw / 16A vs 32A.
Is there a way to request this via OCPP?

also: can one request voltage using OCPP? There seems to be an appropriate measurand key defined in OCPP 1.6J for MeterValues: Voltage

@0xFEEDC0DE64
Copy link
Contributor

I have not yet exposed the device variant on ocpp yet, should it be a custom readonly configuration key for GetConfiguration or do you have a better way?

setting the measurands for voltage too should work

@erxbout erxbout added the ocpp label Sep 11, 2024
@mincequi
Copy link
Author

Reading voltages works, thanks!

Having a custom readonly key for GetConfiguration sounds reasonable to me.
Alternatively, this info is already provided via BootNotification (as chargePointMaxPower or chargePointMaxCurrent).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants