-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
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. |
Sorry for not being clear enough. also: can one request voltage using OCPP? There seems to be an appropriate measurand key defined in OCPP 1.6J for MeterValues: Voltage |
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 |
Reading voltages works, thanks! Having a custom readonly key for GetConfiguration sounds reasonable to me. |
Hi there,
how can i request the maximum charging power using OCPP? Is this supported?
Thanks a lot.
The text was updated successfully, but these errors were encountered: