Search found 43 matches

by woleg
Mon Jan 22, 2024 10:29 am
Forum: Renault
Topic: Renault Zoe Mk1 (2012-2019) - Basic Hardware Overview
Replies: 12
Views: 1752

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 DCB modu...
by woleg
Mon Jan 15, 2024 6:59 pm
Forum: Energy Storage
Topic: Release: HVDC battery emulator project for ESS - Testers wanted
Replies: 3
Views: 648

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 MAX178...
by woleg
Mon Jan 15, 2024 10:57 am
Forum: Energy Storage
Topic: Release: HVDC battery emulator project for ESS - Testers wanted
Replies: 3
Views: 648

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 on...
by woleg
Mon Jan 15, 2024 10:14 am
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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
by woleg
Tue Jan 09, 2024 9:53 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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 Configuration.
by woleg
Mon Jan 08, 2024 7:37 am
Forum: Renault
Topic: Renault Zoe Mk1 (2012-2019) - Basic Hardware Overview
Replies: 12
Views: 1752

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've ...
by woleg
Mon Jan 08, 2024 7:24 am
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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. Dala’...
by woleg
Sun Aug 06, 2023 2:20 pm
Forum: Charging
Topic: Open source CCS using AR7420
Replies: 416
Views: 277753

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 "...
by woleg
Sun Aug 06, 2023 12:21 pm
Forum: Charging
Topic: Open source CCS using AR7420
Replies: 416
Views: 277753

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.
by woleg
Sun Jul 09, 2023 8:26 pm
Forum: V2x
Topic: Commercial v2g/h unit internals
Replies: 10
Views: 6749

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.pd...
by woleg
Sun Jul 09, 2023 8:25 pm
Forum: V2x
Topic: Commercial v2g/h unit internals
Replies: 10
Views: 6749

Re: Commercial v2g/h unit internals

paaa wrote: Wed Jun 28, 2023 11:45 am Can you share these can logs ?
https://github.com/rand12345/Ardni-V2H
by woleg
Sat May 13, 2023 9:11 am
Forum: Tesla
Topic: Model 3 High Voltage Controller
Replies: 186
Views: 44767

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.
by woleg
Sat May 13, 2023 8:58 am
Forum: Tesla
Topic: Model 3 High Voltage Controller
Replies: 186
Views: 44767

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 capac...
by woleg
Sat May 13, 2023 8:40 am
Forum: Tesla
Topic: Model 3 High Voltage Controller
Replies: 186
Views: 44767

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?
by woleg
Wed May 10, 2023 6:12 am
Forum: V2x
Topic: Commercial v2g/h unit internals
Replies: 10
Views: 6749

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.
by woleg
Thu May 04, 2023 3:01 pm
Forum: Tesla
Topic: Model 3 High Voltage Controller
Replies: 186
Views: 44767

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 opening...
by woleg
Wed Apr 05, 2023 5:48 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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.
by woleg
Sun Apr 02, 2023 8:40 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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.
by woleg
Sat Apr 01, 2023 8:38 am
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

Re: Fox ESS H1-5.0-E ~33KW Peugeot E208

Oh! That's pretty cool. I'll shut up on that front then 😁
by woleg
Fri Mar 31, 2023 6:59 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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)
by woleg
Fri Mar 31, 2023 6:01 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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?
by woleg
Thu Mar 30, 2023 4:09 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

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 should...
by woleg
Thu Mar 30, 2023 2:48 pm
Forum: Tesla
Topic: Model 3 High Voltage Controller
Replies: 186
Views: 44767

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 onl...
by woleg
Thu Mar 30, 2023 2:39 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

Re: Fox ESS H1-5.0-E ~33KW Peugeot E208

What is your grid load like? Are you drawing from the grid? Where is your CT clamp?
by woleg
Tue Mar 28, 2023 8:32 pm
Forum: Energy Storage
Topic: Fox ESS H1-5.0-E ~33KW Peugeot E208
Replies: 62
Views: 16894

Re: Fox ESS H1-5.0-E ~33KW Peugeot E208

Brill, just be super careful. If the inverter receives an SoC under 100% and a max charge current > 0 then it will blindly charge your cells to destruction. You are the BMS master now.