forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenergy-evse-cluster.xml
351 lines (330 loc) · 17.6 KB
/
energy-evse-cluster.xml
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<?xml version="1.0"?>
<!--
Copyright (c) 2023-2024 Project CHIP Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
XML generated by Alchemy; DO NOT EDIT.
Source: src/app_clusters/EnergyEVSE.adoc
Parameters: in-progress
Git: 1.4-prerelease-ipr-69-ge15ff5700
-->
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
<domain name="Energy Management"/>
<enum name="StateEnum" type="enum8">
<cluster code="0x0099"/>
<item name="NotPluggedIn" value="0x00"/>
<item name="PluggedInNoDemand" value="0x01"/>
<item name="PluggedInDemand" value="0x02"/>
<item name="PluggedInCharging" value="0x03"/>
<item name="PluggedInDischarging" value="0x04"/>
<item name="SessionEnding" value="0x05"/>
<item name="Fault" value="0x06"/>
</enum>
<enum name="SupplyStateEnum" type="enum8">
<cluster code="0x0099"/>
<item name="Disabled" value="0x00"/>
<item name="ChargingEnabled" value="0x01"/>
<item name="DischargingEnabled" value="0x02"/>
<item name="DisabledError" value="0x03"/>
<item name="DisabledDiagnostics" value="0x04"/>
<item name="Enabled" value="0x05"/>
</enum>
<enum name="FaultStateEnum" type="enum8">
<cluster code="0x0099"/>
<item name="NoError" value="0x00"/>
<item name="MeterFailure" value="0x01"/>
<item name="OverVoltage" value="0x02"/>
<item name="UnderVoltage" value="0x03"/>
<item name="OverCurrent" value="0x04"/>
<item name="ContactWetFailure" value="0x05"/>
<item name="ContactDryFailure" value="0x06"/>
<item name="GroundFault" value="0x07"/>
<item name="PowerLoss" value="0x08"/>
<item name="PowerQuality" value="0x09"/>
<item name="PilotShortCircuit" value="0x0A"/>
<item name="EmergencyStop" value="0x0B"/>
<item name="EVDisconnected" value="0x0C"/>
<item name="WrongPowerSupply" value="0x0D"/>
<item name="LiveNeutralSwap" value="0x0E"/>
<item name="OverTemperature" value="0x0F"/>
<item name="Other" value="0xFF"/>
</enum>
<enum name="EnergyTransferStoppedReasonEnum" type="enum8">
<cluster code="0x0099"/>
<item name="EVStopped" value="0x00"/>
<item name="EVSEStopped" value="0x01"/>
<item name="Other" value="0x02"/>
</enum>
<bitmap name="TargetDayOfWeekBitmap" type="bitmap8" apiMaturity="provisional">
<cluster code="0x0099"/>
<field name="Sunday" mask="0x01"/>
<field name="Monday" mask="0x02"/>
<field name="Tuesday" mask="0x04"/>
<field name="Wednesday" mask="0x08"/>
<field name="Thursday" mask="0x10"/>
<field name="Friday" mask="0x20"/>
<field name="Saturday" mask="0x40"/>
</bitmap>
<struct name="ChargingTargetStruct" apiMaturity="provisional">
<cluster code="0x0099"/>
<item fieldId="0" name="TargetTimeMinutesPastMidnight" type="int16u" max="1439" default="0"/>
<item fieldId="1" name="TargetSoC" type="percent" optional="true" default="0"/>
<item fieldId="2" name="AddedEnergy" type="energy_mwh" min="0" optional="true" default="0"/>
</struct>
<struct name="ChargingTargetScheduleStruct" apiMaturity="provisional">
<cluster code="0x0099"/>
<item fieldId="0" name="DayOfWeekForSequence" type="TargetDayOfWeekBitmap" min="0x00" max="0x7F"/>
<item fieldId="1" name="ChargingTargets" array="true" type="ChargingTargetStruct" length="10"/>
</struct>
<cluster>
<name>Energy EVSE</name>
<domain>Energy Management</domain>
<code>0x0099</code>
<define>ENERGY_EVSE_CLUSTER</define>
<client init="false" tick="false">true</client>
<server init="false" tick="false">true</server>
<description>Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management.</description>
<globalAttribute side="either" code="0xFFFD" value="3"/>
<features>
<feature bit="0" code="PREF" name="ChargingPreferences" summary="EVSE supports storing user charging preferences">
<mandatoryConform/>
</feature>
<feature bit="1" code="SOC" name="SoCReporting" summary="EVSE supports reporting of vehicle State of Charge (SoC)">
<otherwiseConform>
<provisionalConform/>
<optionalConform/>
</otherwiseConform>
</feature>
<feature bit="2" code="PNC" name="PlugAndCharge" summary="EVSE supports PLC to support Plug and Charge">
<otherwiseConform>
<provisionalConform/>
<optionalConform/>
</otherwiseConform>
</feature>
<feature bit="3" code="RFID" name="RFID" summary="EVSE is fitted with an RFID reader">
<optionalConform/>
</feature>
<feature bit="4" code="V2X" name="V2X" summary="EVSE supports bi-directional charging / discharging">
<otherwiseConform>
<provisionalConform/>
<optionalConform/>
</otherwiseConform>
</feature>
</features>
<!--Attributes-->
<attribute code="0x0000" side="server" name="State" type="StateEnum" define="STATE" isNullable="true" min="0x00" max="0x06">
<mandatoryConform/>
</attribute>
<attribute code="0x0001" side="server" name="SupplyState" type="SupplyStateEnum" define="SUPPLY_STATE" min="0x00" max="0x05">
<mandatoryConform/>
</attribute>
<attribute code="0x0002" side="server" name="FaultState" type="FaultStateEnum" define="FAULT_STATE" min="0x00" max="0xFF">
<mandatoryConform/>
</attribute>
<attribute code="0x0003" side="server" name="ChargingEnabledUntil" type="epoch_s" define="CHARGING_ENABLED_UNTIL" isNullable="true" default="0">
<mandatoryConform/>
</attribute>
<!--Conformance feature V2X - for now optional-->
<attribute code="0x0004" side="server" name="DischargingEnabledUntil" type="epoch_s" define="DISCHARGING_ENABLED_UNTIL" isNullable="true" default="0" optional="true">
<mandatoryConform>
<feature name="V2X"/>
</mandatoryConform>
</attribute>
<attribute code="0x0005" side="server" name="CircuitCapacity" type="amperage_ma" define="CIRCUIT_CAPACITY" default="0" min="0">
<mandatoryConform/>
</attribute>
<attribute code="0x0006" side="server" name="MinimumChargeCurrent" type="amperage_ma" define="MINIMUM_CHARGE_CURRENT" default="6000" min="0">
<mandatoryConform/>
</attribute>
<attribute code="0x0007" side="server" name="MaximumChargeCurrent" type="amperage_ma" define="MAXIMUM_CHARGE_CURRENT" default="0" min="0">
<mandatoryConform/>
</attribute>
<!--Conformance feature V2X - for now optional-->
<attribute code="0x0008" side="server" name="MaximumDischargeCurrent" type="amperage_ma" define="MAXIMUM_DISCHARGE_CURRENT" default="0" min="0" optional="true">
<mandatoryConform>
<feature name="V2X"/>
</mandatoryConform>
</attribute>
<attribute code="0x0009" side="server" type="amperage_ma" define="USER_MAXIMUM_CHARGE_CURRENT" default="0" writable="true" optional="true">
<access op="write" privilege="manage"/>
<description>UserMaximumChargeCurrent</description>
<optionalConform/>
</attribute>
<attribute code="0x000A" side="server" type="elapsed_s" define="RANDOMIZATION_DELAY_WINDOW" default="600" writable="true" optional="true">
<access op="write" privilege="manage"/>
<description>RandomizationDelayWindow</description>
<optionalConform/>
</attribute>
<!--Conformance feature PREF - for now optional-->
<!--Conformance feature PREF - for now optional-->
<!--Conformance feature PREF - for now optional-->
<attribute code="0x0023" side="server" name="NextChargeStartTime" type="epoch_s" define="NEXT_CHARGE_START_TIME" isNullable="true" optional="true">
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</attribute>
<!--Conformance feature PREF - for now optional-->
<attribute code="0x0024" side="server" name="NextChargeTargetTime" type="epoch_s" define="NEXT_CHARGE_TARGET_TIME" isNullable="true" optional="true">
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</attribute>
<!--Conformance feature PREF - for now optional-->
<attribute code="0x0025" side="server" name="NextChargeRequiredEnergy" type="energy_mwh" define="NEXT_CHARGE_REQUIRED_ENERGY" isNullable="true" min="0" optional="true">
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</attribute>
<!--Conformance feature PREF - for now optional-->
<attribute code="0x0026" side="server" name="NextChargeTargetSoC" type="percent" define="NEXT_CHARGE_TARGET_SOC" isNullable="true" optional="true">
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</attribute>
<!--Conformance feature [PREF] - for now optional-->
<attribute code="0x0027" side="server" type="int16u" define="APPROXIMATE_EV_EFFICIENCY" isNullable="true" writable="true" optional="true" max="0xFFFE" min="0">
<access op="write" privilege="manage"/>
<description>ApproximateEVEfficiency</description>
<optionalConform>
<feature name="PREF"/>
</optionalConform>
</attribute>
<!--Conformance feature SOC - for now optional-->
<attribute code="0x0030" side="server" name="StateOfCharge" type="percent" define="STATE_OF_CHARGE" isNullable="true" optional="true">
<mandatoryConform>
<feature name="SOC"/>
</mandatoryConform>
</attribute>
<!--Conformance feature SOC - for now optional-->
<attribute code="0x0031" side="server" name="BatteryCapacity" type="energy_mwh" define="BATTERY_CAPACITY" isNullable="true" min="0" optional="true">
<mandatoryConform>
<feature name="SOC"/>
</mandatoryConform>
</attribute>
<!--Conformance feature PNC - for now optional-->
<attribute code="0x0032" side="server" name="VehicleID" type="char_string" define="VEHICLE_ID" isNullable="true" length="32" optional="true">
<mandatoryConform>
<feature name="PNC"/>
</mandatoryConform>
</attribute>
<attribute code="0x0040" side="server" name="SessionID" type="int32u" define="SESSION_ID" isNullable="true">
<mandatoryConform/>
</attribute>
<attribute code="0x0041" side="server" name="SessionDuration" type="elapsed_s" define="SESSION_DURATION" isNullable="true">
<mandatoryConform/>
</attribute>
<attribute code="0x0042" side="server" name="SessionEnergyCharged" type="energy_mwh" define="SESSION_ENERGY_CHARGED" isNullable="true" min="0">
<mandatoryConform/>
</attribute>
<!--Conformance feature V2X - for now optional-->
<attribute code="0x0043" side="server" name="SessionEnergyDischarged" type="energy_mwh" define="SESSION_ENERGY_DISCHARGED" isNullable="true" min="0" optional="true">
<mandatoryConform>
<feature name="V2X"/>
</mandatoryConform>
</attribute>
<command source="client" code="0x01" name="Disable" optional="false" mustUseTimedInvoke="true" apiMaturity="provisional">
<description>Allows a client to disable the EVSE from charging and discharging.</description>
<mandatoryConform/>
</command>
<command source="client" code="0x02" name="EnableCharging" optional="false" mustUseTimedInvoke="true">
<arg id="0" name="ChargingEnabledUntil" type="epoch_s" isNullable="true"/>
<arg id="1" name="MinimumChargeCurrent" type="amperage_ma" min="0"/>
<arg id="2" name="MaximumChargeCurrent" type="amperage_ma" min="0"/>
<description>This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and minimum charge current.</description>
<mandatoryConform/>
</command>
<command source="client" code="0x03" name="EnableDischarging" optional="true" mustUseTimedInvoke="true" apiMaturity="provisional">
<arg id="0" name="DischargingEnabledUntil" type="epoch_s" isNullable="true"/>
<arg id="1" name="MaximumDischargeCurrent" type="amperage_ma" min="0"/>
<description>Upon receipt, this SHALL allow a client to enable the discharge of an EV, and to provide or update the maximum discharge current.</description>
<mandatoryConform>
<feature name="V2X"/>
</mandatoryConform>
</command>
<command source="client" code="0x04" name="StartDiagnostics" optional="true" mustUseTimedInvoke="true">
<description>Allows a client to put the EVSE into a self-diagnostics mode.</description>
<optionalConform/>
</command>
<command source="client" code="0x05" name="SetTargets" optional="true" mustUseTimedInvoke="true" apiMaturity="provisional">
<arg id="0" name="ChargingTargetSchedules" type="ChargingTargetScheduleStruct" array="true" length="7"/>
<description>Allows a client to set the user specified charging targets.</description>
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</command>
<command source="client" code="0x06" name="GetTargets" optional="true" response="GetTargetsResponse" mustUseTimedInvoke="true" apiMaturity="provisional">
<description>Allows a client to retrieve the current set of charging targets.</description>
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</command>
<command source="client" code="0x07" name="ClearTargets" optional="true" mustUseTimedInvoke="true" apiMaturity="provisional">
<description>Allows a client to clear all stored charging targets.</description>
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</command>
<command source="server" code="0x00" name="GetTargetsResponse" optional="true" apiMaturity="provisional" disableDefaultResponse="true">
<arg id="0" name="ChargingTargetSchedules" type="ChargingTargetScheduleStruct" array="true" length="7"/>
<description>The GetTargetsResponse is sent in response to the GetTargets Command.</description>
<mandatoryConform>
<feature name="PREF"/>
</mandatoryConform>
</command>
<event side="server" code="0x00" name="EVConnected" priority="info">
<description>This event SHALL be generated when the EV is plugged in.</description>
<field id="0" name="SessionID" type="int32u"/>
<mandatoryConform/>
</event>
<event side="server" code="0x01" name="EVNotDetected" priority="info">
<description>This event SHALL be generated when the EV is unplugged or not detected (having been previously plugged in).</description>
<field id="0" name="SessionID" type="int32u"/>
<field id="1" name="State" type="StateEnum" min="0x00" max="0x06"/>
<field id="2" name="SessionDuration" type="elapsed_s"/>
<field id="3" name="SessionEnergyCharged" type="energy_mwh" min="0"/>
<field id="4" name="SessionEnergyDischarged" type="energy_mwh" min="0" optional="true" apiMaturity="provisional"/>
<mandatoryConform/>
</event>
<event side="server" code="0x02" name="EnergyTransferStarted" priority="info">
<description>This event SHALL be generated whenever the EV starts charging or discharging, except when an EV has switched between charging and discharging under the control of the PowerAdjustment feature of the Device Energy Management cluster of the associated Device Energy Management device.</description>
<field id="0" name="SessionID" type="int32u"/>
<field id="1" name="State" type="StateEnum" min="0x00" max="0x06"/>
<field id="2" name="MaximumCurrent" type="amperage_ma" min="0"/>
<field id="3" name="MaximumDischargeCurrent" type="amperage_ma" optional="true" min="0"/>
<mandatoryConform/>
</event>
<event side="server" code="0x03" name="EnergyTransferStopped" priority="info">
<description>This event SHALL be generated whenever the EV stops charging or discharging, except when an EV has switched between charging and discharging under the control of the PowerAdjustment feature of the Device Energy Management cluster of the associated Device Energy Management device.</description>
<field id="0" name="SessionID" type="int32u"/>
<field id="1" name="State" type="StateEnum" min="0x00" max="0x06"/>
<field id="2" name="Reason" type="EnergyTransferStoppedReasonEnum" min="0x00" max="0x02"/>
<field id="4" name="EnergyTransferred" type="energy_mwh" min="0"/>
<field id="5" name="EnergyDischarged" type="energy_mwh" optional="true" min="0"/>
<mandatoryConform/>
</event>
<event side="server" code="0x04" name="Fault" priority="critical">
<description>If the EVSE detects a fault it SHALL generate a Fault Event.</description>
<field id="0" name="SessionID" type="int32u" isNullable="true"/>
<field id="1" name="State" type="StateEnum" min="0x00" max="0x06"/>
<field id="2" name="FaultStatePreviousState" type="FaultStateEnum" min="0x00" max="0xFF"/>
<field id="4" name="FaultStateCurrentState" type="FaultStateEnum" min="0x00" max="0xFF"/>
<mandatoryConform/>
</event>
<event side="server" code="0x05" name="RFID" priority="info" optional="true">
<description>This event SHALL be generated when a RFID card has been read.</description>
<field id="0" name="UID" type="octet_string" length="10"/>
<optionalConform>
<feature name="RFID"/>
</optionalConform>
</event>
</cluster>
</configurator>