OCPP 2.0.1 SetChargingProfile 메시지
SetChargingProfile 개요 SetChargingProfile은 중앙 시스템(CSMS)이 충전소에게 새로운 충전 프로파일을 설정하도록 요청하는 메시지입니다. 이는 충전 전력 제한, 충전 스케줄 관리, 부하 분산, 그리드 안정성 확보 등의 목적으로 충전소의 동작을 제어하고자 할 때 사용됩니다. 메시지 구조 Request (CSMS → 충전소) { "evseId": 1, "chargingProfile": { "id": 101, "stackLevel": 1, "chargingProfilePurpose": "TxProfile", "chargingProfileKind": "Absolute", "recurrencyKind": "Daily", "validFrom": "2024-08-14T00:00:00.000Z", "validTo": "2024-08-21T00:00:00.000Z", "chargingSchedule": [ { "id": 1, "startSchedule": "2024-08-14T06:00:00.000Z", "duration": 28800, "chargingRateUnit": "A", "chargingSchedulePeriod": [ { "startPeriod": 0, "limit": 32.0, ...