ISO TP can Kangoos BMS
- Bigpie
- Posts: 1757
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 80 times
- Been thanked: 410 times
ISO TP can Kangoos BMS
Anyone got any info on using ISO TP to request data from a Kangoo BMS, source code would be even better.
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
- uhi22
- Posts: 1085
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 187 times
- Been thanked: 604 times
Re: ISO TP can Kangoos BMS
There is the CANze app, which should be able to read out the BMS data. This seems to be open source here: https://github.com/fesch/CanZE
On first look I was not able to find the details there, but they should.
On first look I was not able to find the details there, but they should.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
Re: ISO TP can Kangoos BMS
Dalas battery emulator project also has code for querying the Kangoo BMS.
- Bigpie
- Posts: 1757
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 80 times
- Been thanked: 410 times
Re: ISO TP can Kangoos BMS
Dalas battery emulator doesn't do iso to to query each cell measurement. It does decide some frames it sends out though with normal can
[EDIT]
Actually, it does look at to a bit of ISOTP can, 0x7BB I think is a response frame ID from the BMS. So I need to do more reading to workout how to expand this to get more info.
[EDIT]
Actually, it does look at to a bit of ISOTP can, 0x7BB I think is a response frame ID from the BMS. So I need to do more reading to workout how to expand this to get more info.
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
- uhi22
- Posts: 1085
- Joined: Mon Mar 14, 2022 3:20 pm
- Location: Ingolstadt/Germany
- Has thanked: 187 times
- Been thanked: 604 times
Re: ISO TP can Kangoos BMS
On my Hyundai I use TorquePro. Maybe we find the pid definitions which TorquePro would use for the ZE, maybe also these for Zoe, which may be similar. First try with Google did not succeed.
Github: http://github.com/uhi22 --- Patreon: https://www.patreon.com/uhi22
- Bigpie
- Posts: 1757
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 80 times
- Been thanked: 410 times
Re: ISO TP can Kangoos BMS
Ive figured it out, and now working on some code, will add the github when it's done.
Some values still need some work, but I'm able to query all the cell voltages and some other values.BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
-
- Posts: 27
- Joined: Thu Oct 12, 2023 5:41 pm
- Location: Karlsruhe/Germany
- Has thanked: 53 times
- Been thanked: 20 times
Re: ISO TP can Kangoos BMS
CanZE actually reads mostly diagnostic data on free frames that come through a gateway from the Battery Can.uhi22 wrote: ↑Fri Feb 02, 2024 7:39 am There is the CANze app, which should be able to read out the BMS data. This seems to be open source here: https://github.com/fesch/CanZE
On first look I was not able to find the details there, but they should.
Still ISO-TP but depending on the Use-Case (e.g. directly connecting to the battery can) I wouldnt recommend it. Some reliability issues there as well.
The story how the CanZE and the DDT4All teams got the assets is also very interesting. They have a complete documentation of (at least) the complete zoe free frames and which modules they belong to. (Selected) ISO-TP formatted commands were carfully added only afterwards.
Regarding ISO TP there is a great (unlisted) youtube video from the CanZE Devs that might help you. Renault BMS are known to be a bit petulant about some some minor details (e.g. timing). So if something doesnt work check for those things first

Plasma cutter solves all my problems.
-----------------------------------------------------------
Trying to bring a CCS Retrofit to a Renault Zoe.
Github |
-----------------------------------------------------------
Trying to bring a CCS Retrofit to a Renault Zoe.
Github |
- Bigpie
- Posts: 1757
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 80 times
- Been thanked: 410 times
Re: ISO TP can Kangoos BMS
I couldn't get canZE to work with just the pack.
BMW E91 2006
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS
ZombieVerter
GS450h
Outlander Charger DC/DC
Renault Kangoo 36kWh battery
FOCCCI CCS