OCPP
Minimal configuration (Charge Point)
communication:
- ocpp:
role: charge_point
endpoint: "ws://localhost:9000/ocpp"
subprotocol: "ocpp1.6"
charge_point_id: "spx-evse-01"
bindings:
boot_notification:
direction: outbound
frame_type: call
action: BootNotification
payload:
chargePointVendor: "#attr(cp_vendor)"
chargePointModel: "#attr(cp_model)"Minimal configuration (Central System)
Notes
Last updated

