-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathISO15118Ctrlr.json
192 lines (192 loc) · 6.47 KB
/
ISO15118Ctrlr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Schema for ISO15118Ctrlr",
"name": "ISO15118Ctrlr",
"type": "object",
"properties": {
"ISO15118CtrlrEnabled": {
"variable_name": "Enabled",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite",
"value": true
}
],
"type": "boolean"
},
"CentralContractValidationAllowed": {
"variable_name": "CentralContractValidationAllowed",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "If this variable exists and has the value true, then Charging Station can provide a contract certificate that it cannot validate, to the CSMS for validation as part of the AuthorizeRequest.",
"type": "boolean"
},
"ContractValidationOffline": {
"variable_name": "ContractValidationOffline",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite",
"value": true
}
],
"description": "If this variable is true, then Charging Station will try to validate a contract certificate when it is offline",
"type": "boolean"
},
"SeccId": {
"variable_name": "SeccId",
"characteristics": {
"supportsMonitoring": true,
"dataType": "string"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "The ID of the SECC in string format as defined by ISO15118.",
"type": "string"
},
"MaxScheduleEntries": {
"variable_name": "MaxScheduleEntries",
"characteristics": {
"supportsMonitoring": true,
"dataType": "integer"
},
"attributes": [
{
"type": "Actual"
}
],
"description": "Maximum number of allowed schedule periods.",
"type": "integer"
},
"RequestedEnergyTransferMode": {
"variable_name": "RequestedEnergyTransferMode",
"characteristics": {
"valuesList": "DC,AC_single_phase,AC_two_phase,AC_three_phase",
"supportsMonitoring": true,
"dataType": "OptionList"
},
"attributes": [
{
"type": "Actual"
}
],
"description": "The requested energy transfer mode.",
"type": "string"
},
"RequestMeteringReceipt": {
"variable_name": "RequestMeteringReceipt",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "If true, then Charging Station shall request a metering receipt from EV.",
"type": "boolean"
},
"ISO15118CtrlrCountryName": {
"variable_name": "CountryName",
"characteristics": {
"supportsMonitoring": true,
"dataType": "string"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "The countryName of the SECC in the ISO 3166-1 format. It is used as the countryName (C) of the SECC leaf certificate. Example: \"DE\"",
"type": "string"
},
"ISO15118CtrlrOrganizationName": {
"variable_name": "OrganizationName",
"characteristics": {
"supportsMonitoring": true,
"dataType": "string"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "The organizationName of the CSO operating the charging station. It is used as the organizationName (O) of the SECC leaf certificate. Example: \"John Doe Charging Services Ltd\" Note: This value will usually be identical to SecurityCtrlr.OrganizationName, but it does not have to be.",
"type": "string"
},
"PnCEnabled": {
"variable_name": "PnCEnabled",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite",
"value": true
}
],
"description": "If this variable is true, then ISO 15118 plug and charge as described by use case C07 - Authorization using Contract Certificates is enabled. If this variable is false, then ISO 15118 plug and charge as described by use case C07 - Authorization using Contract Certificates is disabled.",
"type": "boolean"
},
"V2GCertificateInstallationEnabled": {
"variable_name": "V2GCertificateInstallationEnabled",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "If this variable is true, then ISO 15118 V2G Charging Station certificate installation as described by use case A02 - Update Charging Station Certificate by request of CSMS and A03 - Update Charging Station Certificate initiated by the Charging Station is enabled. If this variable is false, then ISO 15118 V2G Charging Station certificate installation as described by use case A02 - Update Charging Station Certificate by request of CSMS and A03 - Update Charging Station Certificate initiated by the Charging Station is disabled.",
"type": "boolean"
},
"ContractCertificateInstallationEnabled": {
"variable_name": "ContractCertificateInstallationEnabled",
"characteristics": {
"supportsMonitoring": true,
"dataType": "boolean"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
}
],
"description": "If this variable is true, then ISO 15118 contract certificate installation/update as described by use case M01 - Certificate installation EV and M02 - Certificate Update EV is enabled. If this variable is false, then ISO 15118 contract certificate installation/update as described by use case M01 - Certificate installation EV and M02 - Certificate Update EV is disabled.",
"type": "boolean"
}
},
"required": [
"ContractValidationOffline"
]
}