SetMonitoringBase

Switches the station's monitoring configuration to a preset base.

Version
OCPP 2.0.1
Direction
CSMS → Charge Point
Functional block
Diagnostics

A coarse control over the whole monitoring configuration: revert to factory defaults, use the pre-configured set, or leave everything active.

Request

FieldTypeRequiredDescription
monitoringBaseMonitoringBaseEnumTypeRequiredWhich base to apply.
json
[2, "19223201", "SetMonitoringBase", {
  "monitoringBase": "FactoryDefault"
}]

Response

FieldTypeRequiredDescription
statusGenericDeviceModelStatusEnumTypeRequiredResult.
statusInfoStatusInfoTypeOptionalReason code.
json
[3, "19223201", {
  "status": "Accepted"
}]

Values

MonitoringBaseEnumType

ValueMeaning
AllEvery monitor the station has, active.
FactoryDefaultThe manufacturer's default set.
HardWiredOnlyOnly monitors built into the firmware.

Implementation notes

`FactoryDefault` and `HardWiredOnly` discard custom monitors. Anything installed with SetVariableMonitoring is lost, and has to be reinstalled.