You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number of fixes to the Metervalue implementation for 2.0.1 (#448)
* Add clock alignment for aligned metervalues and add clearing of values where applicable
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
* Store extra metervalue when starting a transaction in an edge case
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
* Meter values: use the 'starting from' interval timer also for sampled data: start from the transaction start date/time. Also include the clock aligned metervalue if it the timestamp is the same as the started timestamp
Signed-off-by: Maaike Zijderveld, Alfen <maaike@iolar.nl>
* Add optional variable to control the rounding of the timestamps
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
* Fix a bunch of style issues
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
* Add decscription and some more style fixes
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
* Change all booleans from string to bool in component schemas
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
---------
Signed-off-by: Marc Emmers <m.emmers@alfen.com>
Signed-off-by: Maaike Zijderveld, Alfen <maaike@iolar.nl>
Co-authored-by: Maaike Zijderveld, Alfen <maaike@iolar.nl>
Copy file name to clipboardexpand all lines: config/v201/component_schemas/standardized/AlignedDataCtrlr.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"mutability": "ReadWrite"
17
17
}
18
18
],
19
-
"default": "1",
19
+
"default": true,
20
20
"type": "boolean"
21
21
},
22
22
"AlignedDataCtrlrAvailable": {
@@ -32,7 +32,7 @@
32
32
}
33
33
],
34
34
"description": "If this variable reports a value of true, Clock-Aligned Data is supported.",
35
-
"default": "1",
35
+
"default": true,
36
36
"type": "boolean"
37
37
},
38
38
"AlignedDataInterval": {
@@ -97,7 +97,7 @@
97
97
}
98
98
],
99
99
"description": "If set to true, the Charging Station SHALL include signed meter values in the SampledValueType in the MeterValuesRequest to the CSMS.",
Copy file name to clipboardexpand all lines: config/v201/component_schemas/standardized/AuthCtrlr.json
+5-5
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"mutability": "ReadWrite"
17
17
}
18
18
],
19
-
"default": "1",
19
+
"default": true,
20
20
"type": "boolean"
21
21
},
22
22
"AdditionalInfoItemsPerMessage": {
@@ -47,7 +47,7 @@
47
47
}
48
48
],
49
49
"description": "Whether a remote request to start a transaction in the form of RequestStartTransactionRequest message should be authorized beforehand like a local action to start a transaction.",
50
-
"default": "1",
50
+
"default": true,
51
51
"type": "boolean"
52
52
},
53
53
"LocalAuthorizeOffline": {
@@ -63,7 +63,7 @@
63
63
}
64
64
],
65
65
"description": "Whether the Charging Station, when Offline, will start a transaction for locally-authorized identifiers,",
66
-
"default": "1",
66
+
"default": true,
67
67
"type": "boolean"
68
68
},
69
69
"LocalPreAuthorize": {
@@ -79,7 +79,7 @@
79
79
}
80
80
],
81
81
"description": "Whether the Charging Station, when online, will start a transaction for locally-authorized identifiers without waiting for or requesting an AuthorizeResponse from the CSMS.",
82
-
"default": "1",
82
+
"default": true,
83
83
"type": "boolean"
84
84
},
85
85
"MasterPassGroupId": {
@@ -110,7 +110,7 @@
110
110
}
111
111
],
112
112
"description": "Support for unknown offline transactions.",
Copy file name to clipboardexpand all lines: config/v201/component_schemas/standardized/OCPPCommCtrlr.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@
278
278
}
279
279
],
280
280
"description": "When set to true, the Charging Station SHALL unlock the cable on the Charging Station side when the cable is unplugged at the EV. For an EVSE with only fixed cables, the mutability SHALL be ReadOnly and the actual value SHALL be false. For a charging station with fixed cables and sockets, the variable is only applicable to the sockets.",
Copy file name to clipboardexpand all lines: config/v201/component_schemas/standardized/TxCtrlr.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"mutability": "ReadWrite"
17
17
}
18
18
],
19
-
"default": "1",
19
+
"default": true,
20
20
"type": "boolean"
21
21
},
22
22
"ChargingTime": {
@@ -80,7 +80,7 @@
80
80
}
81
81
],
82
82
"description": "When set to true, the Charging Station SHALL deauthorize the transaction when the cable is unplugged from the EV.",
83
-
"default": "1",
83
+
"default": true,
84
84
"type": "boolean"
85
85
},
86
86
"StopTxOnInvalidId": {
@@ -96,7 +96,7 @@
96
96
}
97
97
],
98
98
"description": "Whether the Charging Station will deauthorize an ongoing transaction when it receives a non- Accepted authorization status in TransactionEventResponse for this transaction.",
0 commit comments