From 3620b7c4f9646f0a9794c14611d4cb35ff4d309b Mon Sep 17 00:00:00 2001 From: uhi22 Date: Sat, 13 May 2023 21:15:39 +0200 Subject: [PATCH] docu: added charger test results and todos --- doc/charger_test_results.md | 16 ++++++++++++++++ doc/todo.md | 6 ++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/charger_test_results.md b/doc/charger_test_results.md index f0e9b19..6789af6 100644 --- a/doc/charger_test_results.md +++ b/doc/charger_test_results.md @@ -72,6 +72,11 @@ Test results of version v0.4-7-g7cea8b5 (2022-12-21) - [ ] DIN SessionStop: No response - [x] Inlet voltage measurement (shows 500V during cable check, and 230V during precharge) +## Circontrol + +First test negative, see https://openinverter.org/forum/viewtopic.php?p=56268#p56268. +The SLAC works, but after SetKey we do not see the chargers modem. + ## Compleo Cito BM 500 Test site: e.g. https://www.goingelectric.de/stromtankstellen/Deutschland/Koesching/EDEKA-Ingolstaedter-Strasse-114/62619/ @@ -149,6 +154,14 @@ Test site e.g. https://www.goingelectric.de/stromtankstellen/Deutschland/Ingolst Test results tbd +## Siemens + +Charging works, see https://openinverter.org/forum/viewtopic.php?p=56478#p56478 + +## Tesla Supercharger V2 + +Charging works, see https://openinverter.org/forum/viewtopic.php?p=56478#p56478 + ## Tesla Supercharger V3 Test site e.g. https://www.goingelectric.de/stromtankstellen/Deutschland/Koesching/Supercharger-Car-Wash-Ruppertswies-4/69557/ @@ -173,3 +186,6 @@ Test results of version v0.5-12-g23b1384, on 2023-03-02 - [ ] DIN WeldingDetection - [ ] DIN SessionStop +## Tritium 75kW + +Charging works, see https://openinverter.org/forum/viewtopic.php?p=56268#p56268 diff --git a/doc/todo.md b/doc/todo.md index 2e2b48a..e3411b1 100644 --- a/doc/todo.md +++ b/doc/todo.md @@ -28,9 +28,11 @@ - [ ] Still fixed addresses (MAC, IP?) used on windows, add auto-detection or configuration - [x] configurable interface name and simplify address determination (see https://openinverter.org/forum/viewtopic.php?p=54659#p54659) - [x] in the SessionSetupRequest we need to set the EVCCID with the MAC of the car. At the moment this is not implemented, need to update in the OpenV2Gx the function encodeSessionSetupRequest(), also the fsmPev.py, and provide the MAC as command line parameter from the python to the OpenV2Gx. (see https://openinverter.org/forum/viewtopic.php?p=54667#p54667) -- [ ] integrate celeron55s hardware interface, use config options for this. -- [ ] configurable serial interface and baud rate +- [x] integrate celeron55s hardware interface, use config options for this. +- [x] configurable serial interface and baud rate - [ ] add plausibilization between EVSEPresentVoltage and physicalVoltage before closing contactors (configurable) - [ ] find out how a normal end of charging session works (Stopped on charger, stopped on car) - [ ] PevMode: Evaluate the error code reported by the charger, and enter into state stateUnrecoverableError. +- [ ] Configurable pathes in sharter.sh +- [ ] A timeout during PreCharging shall run into the safe shutdown sequence. Same for CableCheck. - [ ] (and some more)