HomeGuidesAPI ReferenceChangelog
Log In
Changelog
Added

(v2.5.0) Enhanced EVSE power settings

🔹 What's New?

We’ve enhanced the EVSE configuration capabilities with new power parameters for more precise control over EVSE electrical specifications.

🔄 Key changes & improvements

Updated endpoint:

  • PATCH /evses/:id - Now supports additional power configuration fields

New fields:

  • maxVoltage - Maximum voltage output (V) according to OCPI specification
  • maxAmperage - Maximum current output (A) according to OCPI specification

Existing fields:

  • maxElectricPower - Maximum power output (kW)
  • standard - Connector type according to OCPI specification

These enhancements allow you to configure precise electrical parameters for each EVSE independently, enabling better alignment with physical hardware specifications without affecting other EVSEs on the same charge box.

📖 Next steps

For detailed field specifications and examples, visit our API Reference. If you have questions about implementing these new parameters, contact our support team.