|
@@ -1022,7 +1022,7 @@ void checkCompositeSchedule(uint8_t connectorId, uint32_t durationReq, struct St
|
|
|
compositeProfile->ChargingSchedule.ChargingSchedulePeriod[idxPeriod].Limit = -1;
|
|
|
compositeProfile->ChargingSchedule.ChargingSchedulePeriod[idxPeriod].NumberPhases = 3;
|
|
|
}
|
|
|
- compositeProfile->ChargingProfileId = 1;
|
|
|
+ compositeProfile->ChargingProfileId = 0;
|
|
|
compositeProfile->StackLevel = 99 ;
|
|
|
sprintf((char*)compositeProfile->ChargingProfileKind ,"Absolute");
|
|
|
|
|
@@ -2378,6 +2378,7 @@ void checkCompositeSchedule(uint8_t connectorId, uint32_t durationReq, struct St
|
|
|
{
|
|
|
if(compositeProfile->ChargingSchedule.ChargingSchedulePeriod[idxPeriod].StartPeriod >= 0)
|
|
|
{
|
|
|
+ compositeProfile->ChargingProfileId = 1;
|
|
|
DEBUG_INFO("Period-%02d startPeriod: %d\n", idxPeriod, compositeProfile->ChargingSchedule.ChargingSchedulePeriod[idxPeriod].StartPeriod);
|
|
|
DEBUG_INFO("Period-%02d limit: %f\n", idxPeriod, compositeProfile->ChargingSchedule.ChargingSchedulePeriod[idxPeriod].Limit);
|
|
|
DEBUG_INFO("Period-%02d NumberPhases: %d\n", idxPeriod, compositeProfile->ChargingSchedule.ChargingSchedulePeriod[idxPeriod].NumberPhases);
|