Hello,
I'm trying to run your program. What connections do you have to OBC apart from GND/+12V and PT CAN?
Hello,
I had it connected to a charge socket as well, most important things on the charge port is the temperature sensors. Or you can fake it with a resistor. If you code out the locking motor on the charger you don't need to connect that. It will also want CP and PP from the charge socket.Electrocuter wrote: ↑Wed Jun 05, 2024 6:38 am Hello,
I'm trying to run your program. What connections do you have to OBC apart from GND/+12V and PT CAN?
The pin out is the same across all MEB/MLBevo chagers. Damien has a useful github with the pinouts on.Electrocuter wrote: ↑Thu Jun 06, 2024 4:58 pm I guess I'll have to find where the charge port temperature sensors are connected to the OBC.
Can you reupload please? The file is down.Mitchy wrote: ↑Mon May 08, 2023 11:42 pm Download link for the Project Files, A 7z file of the IDEX Project file folder, Gofile link as it was the easiest way to get this out:
https://gofile.io/d/8jLy7v
Will try to upload to a more suitable host in the future
Did you manage to get it working and which part number do you have?modellfan wrote: ↑Wed Nov 06, 2024 6:40 pm I am starting now also to get my charger running. I put all the information in this posts into the Wiki: https://openinverter.org/wiki/VAG_MLBevo_MQB_Chargers
Hi, what part number is the charger? Did you manage to make any more progress on this? Would it be possible to use it without the original charge port cover door etc? Would you share your complete latest code?
Yes , got it working on bench . Don’t have the part number by hand. It’s 11kw Audi Etron . Did a detailed tutorial video but never uploaded it. Maybe I should
Are you aware , that the teensy code was already ported by someone to Zombie ? It is on GitHub https://github.com/SomersetEV/Stm32-vcu -> cayenne branchMitchy wrote: ↑Mon May 19, 2025 2:34 pm Should have more on this very soon.
I’ve ported the code over to one of the blue Can filter boards here: https://openinverter.org/forum/viewtop ... 922#p80922
Just using the OI ‘Tesla Charger’ can interface signals for now, so from Zombieverter, the charger appears as a tesla unit.
Keeping all the CAN signals for now, as I’m not sure what would be usable when trying to get CCS charging running.
Doing it this way (using an interface board) as I’m spoofing quite a few CAN signals and I’m not sure how well Zombie will keep up with this, along with the 1000 msg/sec that I’m spoofing for my Vehicle CAN.![]()
I have a pretty rudimentary coding function written, this allows selecting between Type 1 and Type 2 charge schemes, and basically configures the charger between a UK or US coding.
I’m a bit worried as it doesn’t have many safeguards as of yet.
In a few days I should have things cleaned up enough and I’ll upload it to GitHub.
If I understand you correctly and you are now implementing a more advanced version on zombie using CAN3 I am highly interested. Please share the git repo, I would like to collaborate with you. Same target for me. Make the charger stable on Zombie VCU and integrate it with FOCCCI. Either on template repo of johuebner or on current ZombieRepo as fork.