docu: added charger test results and todos

This commit is contained in:
uhi22 2023-05-13 21:15:39 +02:00
parent e9466601be
commit 3620b7c4f9
2 changed files with 20 additions and 2 deletions

View file

@ -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

View file

@ -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)