2022-12-09 11:29:52 +00:00
# Todos
2022-12-16 12:03:36 +00:00
- [x] Decode CableCheckRes."DC_EVSEStatus.EVSEStatusCode": dinDC_EVSEStatusCodeType as readable text
2022-12-14 12:53:40 +00:00
- [ ] Decode CableCheckRes."DC_EVSEStatus.EVSEIsolationStatus": dinisolationLevelType as readable text
2022-12-21 09:55:26 +00:00
- [x] Encoder: PreChargeReq: is it possible to enable the units for EVTargetVoltage and EVTargetCurrent?
- [x] Encoder: CurrentDemandReq: is it possible to enable the units for EVTargetVoltage and EVTargetCurrent?
- [x] Find out, why Alpi reports CableCheckRes = Finished FAILED in v0.4
- [x] Find out, why Compleo ignores the PowerDeliveryReq START in v0.4
2022-12-20 07:35:58 +00:00
- [x] Add date/time into ExiLog
2022-12-14 12:53:40 +00:00
- [ ] PevMode: Add state transition in case of failed CableCheck
2022-12-09 22:45:58 +00:00
- [x] PevMode: PreChargeReq: Fill EVRESSSOC, EVTargetVoltage, EVTargetCurrent
- [x] PevMode: PowerDeliveryReq: Fill EVRESSSOC, Stop/Start
- [x] PevMode: CurrentDemandReq: Fill EVRESSSOC, EVTargetCurrent, EVTargetVoltage
2022-12-09 11:29:52 +00:00
- [ ] EvseMode: CurrentDemandRes: Fill EVSEPresentVoltage, EVSEPresentCurrent, EVSEMaximumVoltageLimit, ...LimitAchieved
- [ ] EvseMode: Fill V2G messages as far as needed, to convince the car to accept it.
2022-12-13 20:52:16 +00:00
- [x] PevMode: Fill V2G messages as far as needed, to convince the charger to accept it.
- [x] PevMode: Find out the SLAC issue on Supercharger and Compleo.
2022-12-20 07:35:58 +00:00
- [x] PevMode: Connect the inlet voltage measurement
2022-12-13 20:52:16 +00:00
- [x] PevMode: Connect the control of CP
2022-12-20 07:35:58 +00:00
- [x] PevMode: Connect the control of Relay
2022-12-14 12:53:40 +00:00
- [ ] docu: add link to evse which provides the 5% PWM)
- [ ] docu: add hardwareInterface into software architecture puml
- [ ] docu: create hardware architecture picture
2022-12-23 15:08:24 +00:00
- [x] docu for Dieter (Schematic, concept idea, DieterLV, DieterHV, ...)
2023-02-27 12:11:16 +00:00
- [x] add OLED display to the PEV controller
2022-12-09 11:29:52 +00:00
- [ ] in addressManager, replace the print by addToTrace
- [ ] Resolve the todo-markers in the code
2022-12-09 22:45:58 +00:00
- [ ] Still fixed addresses (MAC, IP) used somewhere?
2023-03-23 07:50:53 +00:00
- [ ] 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)
2022-12-09 11:29:52 +00:00
- [ ] (and much more)