Thanks, Roy. I reduced the hysteresis but then realized all the time I've spent sitting out here with the charger plugged in has led to me being 4.15V lol. So I guess I'll have to drive it to work tomorrow and try again when it actually needs a charge.
Simp BMS
- vwbrady
- Posts: 247
- Joined: Mon Dec 16, 2019 1:18 am
- Location: Seattle, WA
- Has thanked: 5 times
- Been thanked: 18 times
Re: Simp BMS
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
- vwbrady
- Posts: 247
- Joined: Mon Dec 16, 2019 1:18 am
- Location: Seattle, WA
- Has thanked: 5 times
- Been thanked: 18 times
Re: Simp BMS
I've not been able to get the charge enable output to come on until the tip from Roy, so no I guess it doesn't!
BTW I'm using a Chevy Volt charger—the one with the PWM control input.
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
You are responsible for the design in the end of the day, if the BMS has no way of interacting with the charger and stopping it that is up to you.
I do not know how you are controlling it with PWM, I would highly recommend having something look at the can bus messages from the SimpBMS and set target voltage and current. Once Current goes to Zero switch the charger off and also possibly look at the 12V output for charge enable.
There are alot of ways to integrate it all, there is alot of emphasis on letting the installer define his or her own system setup and take the final responsibility for functionality and safety.
- vwbrady
- Posts: 247
- Joined: Mon Dec 16, 2019 1:18 am
- Location: Seattle, WA
- Has thanked: 5 times
- Been thanked: 18 times
Re: Simp BMS
I am aware and comfortable with the risks I take.tom91 wrote: ↑Wed Mar 08, 2023 9:39 am You are responsible for the design in the end of the day, if the BMS has no way of interacting with the charger and stopping it that is up to you.
I do not know how you are controlling it with PWM, I would highly recommend having something look at the can bus messages from the SimpBMS and set target voltage and current. Once Current goes to Zero switch the charger off and also possibly look at the 12V output for charge enable.
There are alot of ways to integrate it all, there is alot of emphasis on letting the installer define his or her own system setup and take the final responsibility for functionality and safety.
the GM Volt charger is PWM controlled along with a 12v enable, no CAN. There is a PWM status output that tells you voltage but I haven't bothered with that much. The simp BMS is now controlling the 12v enable on the charger.
New challenge is figuring out why the nextion display only updates data when it's power cycled. The SoC doesn't change but the voltages do. So while i'm driving I have to watch voltage to see SoC.
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
Okay that is weird as it does get broadcast as you can see the voltage change. Can you confirm which display file and SimpBMS firmware you using?
- vwbrady
- Posts: 247
- Joined: Mon Dec 16, 2019 1:18 am
- Location: Seattle, WA
- Has thanked: 5 times
- Been thanked: 18 times
Re: Simp BMS
I purchased the setup through kitoffgrid like 2 years ago and haven't updated any firmware. I'll take a look and maybe record a short video when I get home.
- vwbrady
- Posts: 247
- Joined: Mon Dec 16, 2019 1:18 am
- Location: Seattle, WA
- Has thanked: 5 times
- Been thanked: 18 times
Re: Simp BMS
it's hard to see in the video, but the display is V1.0.0
video shows the key cycle that updates the SoC meter. The photos are the SoC and voltage prior to trip.
video shows the key cycle that updates the SoC meter. The photos are the SoC and voltage prior to trip.
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
Please update the BSM firmware according the instructions in the end of the user manual: https://github.com/Tom-evnut/SimpBMS/bl ... 0V0.29.pdf
Alot has been updated since the firmware version 28818
Alot has been updated since the firmware version 28818
-
- Posts: 395
- Joined: Sun Aug 25, 2019 12:39 pm
- Location: Finland
- Has thanked: 55 times
- Been thanked: 14 times
Re: Simp BMS
Hi, it appears the outlander charger has just been added to github five days ago by jamiejones85, big thanks !
There was 1 error in the ino file while I was compiling it:
I changed it to case 8 on the outlander charger part and then it compiled perfectly.
I don't have github account, please someone check and correct this.
the error is located on line 2758 in https://github.com/Tom-evnut/VW-bms/blo ... .ino#L2758
There was 1 error in the ino file while I was compiling it:
Code: Select all
case 7:
SERIALCONSOLE.print("Pylon - TESTING ONLY");
break;
case 7:
SERIALCONSOLE.print("Outlander Charger");
break;
I don't have github account, please someone check and correct this.
the error is located on line 2758 in https://github.com/Tom-evnut/VW-bms/blo ... .ino#L2758
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.
- Bigpie
- Posts: 1757
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 80 times
- Been thanked: 410 times
Re: Simp BMS
oops, I'll sort it out, that jamiejones85 guy is useless 

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
- andybpowell
- Posts: 333
- Joined: Thu Sep 02, 2021 8:04 pm
- Location: Southend,essex,uk
- Has thanked: 217 times
- Been thanked: 257 times
- Contact:
Re: Simp BMS
just make sure you don't kill your teensy3.2, have you seen how much they go for if you can find one
https://www.ebay.co.uk/itm/185811335949
https://www.ebay.co.uk/itm/185811335949
- robertwa
- Posts: 153
- Joined: Tue Apr 13, 2021 3:32 am
- Location: San Diego, CA
- Has thanked: 108 times
- Been thanked: 117 times
Re: Simp BMS
Anyone successfully using the Simp BMS with the 7s Tesla module packs from a B250e or Rav4?
Building: 1964 International Scout 80. LS600H transmission with ZombieVerter, B250e battery pack
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
Will add to my GitHub and link it here later but my implementation of the outlander charger is slightly different (I use the bmw phev bms but the main loop doesn’t differ much) I have added a wakeevse function called by cell voltages < charge set point which just sends the 285id message to wake up the evse meaning 240v is available to a relay to set (IN3) high and change bms status to charge (if other conditions are met) and calls the chargercoms function and send the 286id message to set charge current.
I found this the easiest way to initiate charge, keeping both can messages in the chargercoms function means you need some other way other than ac present to enable charge.
It’s probably not the most elegant solution but it worked for me
I found this the easiest way to initiate charge, keeping both can messages in the chargercoms function means you need some other way other than ac present to enable charge.
It’s probably not the most elegant solution but it worked for me
-
- Posts: 274
- Joined: Sun Jan 03, 2021 6:12 am
- Has thanked: 71 times
- Been thanked: 24 times
Re: Simp BMS
Is the isolation monitoring (HV to chassis leakage) a feature that is available with the SimpBMS?
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
No its not as it requires specific and dedicated hardware. I have provided support of a chinese Isolation monitor and the Bender solution in my new product EVS-BMS. Can add it to the SimpBMS if required.
- Bigpie
- Posts: 1757
- Joined: Wed Apr 10, 2019 8:11 pm
- Location: South Yorkshire, UK
- Has thanked: 80 times
- Been thanked: 410 times
Re: Simp BMS
What's the Chinese isolation monitor? The outlander one looks pretty standalone from memory but not sure if anyone's done anything with it. I've got a couple of the GTE boards that can do it, but not tried to figure out how they work.
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
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
A unit like this one https://www.aliexpress.com/item/1005005 ... seXAoHNSBX
Managed to get a few cheaper direct from supplier but still not cheap. https://cqbluejay.com/product/gyid-ev-dmd/
Managed to get a few cheaper direct from supplier but still not cheap. https://cqbluejay.com/product/gyid-ev-dmd/
-
- Posts: 274
- Joined: Sun Jan 03, 2021 6:12 am
- Has thanked: 71 times
- Been thanked: 24 times
Re: Simp BMS
Yes, please do add it to the SimpBMS. At least it will be an option.
Is it hardware or software update?
Re: Simp BMS
as promised BMWphev - outlander charger
I haven't forked due to the fact i'd like to keep it separated until someone else confirms they are happy with the implementation, i kinda just copied Jamie's spaceballs code where needed (so we also get charger info in the serial terminal) but like i said above Isplit the can messages apart to use one to wake up the evse before entering charge status.
https://github.com/EV8-Steve/SIMP-BMS-.git
I haven't forked due to the fact i'd like to keep it separated until someone else confirms they are happy with the implementation, i kinda just copied Jamie's spaceballs code where needed (so we also get charger info in the serial terminal) but like i said above Isplit the can messages apart to use one to wake up the evse before entering charge status.
https://github.com/EV8-Steve/SIMP-BMS-.git
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
You need to purchase hardware to make it work, it is over canbus. I might have one I can sell you, please message me if interested.alexbeatle wrote: ↑Sun Apr 09, 2023 11:05 pm Yes, please do add it to the SimpBMS. At least it will be an option.
Is it hardware or software update?
-
- Posts: 702
- Joined: Thu Mar 02, 2023 1:30 pm
- Location: Uk
- Has thanked: 366 times
- Been thanked: 104 times
Re: Simp BMS
Any chance of getting this to work with IPace modules? I'm wanting to break a pack down for a more usable weight/size but I'm not sure how I'd go about controlling the 78S (26 modules) configuration without purchasing an expensive BMS.
- tom91
- Posts: 2296
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 199 times
- Been thanked: 524 times
Re: Simp BMS
I have not had the chance of working with the Ipace slaves, so cannot tell you how much effort this would be.Jacobsmess wrote: ↑Wed Apr 12, 2023 6:48 am Any chance of getting this to work with IPace modules? I'm wanting to break a pack down for a more usable weight/size but I'm not sure how I'd go about controlling the 78S (26 modules) configuration without purchasing an expensive BMS.
Where are you based? I could look at adding the functionality into the EVS-BMS and open sourcing the info in the SimpBMS format. I currently do not have any SimpBMS due to the missing Teensy 3.2s.