Hi everyone,
I'm currently facing an issue during DC fast charging interoperability testing and would like to seek advice:
When connecting BYD new energy vehicles to some CCS chargers, we observed compatibility problems between the EVCC and the chargers. The CCS charger manufacturers would like to capture the EVCC communication data (mainly ISO 15118 or DIN 70121 protocol messages) to help with debugging.
We have standard sniffer tools available, but due to the vehicle-side communication setup, it has been difficult to capture complete EVCC messages.
Does anyone know an effective method to tap into the communication and collect the EVCC data from a BYD vehicle?
Any tips or experiences would be greatly appreciated!
Thanks in advance!
【Technical Inquiry】Looking for Methods to Capture EVCC Data from BYD New Energy Vehicles
- uhi22
- Posts: 1085
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 187 times
- Been thanked: 604 times
Re: 【Technical Inquiry】Looking for Methods to Capture EVCC Data from BYD New Energy Vehicles
I see two ways:
1. The cheap: capture the SPI traffic in the vehicle or charger, between the modem (QCA7000) and the host, using a Saleae logic analyzer (clone). I have a python script on my github to convert the saleae data into pcap, to view it with wireshark.
2. The expensive, universal, state-of-the-art: Vector https://www.vector.com/de/de/produkte/p ... e/vh5110a/
1. The cheap: capture the SPI traffic in the vehicle or charger, between the modem (QCA7000) and the host, using a Saleae logic analyzer (clone). I have a python script on my github to convert the saleae data into pcap, to view it with wireshark.
2. The expensive, universal, state-of-the-art: Vector https://www.vector.com/de/de/produkte/p ... e/vh5110a/
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
Re: 【Technical Inquiry】Looking for Methods to Capture EVCC Data from BYD New Energy Vehicles
Thanks for your answeruhi22 wrote: ↑Sun Apr 27, 2025 9:27 pm I see two ways:
1. The cheap: capture the SPI traffic in the vehicle or charger, between the modem (QCA7000) and the host, using a Saleae logic analyzer (clone). I have a python script on my github to convert the saleae data into pcap, to view it with wireshark.
2. The expensive, universal, state-of-the-art: Vector https://www.vector.com/de/de/produkte/p ... e/vh5110a/