ChargingStation.WebSocketPingInterval is vendor-specific. The canonical
variable per OCPP 2.0.1 Part 4 §8.4 is OCPPCommCtrlr.WebSocketPingInterval.
Update both the 1.6→2.0 mapping and the keba-ocpp2 template.
"value": "false"
},
{
- "key": "ChargingStation.WebSocketPingInterval",
+ "key": "OCPPCommCtrlr.WebSocketPingInterval",
"readonly": false,
"value": "60"
},
[
StandardParametersKey.WebSocketPingInterval,
buildConfigKey(
- OCPP20ComponentName.ChargingStation,
+ OCPP20ComponentName.OCPPCommCtrlr,
StandardParametersKey.WebSocketPingInterval
),
],