Skip to content
Documentation Menu

TC_B_23_CS — Reset Charging Station - Unavailable persists reset

TC_B_23_CS — Reset Charging Station - Unavailable persists reset

Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block B. Provisioning, page 56.

Identification

FieldValue
Test case nameReset Charging Station - Unavailable persists reset
Test case IdTC_B_23_CS
Use case Id(s)B11
Requirement(s)B11.FR.01, B11.FR.02, B11.FR.03, B11.FR.04, B01.FR.03
System under testCharging Station
Functional blockB. Provisioning

Description

This test case covers how the CSMS can request the Charging Station to reset itself by sending a ResetRequest without any ongoing transaction and with the status of Inoperative. This could for example be necessary if the Charging Station is not functioning correctly.

Purpose

To verify if the Charging Station 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:

  • Unavailable for <Configured connectorId>

Reusable State(s):

  • N/a

Main (Test scenario)

Charging StationCSMS
2. The Charging Station responds with a ResetResponse1. The OCTT sends a ResetRequest; with type OnIdle
Note(s):; - The Charging Station reboots
3. The Charging Station sends a BootNotificationRequest4. The OCTT responds with a BootNotificationResponse; with status Accepted
5. The Charging Station notifies the CSMS about the current state of all connectors.6. The OCTT responds accordingly.

Tool validations

Step 2:

Message ResetResponse

  • status Accepted

Step 3:

Message BootNotificationRequest reason RemoteReset

Step 5:

For <Configured connectorId>: Message: StatusNotificationRequest

  • connectorStatus Unavailable Message: NotifyEventRequest
  • eventData[0].trigger Delta
  • eventData[0].actualValue "Unavailable"
  • eventData[0].component.name "Connector"
  • eventData[0].variable.name "AvailabilityState" For <Other connector(s)>: Message: StatusNotificationRequest
  • connectorStatus Available Message: NotifyEventRequest
  • eventData[0].trigger Delta
  • eventData[0].actualValue "Available"
  • eventData[0].component.name "Connector"
  • eventData[0].variable.name "AvailabilityState"

Post scenario validations

  • A message to report the state of a connector has been received for all connectors.