I have one left. It’s not too difficult to reuse the hardware from the vehicle if you have the main control module.
Search found 45 matches
- Tue Mar 04, 2025 7:21 pm
- Forum: Hyundai/Kia
- Topic: Kia Niro BMS
- Replies: 200
- Views: 135568
- Tue May 28, 2024 11:53 am
- Forum: Battery Managment (BMS)
- Topic: Peugeot e-208 CATL modules BMS interface [SOLVED]
- Replies: 91
- Views: 170890
Re: Peugeot e-208 CATL modules BMS interface [SOLVED]
If anyone is having no comms issues with these modules there may be a fundamentally different slave IC in their packs.
Tried all the code shared here only to find the modules I have are MAX17854 as confirmed from reading register 0x0.
Currently working my way through new code based on the ...
Tried all the code shared here only to find the modules I have are MAX17854 as confirmed from reading register 0x0.
Currently working my way through new code based on the ...
- Mon Jan 22, 2024 10:29 am
- Forum: Renault
- Topic: Renault Zoe Mk1 (2012-2019) - Basic Hardware Overview
- Replies: 13
- Views: 15360
Re: Renault Zoe Mk1 (2012-2019) - Basic Hardware Overview
If its supposed to be CCS EV to ChaDeMo EVSE it would be more complicated.
Yes, this is the plan. I suppose it would be easier to start with an open ended implementation of CCS and then patch in the mocked CHAdeMO vehicle as middleware.
Are you aware that the Ph.2 has (different to Ph.1) a ...
- Mon Jan 15, 2024 6:59 pm
- Forum: Energy Storage
- Topic: Release: HVDC battery emulator project for ESS - Testers wanted
- Replies: 4
- Views: 8913
Re: Release: HVDC battery emulator project for ESS - Testers wanted
I’m not 100% sure but from a quick search that Mercedes uses CATL packs. The only interface I know that works with this tech is the MAX178xx controller.
This thread should put you in the right direction. https://openinverter.org/forum/viewtopic.php?t=2181&start=25
I do have some spare SPI ...
This thread should put you in the right direction. https://openinverter.org/forum/viewtopic.php?t=2181&start=25
I do have some spare SPI ...
- Mon Jan 15, 2024 10:57 am
- Forum: Energy Storage
- Topic: Release: HVDC battery emulator project for ESS - Testers wanted
- Replies: 4
- Views: 8913
Release: HVDC battery emulator project for ESS - Testers wanted
Hi,
Thought I'd share my £12 off the shelf setup, no soldering required!
I wrote a Solax battery emulator almost 2 years ago now and have been using that code to use unmodified Renault EV batteries on Solax and FoxESS kit. Over the years this was adapted for 65V Victron kit (BYD emulation) and so ...
Thought I'd share my £12 off the shelf setup, no soldering required!
I wrote a Solax battery emulator almost 2 years ago now and have been using that code to use unmodified Renault EV batteries on Solax and FoxESS kit. Over the years this was adapted for 65V Victron kit (BYD emulation) and so ...
- Mon Jan 15, 2024 10:14 am
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
Modbus control is done on pins 3 & 4 (Modbus Meter is 1 & 2)
There's a discussion here for driving the inverter manually. https://github.com/nathanmarlor/foxess_ ... ssions/513
There's a discussion here for driving the inverter manually. https://github.com/nathanmarlor/foxess_ ... ssions/513
- Tue Jan 09, 2024 9:53 pm
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
There’s no need to simulate a power meter, you can drive a FoxESS manually by commanding power.
I’ll edit this comment with a link to their internal communications specification document.
Here: https://drive.google.com/file/d/1eZSxXRflruOIlPNNiN7fuOvuC0YZZzjg/view
Look up Active Power ...
I’ll edit this comment with a link to their internal communications specification document.
Here: https://drive.google.com/file/d/1eZSxXRflruOIlPNNiN7fuOvuC0YZZzjg/view
Look up Active Power ...
- Mon Jan 08, 2024 7:37 am
- Forum: Renault
- Topic: Renault Zoe Mk1 (2012-2019) - Basic Hardware Overview
- Replies: 13
- Views: 15360
Re: Renault Zoe Mk1 (2012-2019) - Basic Hardware Overview
Hey there, I may able to help you out with your Zoe PH1 CAN data. Let me setup a repo and I will add some DBC files and an extensive collection of logs (which I think were found in here).
Edit: Logs can be found in this forum here https://openinverter.org/forum/viewtopic.php?p=40132#p40132 and I ...
Edit: Logs can be found in this forum here https://openinverter.org/forum/viewtopic.php?p=40132#p40132 and I ...
- Mon Jan 08, 2024 7:24 am
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
For the V2X application, I already need to accurately report battery current to the ChaDeMo CAN interface. By offsetting this and reporting to the inverter via RS485, I can control the charge / discharge current.
I have a copy of the official CHAdeMO spec and built my own library based on it ...
- Sun Aug 06, 2023 2:20 pm
- Forum: Batteries and Charging
- Topic: Open source CCS using AR7420
- Replies: 488
- Views: 512236
Re: Open source CCS using AR7420
I am probably wrong on that.
Found this from last year.
> The project is designed to play both roles, EVSE and car. To work on the project, I just open two console windows on the same machine, start in the first window the EVSE with "python pyPlc.py E" and in the second the PEV with "python pyPlc ...
Found this from last year.
> The project is designed to play both roles, EVSE and car. To work on the project, I just open two console windows on the same machine, start in the first window the EVSE with "python pyPlc.py E" and in the second the PEV with "python pyPlc ...
- Sun Aug 06, 2023 12:21 pm
- Forum: Batteries and Charging
- Topic: Open source CCS using AR7420
- Replies: 488
- Views: 512236
Re: Open source CCS using AR7420
I see you have confused pyPLC.py P as a pseudo vehicle. Not just me then…
There’s no vehicle simulator here from what I can tell. P is for translating CHAdeMO can to CCS from what I can gather.
There’s no vehicle simulator here from what I can tell. P is for translating CHAdeMO can to CCS from what I can gather.
- Sun Jul 09, 2023 8:26 pm
- Forum: V2x
- Topic: Commercial v2g/h unit internals
- Replies: 10
- Views: 22958
Re: Commercial v2g/h unit internals
Just received my used indra v2g device that I suppose not able to use in v2g because outside UK. Do you have any detailed teck info about the PRE v2g500 inverter model? I can find only this short document: https://www.chademo.com/wp2016/wp-content/uploads/2018/05/V2G%206kW%20-%2010kW%20datasheet ...
- Sun Jul 09, 2023 8:25 pm
- Forum: V2x
- Topic: Commercial v2g/h unit internals
- Replies: 10
- Views: 22958
- Sat May 13, 2023 9:11 am
- Forum: Tesla
- Topic: Model 3 High Voltage Controller
- Replies: 191
- Views: 106964
Re: Model 3 High Voltage Controller
I can see the voltage in can data and on the meter, the contactors close initially because target voltage is reached. Going to change the capacitor and see what happens.
- Sat May 13, 2023 8:58 am
- Forum: Tesla
- Topic: Model 3 High Voltage Controller
- Replies: 191
- Views: 106964
Re: Model 3 High Voltage Controller
I can see the states change using SavvyCan and the M3 dbc https://streamable.com/sia5kn , the voltage comes up and when equalised the contactors close. My fault condition is like your fault but I have no load. I needed to power cycle the BMS to restart the precharge state.
I have used the same ...
I have used the same ...
- Sat May 13, 2023 8:40 am
- Forum: Tesla
- Topic: Model 3 High Voltage Controller
- Replies: 191
- Views: 106964
Re: Model 3 High Voltage Controller
Thanks for responding OOP. My issue is happening with no load (nothing connected) on the HVDC lines, did your contactors stay closed when you did not have the inverter connected?
- Wed May 10, 2023 6:12 am
- Forum: V2x
- Topic: Commercial v2g/h unit internals
- Replies: 10
- Views: 22958
Re: Commercial v2g/h unit internals
I have a complete dump of the BeagleBone file system, and both can1 and can2 logs if anyone is interested.
Tempted to DIY my own V2G as a V2H this summer.
Tempted to DIY my own V2G as a V2H this summer.
- Thu May 04, 2023 3:01 pm
- Forum: Tesla
- Topic: Model 3 High Voltage Controller
- Replies: 191
- Views: 106964
Re: Model 3 High Voltage Controller
I have an odd contactor issue with one out of two M3 packs.
Pack 1 is dated 2020, pack 2 is 2021. I have no issues with pack 1, contactors closing and all is well. Using exactly the same routine as bielec's ESP32 code, pack 2 will only close the contactors for approximately 60 seconds before ...
Pack 1 is dated 2020, pack 2 is 2021. I have no issues with pack 1, contactors closing and all is well. Using exactly the same routine as bielec's ESP32 code, pack 2 will only close the contactors for approximately 60 seconds before ...
- Wed Apr 05, 2023 5:48 pm
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
I think the other 0x1871 frames are for can slaves, I noticed differences on the BMS version screen when responding to them. Can’t be sure though.
- Sun Apr 02, 2023 8:40 pm
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
I think that cell voltage data goes in there too but I don't have a V2 FoxESS BMS master to get a can log from. You can see cell voltages on their cloud platform, numbered 1-141 IIRC.
- Sat Apr 01, 2023 8:38 am
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
Oh! That's pretty cool. I'll shut up on that front then 
- Fri Mar 31, 2023 6:59 pm
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
Excellent. Rather than have a janky BluePill clone consider one of these. They were made for this job 
https://github.com/EliasKotlyar/Canfilter
https://www.aliexpress.com/item/1005003112723581.html (random one picked, make sure you get the blue one and flash with an ST-Link v2)

https://github.com/EliasKotlyar/Canfilter
https://www.aliexpress.com/item/1005003112723581.html (random one picked, make sure you get the blue one and flash with an ST-Link v2)
- Fri Mar 31, 2023 6:01 pm
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
One thing you can do is stop sending can frames to the inverter when your cell voltages are out of spec 
I'm quite anal about safety, it's all too easy to make a mistake in code. Do you have a BMS monitoring the cells?
I'm quite anal about safety, it's all too easy to make a mistake in code. Do you have a BMS monitoring the cells?
- Thu Mar 30, 2023 4:09 pm
- Forum: Energy Storage
- Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
- Replies: 62
- Views: 55489
Re: Fox ESS H1-5.0-E ~33KW Peugeot E208
Drop your remaining_kWh, * 0.1 should suffice. I assume you don't have 95.7kWh installed.
Set pack_volts_min to 860 (86.0V) and see what happens. I think the minimum spec is 85V (?)
Other than that I would double check your CT setup. If that reading is wrong the inverter won't do anything. It ...
Set pack_volts_min to 860 (86.0V) and see what happens. I think the minimum spec is 85V (?)
Other than that I would double check your CT setup. If that reading is wrong the inverter won't do anything. It ...
- Thu Mar 30, 2023 2:48 pm
- Forum: Tesla
- Topic: Model 3 High Voltage Controller
- Replies: 191
- Views: 106964
Re: Model 3 High Voltage Controller
I have 2 packs sat at my workshop and I'm tearing my hair out trying to get a HVIL OK status.
120ohms across pins 1 & 3 of the main external connector. 12v connected at the same connector and the 12v studs. Pyro was blown so that has been bridged with a thin piece of wire for testing voltage only ...
120ohms across pins 1 & 3 of the main external connector. 12v connected at the same connector and the 12v studs. Pyro was blown so that has been bridged with a thin piece of wire for testing voltage only ...