Mitsubishi outlander charger and DC:DC

Mitsubishi hybrid drive unit hacking
arber333
Posts: 3573
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 134 times
Been thanked: 339 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by arber333 »

Alibro wrote: Tue Jan 23, 2024 5:30 pm The only thing I changed from the previous failed attempt was reinstating the 220R resistor between PP and ground
I think i have 1K resistor pullup on the PP line so when my Volt socket is not connected PP is being pulled up to 12V. When i connect i get approximately 330R towards GND which is enough to trip PP input.
User avatar
Renegate2020
Posts: 52
Joined: Tue Dec 01, 2020 6:20 am
Location: Odessa UA
Has thanked: 1 time
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by Renegate2020 »

Good day. Tell me, can I use the W005T70172 converter according to this scheme?
Alibro
Posts: 992
Joined: Sun Feb 23, 2020 9:24 am
Location: Northern Ireland
Has thanked: 372 times
Been thanked: 223 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by Alibro »

Alibro wrote: Tue Jan 23, 2024 5:30 pm I don't think Johu would appreciate this thread being taken over with discussion of BMS's. For the record I agree they are important and plan to implement one soon so maybe we should get back on topic.

On the subject of Outlander chargers I called into a Tesco carpark last night and plugged in. After around 20 minutes I had added 1kW to my battery pack so it seems to be working. :D The only thing I changed from the previous failed attempt was reinstating the 220R resistor between PP and ground however I was at a different model of Pod Point so I still need to try again at the charger that failed last time. I will do that some time this week to confirm if other Pod Point chargers are happy with the CAN messages my Due is sending.
Today I called back to the Podpoint charger that previously failed and tried again. This time I plugged in, activated the app and the charging started straight away. I only waited for ten minutes or so but long enough to see the pack voltage rise a little.
Next I'll try a Lidl charger but am surprised at the price of Tesco's Podpoint chargers. 46ppkWh seems like a lot for a slow charger that is there for people use while shopping.
Alibro
Posts: 992
Joined: Sun Feb 23, 2020 9:24 am
Location: Northern Ireland
Has thanked: 372 times
Been thanked: 223 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by Alibro »

Hi guys
Now I have the LV junction box tidied up I've moved onto something I should have sorted months ago and that is automating the end of charging. I'm still setting a timer every time I start charging to remind me to unplug.
To that end I've been playing with an Arduino Due with a modified version of the Leaf Gen 1 VCU firmware.
I went through it and commented out all the CAN0.sendframe commands to prevent it interfering with the VCU and have bench tested it with a CAN dump from my car being sent by Savvycan. It looks like it is fairly simple use the output which normally closes the main positive contactor once the inverter tells it the voltage has risen above a set threshold. When the voltage rises about this level it sets pin 48 to high. Initially I could use this to control the Due which controls charging but ideally I would like the one Due to do all these jobs.

The second reason I'm considering this is I could use it to control the car CAN for things like RPM and inverter temp. I spent several days trying to get Ver 1.5 of the Leaf Gen1 software to play nice with the IVT shunt and display Voltage, Current and Power from the shunt as well as temperatures from the motor and Inverter but couldn't get it to work. If curious to know what I'm talking about take a look at the Leaf Gen1 Inverter Board thread.

So although this approach may not be very elegant it looks like it might work and hopefully fulfil two tasks at the same time but I wanted to check with you guys if this is liable to cause issues before going ahead.
User avatar
robertwa
Posts: 162
Joined: Tue Apr 13, 2021 3:32 am
Location: San Diego, CA
Has thanked: 115 times
Been thanked: 128 times

Re: Mitsubishi outlander charger and DC:DC

Post by robertwa »

Is there a coolant flow direction recommended? I recall reading somewhere there is a temp sensor on the outlet, but can't locate the thread.
Building: 1964 International Scout 80. LS600H transmission with ZombieVerter, B250e battery pack
arber333
Posts: 3573
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 134 times
Been thanked: 339 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by arber333 »

robertwa wrote: Tue Oct 29, 2024 6:29 pm Is there a coolant flow direction recommended? I recall reading somewhere there is a temp sensor on the outlet, but can't locate the thread.
There is no preference. Both connections have a sensor and it is up to you to determine which one is in and out.
User avatar
robertwa
Posts: 162
Joined: Tue Apr 13, 2021 3:32 am
Location: San Diego, CA
Has thanked: 115 times
Been thanked: 128 times

Re: Mitsubishi outlander charger and DC:DC

Post by robertwa »

arber333 wrote: Tue Oct 29, 2024 8:46 pm There is no preference. Both connections have a sensor and it is up to you to determine which one is in and out.
Thanks, this is helpful! Anyone familiar enough with the zombie code to tell which sensor the parameter ChgTemp is reading from? I'd like to plumb my system so it is reading the hot side.
Building: 1964 International Scout 80. LS600H transmission with ZombieVerter, B250e battery pack
arber333
Posts: 3573
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 134 times
Been thanked: 339 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by arber333 »

robertwa wrote: Tue Oct 29, 2024 11:27 pm Thanks, this is helpful! Anyone familiar enough with the zombie code to tell which sensor the parameter ChgTemp is reading from? I'd like to plumb my system so it is reading the hot side.
Its a CAN value. If you want you cam add your own variable...
I suggest you use both input and output to make average temp. Then you can make a closed loop response.
You can do this for all Outlander components.
Info on CAN...
viewtopic.php?t=4307
hugow93
Posts: 59
Joined: Mon Feb 24, 2020 9:33 pm
Location: Ireland
Has thanked: 24 times
Been thanked: 9 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by hugow93 »

Question here: does the OBC CAN Bus have inbuilt termination or does it need to be terminated if it's the last node?

I'm using an Arduino Uno with a Seeed Studio shield and the OBC in a two node CAN Bus network - I've no other use for CAN Bus just yet.
The shield has inbuilt termination, ~120 ohms on the multimeter.
When I test the CAN Bus pins on the OBC I don't get any resistance reading.

The RX light on the shield is solid on once the CAN Bus connected and the OBC powered on, but I haven't been able to read any messages from it yet.
I've tried with and without AC and CP connected to a wall mounted EVSE.

Using for AC charging only, as DC-DC provided by Prius inverter.

Thanks in advance for help!
Converting a1994 Suzuki Samurai soft top
| Siemens 1PV5135 Motor | Gen 2 Toyota Prius Inverter + OI Control Board | 24 kwh Renault Zoe battery |
Alibro
Posts: 992
Joined: Sun Feb 23, 2020 9:24 am
Location: Northern Ireland
Has thanked: 372 times
Been thanked: 223 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by Alibro »

hugow93 wrote: Sun Jul 06, 2025 10:50 am Question here: does the OBC CAN Bus have inbuilt termination or does it need to be terminated if it's the last node?

I'm using an Arduino Uno with a Seeed Studio shield and the OBC in a two node CAN Bus network - I've no other use for CAN Bus just yet.
The shield has inbuilt termination, ~120 ohms on the multimeter.
When I test the CAN Bus pins on the OBC I don't get any resistance reading.

The RX light on the shield is solid on once the CAN Bus connected and the OBC powered on, but I haven't been able to read any messages from it yet.
I've tried with and without AC and CP connected to a wall mounted EVSE.

Using for AC charging only, as DC-DC provided by Prius inverter.

Thanks in advance for help!
My recollection is no, it doesn't have termination but CAN is pretty forgiving so one extra resistor or one less might make it less reliable but you should still see something.
Are you measuring resistance with power connected? If so the meter will likely read nonsense.
Are you able to read other CAN networks with your setup?
I made a video a while ago showing an easy way to setup an ESP32 for Savvycan

arber333
Posts: 3573
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 134 times
Been thanked: 339 times
Contact:

Re: Mitsubishi outlander charger and DC:DC

Post by arber333 »

hugow93 wrote: Sun Jul 06, 2025 10:50 am Question here: does the OBC CAN Bus have inbuilt termination or does it need to be terminated if it's the last node?

I'm using an Arduino Uno with a Seeed Studio shield and the OBC in a two node CAN Bus network - I've no other use for CAN Bus just yet.
The shield has inbuilt termination, ~120 ohms on the multimeter.
When I test the CAN Bus pins on the OBC I don't get any resistance reading.
.....

Thanks in advance for help!
No there is no termination in Outlander devices! I have multiple CAN devices on that drive lines and i terminate once at VCU side and another 120R at the last device. I designed wiring so i left one connector open after all devices are connected. This is so i can connect to the CAN lines with my CAN reader. In normal operation i have one 120R across pins of that connector.

You have an error somewhere. When terminated once you should measure 120R across CANL and CANH lines. If you terminate at both ends you get 60R.
Nut i think lines will still work with only 120R onj one end. There is one telegram that can mess up your day. It is 0x285 and it acts as heartbeat at 30ms. If there would be any ghosts on the line that telegram would drop off and some of your devices with it...
Post Reply