New Simp Eco development - Charge Port Controller

Post Reply
tom91
Posts: 1270
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 97 times
Been thanked: 201 times

New Simp Eco development - Charge Port Controller

Post by tom91 »

I have been working on filling gaps in the "Eco System" available to the opensource/diy/conversion market.

One of my biggest gripes has been the Functions / Features of charging and charge ports vs OEM vehicles.

To tackle this I am working on taking the SimpCharge product, a very analogue interface to the charge port, and just pile on the features.

Features:
-RGB LED output to indicate what the vehicle is doing near the charge port
-Locking motor/actuator control and monitoring, to ensure no unintended unplugging
-Stop Switch, to end the charging session on the vehicle side
-Vehicle lock status monitoring, keep cable locked when vehicle locked
-Control and Proximity signal monitoring and control
-Canbus interface to interact with BMS systems to communicate Charge Port status and AC current Limits
-IP67 enclosure allow mounting close to the charge port
-Sleep State when no Ignition input or plugged in of >100uA
-Low side Output to control relay to power on rest of EV system
-Low side Output and Canbus to disable drive enable

This will be compatible with the SimpBMS, Orion BMS and others please let me know if there are any BMS or Other system that integration would be beneficial with.

Founder Volt Influx https://www.voltinflux.com/
User avatar
johu
Site Admin
Posts: 5681
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 153 times
Been thanked: 959 times
Contact:

Re: New Simp Eco development - Charge Port Controller

Post by johu »

That's a very good development. Might be worthwhile to have a CAN inhibit channel in the inverter, as forward/reverse would typically be produced by the VCU. That said if there is such thing as a VCU it might as well talk to port controller and lock out the inverter.

With CAN-less setups the low side output can just steal the 12V to the direction switch or trigger the emergency stop input.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
tom91
Posts: 1270
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 97 times
Been thanked: 201 times

Re: New Simp Eco development - Charge Port Controller

Post by tom91 »

johu wrote: Wed Mar 30, 2022 7:48 pm With CAN-less setups the low side output can just steal the 12V to the direction switch or trigger the emergency stop input.
The idea is that it will do the same functions as the SimpCharge, so all analogue signals, and then add features on top.

It currently does not have a wake over Can Bus function, but I feel that this would be one step too far for most conversions a simple 12V wake up/ignition besides the plug wake should be enough.
Founder Volt Influx https://www.voltinflux.com/
tom91
Posts: 1270
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 97 times
Been thanked: 201 times

Re: New Simp Eco development - Charge Port Controller

Post by tom91 »

One slight issue with the comparator setup used to wake on plug in which is easily fixed in the first batch.

The basic functions work, I will be rolling in more and more functions.



I am hoping to be able to offer these for sale in 1 to 2 months.
Founder Volt Influx https://www.voltinflux.com/
tom91
Posts: 1270
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 97 times
Been thanked: 201 times

Re: New Simp Eco development - Charge Port Controller

Post by tom91 »

If anyone wants to provide some feedback I am looking for how best to integrate this with various BMS systems.

The messages/signals from the charge port controller
-Ground signal when plug is inserted, meant to be used to wake up vehicle for a charging session, currently driven low if plug is inserted will look at timing out if no successful charging session started.

-Canbus message : 0x357 byte 0 - 0x00 byte 1-2 Inlet AC Current limit

Messages/Signals to the Charge Port Controller
-12V line to indicate BMS is okay to accept charge/start charge session

-Canbus message is yet to be defined most likely looking at the SimpBMS message IDs checking for BMS errors and a Charge Current of >0A.

However if there are more requests I can roll them into my firmware and GUI I have been working on.
Founder Volt Influx https://www.voltinflux.com/
User avatar
EV_Builder
Posts: 1199
Joined: Tue Apr 28, 2020 3:50 pm
Location: The Netherlands
Has thanked: 16 times
Been thanked: 33 times
Contact:

Re: New Simp Eco development - Charge Port Controller

Post by EV_Builder »

I would suggest:
- Make the canbus ID's user setting and maybe forward in CAN the raw ADC and PWM data?
Makes the device less maintenance prone and future proof?
It's simple but a nice addition to the ecosystem:)
Converting an Porsche Panamera
see http://www.wdrautomatisering.nl for bespoke BMS modules.
User avatar
Jack Bauer
Posts: 3563
Joined: Wed Dec 12, 2018 5:24 pm
Location: Ireland
Has thanked: 1 time
Been thanked: 87 times
Contact:

Re: New Simp Eco development - Charge Port Controller

Post by Jack Bauer »

are these available yet Tom?
I'm going to need a hacksaw
User avatar
catphish
Posts: 954
Joined: Fri Oct 08, 2021 11:02 pm
Location: Dorset, UK
Has thanked: 93 times
Been thanked: 179 times

Re: New Simp Eco development - Charge Port Controller

Post by catphish »

tom91 wrote: Thu May 19, 2022 8:25 pm If anyone wants to provide some feedback I am looking for how best to integrate this with various BMS systems.
I have a couple of suggestions:

1) Add CAN versions of all physical signals. For example allow the charge session to be started by CAN as well as by a physical 12V input.
2) Add an output indicating the presence of the PP line. This can be used to inhibit driving if a cable is plugged in, and has the benefit that it will work even if it's not powered.
3) Add a jumper to loop back "ready to charge" into "begin charge" so that people with a 6A charger and no external logic can activate EVSEs passively. This can't be done external wire if one if a low side switch and the other is a 12V high input.
tom91
Posts: 1270
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 97 times
Been thanked: 201 times

Re: New Simp Eco development - Charge Port Controller

Post by tom91 »

Jack Bauer wrote: Sun Oct 23, 2022 9:07 am are these available yet Tom?
I am looking for some beta testers. I have the hardware and software practically done.
catphish wrote: Sun Oct 23, 2022 10:41 am I have a couple of suggestions:
1 2 3
1. This is in place
2. Yes this is also in place, 12V power is permanent and a plug present will cause it to wake and output a signal
3. This is very easy to do, will review to see if this is already possible with current logic.
Founder Volt Influx https://www.voltinflux.com/
User avatar
Jack Bauer
Posts: 3563
Joined: Wed Dec 12, 2018 5:24 pm
Location: Ireland
Has thanked: 1 time
Been thanked: 87 times
Contact:

Re: New Simp Eco development - Charge Port Controller

Post by Jack Bauer »

Happy to test it in the E39 if you have one spare.
I'm going to need a hacksaw
Post Reply