JungHeum-Park
JungHeum-Park
I'm testing scenario of receive `SoftReset` when charging. To pass OCTT test, EVSE should send `StopTransaction` and `StatusNotification` with `Finishing` status after receive `SoftReset`. But when receive `SoftReset`, internal system...
Hi. I'm using microocpp v1.1. I'm doing test about Smart Charging with OCTT. But I can't pass 4 test cases. Failed test cases list. TC_056 Central Smart Charging - TxDefaultProfile...
Hi @matth-x . I'm using v1.2.0. I'm working with FirmwareUpdate/Diagnostics. After Diagnostics upload failed, if I request GetDiagnostic again, charger didn't send DiagnosticsStatusNotification. Here's log ``` [MO] Recv: [2,"81ce6fca-6967-48ff-8391-1255116ca892","GetDiagnostics",{"location":"ftp://127.0.0.1:21/files/failedLocation"}] [MO]...
Hi @matth-x . I found `"data"` field in Datatransfer only allow string. In OCPP 1.6 Specification - Edition 2 p.64, defines `"data"` 's field type as text. Also. There is...