Afir - Implementation - Guide 1
Afir - Implementation - Guide 1
-
AFIR for EV Charging Stations
Implementation Guide
TABLE OF CONTENTS
1. Introduction 3
Contents
Of
Table
1.1 About this document 3
1.2 Applicable Products 3
1.3 Applicable Documents 3
EN
2. Configuring 4
2.1 Prerequisites 4
2.2 Changing Configuration (OCCP 1.6) 4
2.3 Changing Configuration (OCCP 2.0.1) 4
2.4 OCCP Keys 4
2.5 Display Setting 5
2.6 Tariff Information 5
2.7 Changing tariffs (OCCP 1.6) 7
2.8 Changing tariffs (OCCP 2.0.1) 7
4. Glossary 10
Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
I
1. INTRODUCTION
EN
of then Alternate Fuel Infrastructure Regulation (AFIR).
AFIR allows two options for ad hoc payments for charging
equipment with a power output below 50kW:
• QR code payments (Art 5 lid 1a)
• Payment terminal
This document only describes the implementation of QR
code payments.
ID Content
Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
3
2. CONFIGURING
The configuration of the charging station can be changed by the CPMS by sending a message to the charging station
Configuring
changes OCCP keys.
The methods to do this depend on the OCCP version that is used.
The prerequisites for using the ad-hoc changing function 1.6J or higher
are: • Implemented payment service provider in CPMS
• Alfen charging station with display (see list of • The OCCP configuration keys must be defined correctly
compatible chargers) • The tariff information must be defined
• For Eve Single/Double products with firmware 6.6 or Payments by means of the QR code are an addition to
higher Alfen’s existing user interface and requires a license code
• For Twin 5 products with firmware 2.0 or higher for direct payment solutions. This license is available from
• Activated Direct Payment Solutions license (one time Alfen’s webshop or through the sales support department.
fee)
SetVariables("setVariableData":[
{"component":{"name":"TariffCostCtrlr","evse":2},
"variable": "qrCodeURL","attributeValue":"www.alfen.com/QRpayment/AL1000/Socket2"}]}
4 Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
2. CONFIGURING
EN
Pricing-EnergyPrice price.kWh decimal Price per kWh
Pricing-ShowDiscalaimer price.disclaimer
qrCodeURL qrCodeURL string[223], cardinality 1..2 The string that will be encod-
ed as a QR code, containing
the URL for starting a trans-
action on a at a single sock-
et.
The authorization key UnlockConnectorOnEVSideDisconnect must be set to true in order to unlock the cable at the
charger side when the cable is disconnected at the EV side.
NOTE
The exact behaviour of the disconnect depends on the setting of the DisconnectAction key
Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
5
2. CONFIGURING
NOTE
AFIR requires full price transparency. It does not allow a disclaimer stating that “additional costs may apply”. Such a
disclaimer must not be used in countries that apart of the European Union. The functionality of displaying such a disclaimer
is only present for the use in non-EU countries.
The information about these price components is supplied by the CSMS to the charging station through OCCP.
Table 2: OCPP Configuration Keys
To update the pricing information the CPMS can send a message to the charging station. The exact format of the message
depends on the OCCP standard that is used.
6 Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
2. CONFIGURING
EN
ChangeConfiguration(“price.minute”: “0.02”) ChangeConfiguration(“price”:”{
ChangeConfiguration(“price.session”: “0.50”) “currency:”EUR”, ”kWh”:0.50,
ChangeConfiguration(“price.other”: “1.0”) ”minute”:0.02, ”session”:0.50,
ChangeConfiguration(“price.otherSpecificatio ”other”:1.0, ”other specification”:”Idle fee
n”: “Idle fee per hour”) per hour”,
ChangeConfiguration(“price.showComponents”: “showComponents”:”disclaimer,
“disclaimer, perkWh,perMinute,perSession, perOther”}”)
perkWh,perMinute,perSession,perOther”}”)
NOTE
The implementation choice is up to the developers but must be consistent across all platforms.
Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
7
3. TRANSACTION PROCESS WITH QR CODES
3.1 Transaction with QR codes - overview 11. The charging station display a message to the user to
codes
QR
with
Process
Transaction
This section describes the transaction processes. insert the cable
12. The user inserts the cable
The transaction process uses a URL that is provided by 13. The charging station locks the cable and starts the
the CPMS. This URL is encoded in a QR code that can be energy transfer
EN
8 Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
3. TRANSACTION PROCESS WITH QR CODES
EN
characters. This example uses ACE1234567 for
this ID
b. The connector (socket) ID is provided as the ’ c’
parameter of the request. It has the value ‘ 1’ for a
single-socket charging station, or the value ‘ 1’ or ‘
2’ for a double-socket charging station.
c. The actual time is provided as the ‘ h’ parameter
of the request. This timestamp is a hash code
consisting of 8 hexadecimal characters such as ‘
A763FEC2’.
The ID and the socket number remain readable, but the
timestamp is not.
This results in a URL like CPOURL?
id=ACE1234567&c=2&h=A763FEC2.
Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
9
4. GLOSSARY
AFIR (e)MSPs are getting thinner, and the two company types
Glossary
Alternative Fuel Infrastructure Regulation is a policy are harder to distinguish.
framework or regulation focused on the development and EVSE
deployment of infrastructure for alternative fuels. It aims Electric Vehicle Supply Equipment: a charging station or
to promote use of alternative fuels, development of infra- charging point for electric vehicles.
EN
10 Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
4. GLOSSARY
V2G
Vehicle-to-Grid
V2G-PKI
Vehicle-to-Grid Public Key Infrastructure is is a set of roles,
policies, hardware, software and procedures needed to cre-
EN
ate, manage, distribute, use, store and revoke digital certifi-
cates and manage public-key encryption.
Alfen ICU B.V. | Implementation Guide | Alternative Fuels Infrastructure Regulation | AFIR for EV Charging Stations | V1.0 | EN | 02/2024 |
11
_
Contact