VW Golf GTE battery

Forum on Volkswagen related hardware, so VW, Audi, Seat, Skoda etc.
moonshine
Posts: 2
Joined: Tue Jan 17, 2023 2:02 pm
Location: Arboga, Sweden

Re: VW Golf GTE battery

Post by moonshine »

Bigpie wrote: Fri Feb 18, 2022 8:02 pm I've got a second pack to play with. I've been able to get the contactors to close from the hybrid can thanks to some logs from DomT177Screenshot 2022-02-18 at 7.57.07 pm.png
This is the pinout of the external connector. To close the contactors 0x09C & 0x3A6 are needed on the hybrid can.
0x3A6 58 02 11 00 00 01 00 00 byte 1 (0 indexed) increaments to 0F and restarts, not yet sure if it cares about that. Byte 0 is always the same, so for 0x02 byte 0 will be 0x58.

https://github.com/DomT177/GolfGTE
Any news on this? I will probably soon receive a couple of GTE batteries for using with a PV hybrid inverter and was hoping to avoid having to drive the contactors with any external hardware.
Was the precharge relay also engaged when you tried this?
If no further info is available in this matter I will try to some variants of these 0x09C & 0x3A6 and see whats really needed to keep the contactors closed.
User avatar
Bigpie
Posts: 1845
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 89 times
Been thanked: 481 times

Re: VW Golf GTE battery

Post by Bigpie »

I didn't look any further in to it yet. Maybe some one Damien's recent discoveries on keeping the charger happy will be useful in keeping the BMS master happy
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
User avatar
JaniK
Posts: 399
Joined: Sun Aug 25, 2019 12:39 pm
Location: Finland
Has thanked: 92 times
Been thanked: 14 times

Re: VW Golf GTE battery

Post by JaniK »

I am trying to figure out the 0x09C, I have found many counters on the capture "HybridCAN Key ON", and also something worth noticing..?


This is all of my notes:


Data Byte 0, I have no idea, random value, a checksum? total of 0x09C? a value? has allmost all values between 0x00-0xFF __ BUT NOT ALL !!

Data Byte 1, counter, mostly 0x20-0x2F, but 1-3 times the first value is 4, 6 or 8 (0x4? 0x6? 0x8?, ? part is allways counter 0-F)

Data Byte 2 is allways 0x5F

Data byte 3, is 0x05 constantly in the first 143frames of 0x09C, the changes to 0x04 for frames 144-220 and on frame 221 it is 0x05 again.
then continues as 0x04 except for these frames it is 0x05:
(228,281,290,297,303,308,310,322,342,360,364,379,385,392,407,445,454,456,459,492,498,526,550,556,565,573,583)
Could it be like 0x05 starting up / precharge, 0x04 then ready to drive, random heartbeat 0x05 ? ? :?:

Data Byte 4 is allways 0x06

Data Byte 5, 0x00-0xFC (0x*0,0x*4,0x*8,0x*c only) ////checksum etc???

Data Byte 6, counter 0x10-0x1F (+1 when Databyte 5 goes from 0xF4 or 0xF8 or 0xFC to 0x00 or 0x04)

Data Byte 7 is allways 0x00

There, Hopefully someone smarter can do the rest :mrgreen: :lol: :mrgreen:

edit: still on it, Byte 0 has 2 identical values here, see the pattern?

5.739950 1 09C Rx d 8 C8 2A 5F 05 06 6C 13 00 <<< 2A 05 = C8
5.749940 1 09C Rx d 8 C8 2B 5F 04 06 74 13 00 <<< 2B 04 = C8
5.760000 1 09C Rx d 8 C7 2C 5F 04 06 7C 13 00 <<< 2C 04 = C7
Any opinions are my own, unless stated otherwise. I take no responsibility if you follow my way of doing things and it doesn't work. Please double check with someone who knows what they are doing.
User avatar
JaniK
Posts: 399
Joined: Sun Aug 25, 2019 12:39 pm
Location: Finland
Has thanked: 92 times
Been thanked: 14 times

Re: VW Golf GTE battery

Post by JaniK »

Bigpie wrote: Fri Feb 18, 2022 8:02 pm I've got a second pack to play with. I've been able to get the contactors to close from the hybrid can thanks to some logs from DomT177Screenshot 2022-02-18 at 7.57.07 pm.png
This is the pinout of the external connector. To close the contactors 0x09C & 0x3A6 are needed on the hybrid can.
0x3A6 58 02 11 00 00 01 00 00 byte 1 (0 indexed) increaments to 0F and restarts, not yet sure if it cares about that. Byte 0 is always the same, so for 0x02 byte 0 will be 0x58.

https://github.com/DomT177/GolfGTE
Is this the same thing with the 0x09C Byte 0 ? I dont understand this :lol:
Any opinions are my own, unless stated otherwise. I take no responsibility if you follow my way of doing things and it doesn't work. Please double check with someone who knows what they are doing.
User avatar
Bigpie
Posts: 1845
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 89 times
Been thanked: 481 times

Re: VW Golf GTE battery

Post by Bigpie »

Anyone seen a BMS board reporting seemingly wrong voltages?
Screenshot 2023-03-23 at 10.53.19 am.png
Using a multimeter they all measure ~3.8v
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
User avatar
Bigpie
Posts: 1845
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 89 times
Been thanked: 481 times

Re: VW Golf GTE battery

Post by Bigpie »

moonshine wrote: Fri Feb 17, 2023 12:07 pm Any news on this? I will probably soon receive a couple of GTE batteries for using with a PV hybrid inverter and was hoping to avoid having to drive the contactors with any external hardware.
Was the precharge relay also engaged when you tried this?
If no further info is available in this matter I will try to some variants of these 0x09C & 0x3A6 and see whats really needed to keep the contactors closed.
I figured this out, from the internal can bus at least viewtopic.php?t=3560

does anyone have the internal battery loom intact to check some wiring for me? I want to put the BMS master back in to the equation now and see if I can get it to close the contactors from the external hybrid can bus.
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
User avatar
JaniK
Posts: 399
Joined: Sun Aug 25, 2019 12:39 pm
Location: Finland
Has thanked: 92 times
Been thanked: 14 times

Re: VW Golf GTE battery

Post by JaniK »

I have an opened battery pack that still has the modules in it etc. I only cut out the contactor 12V and GND cables from the loom.
Looks like this:
DSC_1596.JPG
I also have unopened pack. And a connector for the external CAN bus

What would you want checked?
Any opinions are my own, unless stated otherwise. I take no responsibility if you follow my way of doing things and it doesn't work. Please double check with someone who knows what they are doing.
User avatar
Bigpie
Posts: 1845
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 89 times
Been thanked: 481 times

Re: VW Golf GTE battery

Post by Bigpie »

I figured out what I was looking for :D thanks
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
Ruudi S
Posts: 101
Joined: Sun Apr 12, 2020 2:02 pm
Location: EU Estonia
Has thanked: 55 times
Been thanked: 32 times
Contact:

Re: VW Golf GTE battery

Post by Ruudi S »

golfdubcrazy wrote: Sat Sep 04, 2021 4:59 pm hi its 950 x 600 x 200mm with the bump on the top going upto 250mm
Thank you! It fits into my Subaru boot!
rieska
Posts: 1
Joined: Mon Jul 28, 2025 4:34 pm
Has thanked: 1 time

Re: VW Golf GTE battery

Post by rieska »

Has anyone been able to measure SOH from these GTE hybrid batterys? I can see some online shops in EU offering GTE modules (12S 25Ah / 1.1kWh) for ~200€/kWh including VAT. I'm trying to figure out if it makes any sense to acquire whole battery pack from salvage yard or if it makes more sense to just buy capacity tested modules with warranty from some vendor.

I'm planning on building electric motorcycle with battery capacity of ~5kWh and DC voltage of around 80-100V. GTE modules would fit my need rather well if I just can acquire GTE modules in decent condition (2S2P or 2S3P layout).

Ruudi S wrote: Wed Jul 02, 2025 11:36 am

Thank you! It fits into my Subaru boot!
Would you mind to share your progress so far? Have you found battery pack, were you able to determine it's condition?
Ruudi S
Posts: 101
Joined: Sun Apr 12, 2020 2:02 pm
Location: EU Estonia
Has thanked: 55 times
Been thanked: 32 times
Contact:

Re: VW Golf GTE battery

Post by Ruudi S »

rieska wrote: Tue Jul 29, 2025 7:03 am Would you mind to share your progress so far? Have you found battery pack, were you able to determine it's condition?
I bought the battery from allegro.pl asked the seller to lower the price. He did but the shipping fee was kind of high. I chose as new battery as I could find. Got an Skoda Octavia battery.

I hope to control the full pack over CAN with Zombieverter and not open it at all. This month I am making the connections and learning how the zombieverter VCU system works.
User avatar
tom91
Posts: 2753
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 264 times
Been thanked: 717 times

Re: VW Golf GTE battery

Post by tom91 »

Ruudi S wrote: Mon Aug 11, 2025 8:17 pm I hope to control the full pack over CAN with Zombieverter
Do you have CAN logs to reverse engineer this?
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
User avatar
Bigpie
Posts: 1845
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 89 times
Been thanked: 481 times

Re: VW Golf GTE battery

Post by Bigpie »

BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
Ruudi S
Posts: 101
Joined: Sun Apr 12, 2020 2:02 pm
Location: EU Estonia
Has thanked: 55 times
Been thanked: 32 times
Contact:

Re: VW Golf GTE battery

Post by Ruudi S »

tom91 wrote: Mon Aug 11, 2025 8:22 pm Do you have CAN logs to reverse engineer this?
No I don't have CAN logs. I read the Zombie supported list and I hope that this VW EBOX is what's inside this hybrid battery.

zombievw.jpg
User avatar
tom91
Posts: 2753
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 264 times
Been thanked: 717 times

Re: VW Golf GTE battery

Post by tom91 »

Yes, but that is just the contactor box which is on an internal CAN bus. Just like the battery modules also on an internal CAN bus.

The Battery controller/BMS master is connected to those two CAN busses and then connected to external connector the rest of the car.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
Ruudi S
Posts: 101
Joined: Sun Apr 12, 2020 2:02 pm
Location: EU Estonia
Has thanked: 55 times
Been thanked: 32 times
Contact:

Re: VW Golf GTE battery

Post by Ruudi S »

tom91 wrote: Tue Aug 12, 2025 8:59 am Yes, but that is just the contactor box which is on an internal CAN bus. Just like the battery modules also on an internal CAN bus.

The Battery controller/BMS master is connected to those two CAN busses and then connected to external connector the rest of the car.
Thank you! If Zombie VCU doesn't work directly then I have SIMP BMS module also, I saw somewhere that Zombie somehow communicates or connects to it.
RetroZero
Posts: 945
Joined: Tue Oct 29, 2019 2:48 pm
Location: France
Has thanked: 624 times
Been thanked: 64 times
Contact:

Re: VW Golf GTE battery

Post by RetroZero »

Ruudi S wrote: Mon Aug 11, 2025 8:17 pm I hope to control the full pack over CAN with Zombieverter and not open it at all. This month I am making the connections and learning how the zombieverter VCU system works.
Can you connect with a savvycan set-up and see what CAN IDs you get returning and log them? I'm looking for info for 0x124....
Ruudi S
Posts: 101
Joined: Sun Apr 12, 2020 2:02 pm
Location: EU Estonia
Has thanked: 55 times
Been thanked: 32 times
Contact:

Re: VW Golf GTE battery

Post by Ruudi S »

RetroZero wrote: Tue Aug 12, 2025 11:04 am Can you connect with a savvycan set-up and see what CAN IDs you get returning and log them? I'm looking for info for 0x124....
Sorry don't have savvycan yet. Have to find out how to get it and make work.
RetroZero
Posts: 945
Joined: Tue Oct 29, 2019 2:48 pm
Location: France
Has thanked: 624 times
Been thanked: 64 times
Contact:

Re: VW Golf GTE battery

Post by RetroZero »

Its quite easy. If I can do it, so can you....
https://openinverter.org/forum/viewtopic.php?p=70105#p70105
Ruudi S
Posts: 101
Joined: Sun Apr 12, 2020 2:02 pm
Location: EU Estonia
Has thanked: 55 times
Been thanked: 32 times
Contact:

Re: VW Golf GTE battery

Post by Ruudi S »

RetroZero wrote: Thu Aug 14, 2025 7:23 pm Its quite easy. If I can do it, so can you....
viewtopic.php?p=70105#p70105
Thank you for encouraging but your link didn't work.
User avatar
Bigpie
Posts: 1845
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 89 times
Been thanked: 481 times

Re: VW Golf GTE battery

Post by Bigpie »

Link fixed
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Outlander Compressor
Renault Kangoo 36kWh battery
FOCCCI CCS
Post Reply