-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCS-Type 2 DC from DC Power? #22
Comments
CCS protocol for DC is very different from the simple PWM protocols that OpenEVSE does for AC charging to communicate with the vehicle's on-board charger. For a start, it will communicate via a powerline network over the CP pin. There's a lot of reading to be done of the official standards. I wish you all the best of luck, it's not going to be easy. |
A couple of things here just if anyone else is thinking about this problem:
|
I'm interested in doing something similar, too. Have you developed this any further? |
I've found the following: Tesla was using CAN but now uses Power Communications and indeed uses the same protocol as CCS. The basic flow would be:
Charger would be:
The hardest part of this is actually the IP link and coms. |
That's my assessment, too. As a matter of power flow, a DC source seems much easier to do than AC, but very few J1772 systems appear to be natively compatible with a DC source - they generally seem to expect 3-phase AC. A bridge rectifier can accept DC (grudgingly, I assume), but I'm not sure if there are any gremlins that will emerge if I do that. And most AC systems are lower than 20 kW, anyway. I'm attaching two documents: the Design Guide shows the standard process flow (data and power) for DC charging; the "Mitigation..." document shows a useful block diagram on page 4. Design_Guide_Combined_Charging_System_V7.pdf My current plan is to build a system like this: Battery -> inverter -> L2 AC charger -> car, and then figure out how to trim out the excess elements. |
You’re still losing dc to ac and then ac to dc doing this and if you use an off the shelf transformerless inverter you’re not going to gain a thing. You’re at best at about 87% efficiency that way. The reason to do dc/dc is that you can get into the 97-98% efficiency with a synchronous buck/boost. |
Oh I completely agree, but I haven't yet solved the comms problem that you articulated above. The DC-AC solution "solves" it, but admittedly quite poorly. Let you know if I come across any improvements using something approximately off-the-shelf. |
There's a company that the Electric Viking on YouTube referenced that has a DC/DC charging solution coming. I can't find anything about them. But it's a lead. |
Thanks, that's a good start. |
Hi, I'm building a DC Bus design that skips the entire inverter process. Is there any documentation on using DC fast charging with this project?
Basically what I'm looking at doing is using this, if possible to charge from a LiFePO4 battery + solar directly DC with a small DC/DC synchronous boost converter (at over 98%) which will cost about 1/8th the cost of a dc/ac converter and eliminate all of the losses from DC/AC and then back AC/DC in the car. The synchronous boost converter is easy (going for 384VDC) and I've built one. The harder stuff that is more risky is to talk to the car and now blow up a $30K battery in the car.
Thanks!
The text was updated successfully, but these errors were encountered: