Autocharge starts a charging session the moment the driver plugs in, with no RFID card or app involved. It predates ISO 15118 Plug & Charge and is far cheaper to deploy, which is why it's still widely used across Europe today.

What is Autocharge?

When an EV is plugged into an Autocharge-capable AC station, the charge point and the vehicle establish a powerline communication (PLC) link over the Control Pilot line. The handshake is SLAC (Signal Level Attenuation Characterization), the same one ISO 15118 uses to pair a station with a vehicle. ISO 15118 Plug & Charge carries on from there into a full EXI-encoded, certificate-based mutual authentication exchange. Autocharge stops one step earlier: the station reads the MAC address of the vehicle's PLC modem out of that handshake and treats it as the driver's identity.

There are no certificates, no PKI, and no back-office contract data exchange. The station uses a hardware identifier it already has the moment the cable is connected.

How the OCPP flow works

The charge point formats the MAC address as an OCPP idTag and sends it in an Authorize.req, exactly as it would for a scanned RFID card. From the request alone, the CSMS cannot tell whether the identifier came from a badge or from a vehicle's network interface. It is expected to recognize the MAC-shaped idTag because the driver registered that vehicle against their account beforehand, typically during onboarding in the CPO's mobile app, and it answers with one of the usual four statuses: Accepted, Blocked, Expired, or Invalid.

Two details make this format-sensitive in practice.

Why it's hard to test with real hardware

Reproducing this end to end normally means owning both an Autocharge-capable charge point and a vehicle whose PLC modem MAC is already known and registerable, then repeating the plug-in cycle for every status your CSMS is supposed to handle: Accepted, Blocked, Expired, Invalid, and the case where the CSMS is unreachable. That is a lot of hardware and a lot of physical plug and unplug cycles to exercise one idTag value your Authorize handler needs to branch on correctly.

Simulating Autocharge with SimItNow

SimItNow lets you set an arbitrary idTag on a simulated EV, so you can reproduce the exact request an Autocharge station would send without the PLC/SLAC layer below it:

You can run all of this with a CSMS, an idTag string, and a plug-in event, without an Autocharge-certified charger or a car with a known PLC MAC. Get started free.