Eltek/Volvo charger  [SOLVED]

boekel
Posts: 116
Joined: Mon Nov 25, 2019 4:37 pm
Has thanked: 2 times
Been thanked: 15 times

Re: Eltek/Volvo charger

Post by boekel »

boekel wrote: Mon May 09, 2022 1:42 pm Does anyone know the type of the small 3 pin connector? 3mm pitch seems the same as Molex Micro-Fit but the lock is on the side...

20220509_153604.jpg

20220509_153547.jpg

20220509_153558.jpg
To answer myself: the Molex micro-fit fits fine, only the lock is on on the wide side instead of on the short side.
tom91
Posts: 1571
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 130 times
Been thanked: 289 times

Re: Eltek/Volvo charger

Post by tom91 »

I created a simple bit of code to run on a Teensy 3.2

https://github.com/Tom-evnut/Eltek-Charger-Programming

This checks the canbus (at 500kbps) for an Eltek charger ID and then lists them out for your viewing pleasure.
Utilizing the menu you can set which ID to change to a New ID and then send the command with one simple request.

Currently the code works on the bench but not proven with an actual Eltek charger.
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
tom91
Posts: 1571
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 130 times
Been thanked: 289 times

Re: Eltek/Volvo charger

Post by tom91 »

arber333 wrote: Sat Oct 09, 2021 10:09 pm I successfully changed charger address from 1(default) to 2 which is shown in charger reports. Before charger would report on 0x301 address and now it uses 0x311!
do you have a canbus capture of you doing this as I cannot get this working.
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

tom91 wrote: Fri Jun 24, 2022 1:36 pm
arber333 wrote: Sat Oct 09, 2021 10:09 pm I successfully changed charger address from 1(default) to 2 which is shown in charger reports. Before charger would report on 0x301 address and now it uses 0x311!
do you have a canbus capture of you doing this as I cannot get this working.
I have some photos, but it is not hard.
You just need to set your interrupt telegram ("sendCANframeURGENT" in my code) to send out trigger msg every 800ms (less than 1s). This will open Eltek to address change. Then you introduce a trigger message ("sendCANframeB") where you command the next address (or CAN speed change). I use a simple push button to gnd on specific pull_up pin for this.

After your attempt you need to disconnect charger from AC and DC voltage for changes to have effect.

See
Attachments
Eltek_program.zip
(351.65 KiB) Downloaded 267 times
tom91
Posts: 1571
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 130 times
Been thanked: 289 times

Re: Eltek/Volvo charger

Post by tom91 »

arber333 wrote: Sat Jun 25, 2022 7:09 pm I have some photos, but it is not hard.
Must be something to do with the chargers that Boekel is trying to change then.

My code does exactly same thing as yours even checked it on the bench with savvy can monitoring.
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

You could try changing protocol from oem to eltek with telegram 0...
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

tom91 wrote: Sat Jun 25, 2022 7:25 pm
arber333 wrote: Sat Jun 25, 2022 7:09 pm I have some photos, but it is not hard.
Must be something to do with the chargers that Boekel is trying to change then.

My code does exactly same thing as yours even checked it on the bench with savvy can monitoring.
Mhm... i seem to remember i had problems using hex data values. Ie.: manual asks to send data value 1 through 4 for different function changes and i tried to send 0x04. But charger would not accept change.
Out of frustration i setup my DUE to just send intiger value 4.
And it worked! Must be additional protection from unintended changes?
tom91
Posts: 1571
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 130 times
Been thanked: 289 times

Re: Eltek/Volvo charger

Post by tom91 »

It all of sudden decided to work. This is quite confusing but it finally has worked.
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
urgiv
Posts: 10
Joined: Tue Jan 10, 2023 8:52 am
Has thanked: 2 times

Re: Eltek/Volvo charger

Post by urgiv »

Hello everyone

Just had Volvo 3KW Charger 31453939 is on the bench and I try to do some test

No battery yet

I can see CAN data on scope and on my CAN bus adapter but is only serial no of OBC transmitted every 1000ms CAN ID 0000308

I try enable output on CAN ID 00002FF but not working I cant see any feedback from OBC

Any ideas please ?
urgiv
Posts: 10
Joined: Tue Jan 10, 2023 8:52 am
Has thanked: 2 times

Re: Eltek/Volvo charger  [SOLVED]

Post by urgiv »

HEUREKA WORKING - I can enable on bench without battery
urgiv
Posts: 10
Joined: Tue Jan 10, 2023 8:52 am
Has thanked: 2 times

Re: Eltek/Volvo charger

Post by urgiv »

Please anyone have Technical specification EV PC 360/3000?
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

urgiv wrote: Wed Jan 11, 2023 11:08 am Please anyone have Technical specification EV PC 360/3000?
There are two documents posted one for installation and one for CAN protocol.
https://leafdriveblog.wordpress.com/201 ... w-charger/

Also there is IP20 version guide
https://www.rec-bms.com/datasheet/EltekGuideIP20.pdf

There is additional manual for paralleling Eltek chargers. Could be interesting and i will add that to my blog as well.
Attachments
Parallel Connection.pdf
(136.36 KiB) Downloaded 243 times
urgiv
Posts: 10
Joined: Tue Jan 10, 2023 8:52 am
Has thanked: 2 times

Re: Eltek/Volvo charger

Post by urgiv »

Thank you but I am looking for this document but for EV PC 3603000 - contacted Eltec but send me a basic datasheet and installation ....
User avatar
Zapatero
Posts: 443
Joined: Fri Oct 25, 2019 11:08 am
Location: Germany, Ulm
Has thanked: 25 times
Been thanked: 39 times
Contact:

Re: Eltek/Volvo charger

Post by Zapatero »

Can someone tell me what an original Volvo Charger is set to? 500Kbps and the first answering message? Thanks
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

Zapatero wrote: Tue Jan 17, 2023 6:17 pm Can someone tell me what an original Volvo Charger is set to? 500Kbps and the first answering message? Thanks
Hm why do you need that? Do you have a charger that was locked? In that case you need to send it its PN code. I have to find the procedure i have it saved somewhere...

Otherwise normaly you first connect dc voltage, then ac voltage and you will see CAN reports streaming at 500kbaud at 100ms interval. Next you feed it 0x2FF telegram at 500ms and you hear the relay click.
BUT i have my chargers reprogramed to 100ms command

EDIT: Sorry i checked my records and charger reporting is in about 800ms!
User avatar
Zapatero
Posts: 443
Joined: Fri Oct 25, 2019 11:08 am
Location: Germany, Ulm
Has thanked: 25 times
Been thanked: 39 times
Contact:

Re: Eltek/Volvo charger

Post by Zapatero »

As i'm now in posession of 4 Chargers i sold one. Obviousely its gonne be used to replace a broken one in a Volvo. So i wanted to doulbe check that it's gonna work in the OEM car. Thanks so much!
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

Zapatero wrote: Tue Jan 17, 2023 7:14 pm As i'm now in posession of 4 Chargers i sold one. Obviousely its gonne be used to replace a broken one in a Volvo. So i wanted to doulbe check that it's gonna work in the OEM car. Thanks so much!
The easiest way to see if charger is behaving is to connect DC and AC and observe its CAN reports.
Then you send it 0x2ff command for say 1A charging and measure by DC clamp meter.
ID 02FF data 01 E8 03 A0 0F 0A 00
User avatar
Zapatero
Posts: 443
Joined: Fri Oct 25, 2019 11:08 am
Location: Germany, Ulm
Has thanked: 25 times
Been thanked: 39 times
Contact:

Re: Eltek/Volvo charger

Post by Zapatero »

Thanks, but i guess no one can verify which setting is the correct one to use it in a Volvo?
arber333
Posts: 3367
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 89 times
Been thanked: 271 times
Contact:

Re: Eltek/Volvo charger

Post by arber333 »

Zapatero wrote: Tue Jan 17, 2023 8:36 pm Thanks, but i guess no one can verify which setting is the correct one to use it in a Volvo?
That is easy.
My first test showed 800ms report interval from ID 0x305 0x306 and command 0x2FF which is sent from the car VCU to the charger at 800ms interval.
ELTEK protocol is the same as VOLVO. Difference is only in transmitt times which can be reprogrammed.

BTW I found ID unlock procedure here: https://www.diyelectriccar.com/threads/ ... st-1028449
urgiv
Posts: 10
Joined: Tue Jan 10, 2023 8:52 am
Has thanked: 2 times

Re: Eltek/Volvo charger

Post by urgiv »

Volvo = 500kbps 1000ms CAN ID 00002FF
urgiv
Posts: 10
Joined: Tue Jan 10, 2023 8:52 am
Has thanked: 2 times

Re: Eltek/Volvo charger

Post by urgiv »

if anyone need help with OBC test - repair - program Iam here for you ;)
Scrappyjoe
Posts: 114
Joined: Fri Feb 25, 2022 3:16 pm
Has thanked: 25 times
Been thanked: 16 times

Re: Eltek/Volvo charger

Post by Scrappyjoe »

Hi there, I have two questions in relation to my Eltek chargers.

1. Am I correct in presuming they cannot be controlled by a Zombieverter, and that I'll need some other controller (Due etc) to control them? If so, are there any drop and go implementations I can make use of?

2. Do I need to place my Eltek charger on the inverter side of the precharge circuit or the battery side? On the one hand, I see precharge circuits as close to the battery as possible in the diagrams floating on the web, on the other I see a case for keeping the charger and battery on the same side of the contactors so that nothing else is 'live' while charging.
Scrappyjoe
Posts: 114
Joined: Fri Feb 25, 2022 3:16 pm
Has thanked: 25 times
Been thanked: 16 times

Re: Eltek/Volvo charger

Post by Scrappyjoe »

Ok, to try answer (2) above, from this forum post by arber333 viewtopic.php?p=70959#p70959 :

1. Arber is connecting the Eltek directly to the battery, before the contactors.
2. Reason given is that Eltek runs a resonance circuit (no idea what that is) which can be detrimental is there is no load on the output side.
3. The charger has a built-in 16A fuse
4. He uses the same cooling circuit as the rest of his setup

Still taking answers on (1).
tom91
Posts: 1571
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 130 times
Been thanked: 289 times

Re: Eltek/Volvo charger

Post by tom91 »

Scrappyjoe wrote: Mon Jul 15, 2024 11:27 am 1. Am I correct in presuming they cannot be controlled by a Zombieverter, and that I'll need some other controller (Due etc) to control them? If so, are there any drop and go implementations I can make use of?
Can be looked at being added, all depends on what is managing you EVSE signals?
Also what BMS are you using and how will it be capable of stopping charge?
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
Scrappyjoe
Posts: 114
Joined: Fri Feb 25, 2022 3:16 pm
Has thanked: 25 times
Been thanked: 16 times

Re: Eltek/Volvo charger

Post by Scrappyjoe »

Hi tom91. Well, you have very quickly exposed my knowledge gaps. I presumed that one would simply tell the charger what voltage to pump out (which would be equivalent to 100% SOC) and then leave it be, since the actual amps coming out are quite small relative to the C rate of the battery.

Because of this assumption, I have deferred the BMS decision until I have decided what my battery will be later on in my build. For now it's all going to run on the bench with a little, unprotected 1kwh / 250v / 3C pack I built.

It sounds like that is a bad thing to do, and that I should be integrating the Eltek charger with a BMS and/or something to manage the state signals.

I actually just created a classifieds listing requesting some guidance on this subject. If you are happy to give me a bit more of an in depth perspective on this, I'd happily pay for your time.

It feels like there is a bit of a gap in Noob info on this part of EV conversions, so I'd be happy to write something up as I learn more as well.
Post Reply