mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
docu: todos moved into separate todo.md
This commit is contained in:
parent
82f347c788
commit
ed3a8922aa
2 changed files with 17 additions and 11 deletions
15
doc/todo.md
Normal file
15
doc/todo.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Todos
|
||||
|
||||
- [ ] PevMode: PreChargeReq: Fill EVRESSSOC, EVTargetVoltage, EVTargetCurrent
|
||||
- [ ] PevMode: PowerDeliveryReq: Fill EVRESSSOC, Stop/Start
|
||||
- [ ] PevMode: CurrentDemandReq: Fill EVTargetCurrent, EVMaximumVoltageLimit
|
||||
- [ ] EvseMode: CurrentDemandRes: Fill EVSEPresentVoltage, EVSEPresentCurrent, EVSEMaximumVoltageLimit, ...LimitAchieved
|
||||
- [ ] EvseMode: Fill V2G messages as far as needed, to convince the car to accept it.
|
||||
- [ ] PevMode: Fill V2G messages as far as needed, to convince the charger to accept it.
|
||||
- [ ] PevMode: Find out the SLAC issue on Supercharger and Compleo.
|
||||
- [ ] PevMode: Connect the inlet voltage measurement
|
||||
- [ ] PevMode: Connect the control of CP and Relay
|
||||
- [ ] improve docu (update layer diagram, improve hardware docu, add link to evse which provides the 5% PWM)
|
||||
- [ ] in addressManager, replace the print by addToTrace
|
||||
- [ ] Resolve the todo-markers in the code
|
||||
- [ ] (and much more)
|
13
readme.md
13
readme.md
|
@ -289,10 +289,6 @@ is not yet implemented.
|
|||
- TCP connection works now on Alpitronics charger
|
||||
- ContractAuthentication loop works
|
||||
|
||||
### Ongoing improvements
|
||||
|
||||
- SLAC timing: improvement to be tested.
|
||||
|
||||
### Test results on real-world chargers
|
||||
|
||||
See [charger_test_results.md](doc/charger_test_results.md)
|
||||
|
@ -309,13 +305,8 @@ functions Monitor() and Sniffer(), but these are included from a path ../nda/ wh
|
|||
Any idea how to enable full-transparency of the AR7420?
|
||||
|
||||
## Other open topics
|
||||
- [*EvseMode*] [*PevMode*] Fill V2G messages as far as needed, to convince the car to accept it.
|
||||
- [*PevMode*] Find out TCP connection issue on Alpitronics
|
||||
- [*PevMode*] Find out the SLAC issue on Supercharger and Compleo.
|
||||
- improve docu (update layer diagram, improve hardware docu, add link to evse which provides the 5% PWM)
|
||||
- in addressManager, replace the print by addToTrace
|
||||
- Resolve the todo-markers in the code
|
||||
- (and much more)
|
||||
|
||||
See [todo.md](doc/todo.md) and [bug_analysis.md](doc/bug_analysis.md)
|
||||
|
||||
## FAQ
|
||||
|
||||
|
|
Loading…
Reference in a new issue