olga2323

Results 3 issues of olga2323

Dear all, when using 1.6 and SetChargingProfile like so: ``` cProfile.ChargingProfileId = 1 cProfile.StackLevel = 0 cProfile.ChargingProfilePurpose = types.ChargingProfilePurposeChargePointMaxProfile cProfile.ChargingProfileKind = types.ChargingProfileKindAbsolute cProfile.ChargingSchedule = types.NewChargingSchedule(types.ChargingRateUnitAmperes, types.ChargingSchedulePeriod{ StartPeriod: 0, Limit: float64(limit),...

Hi there, I discovered an issue with the validation of types.SampleValue.Value, required would exclude 0.0 Values. ``` type SampledValue struct { Value float64 `json:"value" validate:"required"` // Indicates the measured value....

https://aftersales.alfen.com/servicedesk/customershim/secure/attachment/1024186/1024186_OCPP+1.6+security+whitepaper+edition+3.pdf?fromIssue=390054 Seems that ocpp1.6 does not handle `SecurityEventNotification`. Is it planned to integrate this? Issue here is with Alfen stations that keep sending `SecurityEventNotification` and stack does not respond.