Page 1 of 1

Electric G wagen

Posted: Thu Sep 19, 2019 9:44 am
by JSJFIN
Hi,

Here is some information of my conversion project it now driveable and waiting for mot inspection.

Arduino due as main computer.
Motor Nissan leaf with can bus control.
Battery renault fluence 2011 (nissan bms)
Charger Tesla 11kw (two working modules)
Vacuum pump Audi Q5
Power steering Opel Zafira
Heating Tesla battery heater
Dashboard and some controls (heating, regen, mayby more in future) https://realdash.net/index.php and old tablet.

Below is some teaser pictures and more can be found here:
https://photos.app.goo.gl/JJ9DbfApSFacZgot5
And some videos:
https://www.youtube.com/user/JUSAKAPE/

I'am not very good of writing long stories, but if you want to know more of something specific i'm happy to answer questions!
IMG_20190129_094123.jpg
IMG_20190222_182532.jpg
IMG_20190401_171244.jpg
IMG_20190816_085642.jpg
IMG_20190818_152007.jpg
IMG_20190814_193858.jpg
IMG_20190919_103110.jpg

Re: Electric G wagen

Posted: Thu Sep 19, 2019 10:16 am
by Kevin Sharpe
Great project :)

Re: Electric G wagen

Posted: Sun Sep 29, 2019 8:12 pm
by purplespark
Hi, great conversion.
I would like to know what software you used to control/read the bms . I have a leaf pack and would
like to use it as it is , albeit in a different box ! I have a leaf motor with Johannes controller.
Any advice appreciated !

Re: Electric G wagen

Posted: Mon Sep 30, 2019 4:35 am
by JSJFIN
purplespark wrote: Sun Sep 29, 2019 8:12 pm Hi, great conversion.
I would like to know what software you used to control/read the bms . I have a leaf pack and would
like to use it as it is , albeit in a different box ! I have a leaf motor with Johannes controller.
Any advice appreciated !
Used code from here: https://github.com/openvehicles/Open-Ve ... anleaf.cpp

and here:
https://github.com/lincomatic/LeafCAN

Re: Electric G wagen

Posted: Mon Sep 30, 2019 9:17 am
by purplespark
Thanks , will have a look at those links :)

Re: Electric G wagen

Posted: Mon Sep 30, 2019 9:53 am
by Kevin Sharpe
purplespark wrote: Mon Sep 30, 2019 9:17 am Thanks , will have a look at those links :)
We have an OVMS project on Open Inverter :)

viewtopic.php?f=9&t=125

Re: Electric G wagen

Posted: Fri Nov 08, 2019 5:28 am
by JSJFIN
Short driving video:


Re: Electric G wagen

Posted: Fri Nov 08, 2019 8:26 am
by johu
Ylipää - good to see some Finnish roads :)

So I have a question: are you using the power limits from Leaf BMS, or calculate your own?

Re: Electric G wagen

Posted: Fri Nov 08, 2019 9:14 am
by JSJFIN
johu wrote: Fri Nov 08, 2019 8:26 am Ylipää - good to see some Finnish roads :)

So I have a question: are you using the power limits from Leaf BMS, or calculate your own?
In regen i just have manual control and some constants like if below zero C no regen at all. And output power is just linear tps -> can bus torque command to leaf inverter and it seem that leaf inverter is limiting power to about 80kW.

Edit:
It could be that inverter is getting power limit directly from BMS i have to put discharge limit to screen so i can watch what it shows.. i never even looked the value but one old log shows:

Soc 66%
DischargekW: 93

Re: Electric G wagen

Posted: Mon Oct 26, 2020 12:55 am
by leman2112
Love this so much!

Re: Electric G wagen

Posted: Mon Oct 26, 2020 8:27 pm
by james@N52E01
Awesome project and amazing to see the leaf motor operating well within its capabilities pushing the G Wagon at 80kph plus.

I’m also controlling the Leaf motor through CAN with a DUE, I have a quick question about regen. How are you implementing regen in your code? Would you be able to share this section of your code please? I’d love to be able to try this out on the Fig-Leaf.

Re: Electric G wagen

Posted: Tue Jul 19, 2022 9:48 pm
by vwbrady
just going to revive this, in case James has heard from JSJFIN on regen code :)

Re: Electric G wagen

Posted: Wed Aug 03, 2022 6:19 am
by inaglasshouse
Great project. I am about to go in a similar direction (G Wagen and Leaf).