TC_B_26_CSMS — Reset EVSE - With Ongoing Transaction - OnIdle
TC_B_26_CSMS — Reset EVSE - With Ongoing Transaction - OnIdle
Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block B. Provisioning, page 361.
Identification
| Field | Value |
|---|---|
| Test case name | Reset EVSE - With Ongoing Transaction - OnIdle |
| Test case Id | TC_B_26_CSMS |
| Use case Id(s) | B12 |
| Requirement(s) | B12.FR.07 |
| System under test | CSMS |
| Functional block | B. Provisioning |
Description
This test case covers how the CSMS can remotely request the Charging Station to reset an EVSE by sending a ResetRequest during a transaction. When ResetRequest "OnIdle" is send the charging stations schedules a reboot after all transactions are stopped. This could for example be necessary if the Charging Station is not functioning correctly.
Purpose
To verify if the CSMS is able to perform the reset mechanism as described at the OCPP specification.
Prerequisite(s)
n/a
Before (Preparations)
Configuration State:
- N/a
Memory State:
- N/a
Reusable State(s):
- State is EnergyTransferStarted
Main (Test scenario)
| Charging Station | CSMS |
|---|---|
| Manual Action: Request the CSMS to reboot the charging EVSE with status OnIdle | |
| 2. The OCTT responds with a ResetResponse; with status Scheduled | 1. The CSMS sends a ResetRequest; with status OnIdle and evseID <Configured evseId> |
| 3. The OCTT sends a TransactionEventRequest.; - eventType Updated; - triggerReason StopAuthorized; - transactionInfo.chargingState EVConnected; - idToken.idToken <Configured valid_idtoken_idtoken>; - idToken.type <Configured valid_idtoken_type> | 4. The CSMS responds with a TransactionEventResponse. |
| 5. The OCTT sends a TransactionEventRequest.; - eventType Ended; - triggerReason EVCommunicationLost; - transactionInfo.chargingState Idle; - transactionInfo.stoppedReason EVDisconnected | 6. The CSMS responds with a TransactionEventResponse. |
Tool validations
Step 1:
Message ResetRequest
- type OnIdle
- evseId <Configured evseId>
Post scenario validations
- N/a