Search found 132 matches

by et0
Thu Oct 03, 2024 1:36 pm
Forum: Tesla
Topic: (SDU, OI board) control of derating via CAN, from BMS
Replies: 10
Views: 2653

Re: (SDU, OI board) control of derating via CAN, from BMS

OK, thanks, they do change, and the 32 was incorrect. It's a very confusing trial and error process as the wifi disconnects every 30 seconds or so, so always a lottery if it actually refreshed or accepted the command.

A working config is:

can rx idcmin 1300 0 16 -1
With Orion settings:
0x514, PACK ...
by et0
Thu Oct 03, 2024 12:26 pm
Forum: Tesla
Topic: (SDU, OI board) control of derating via CAN, from BMS
Replies: 10
Views: 2653

Re: (SDU, OI board) control of derating via CAN, from BMS


Refresh the values on the webinterface.


idcmin and idcmax under "parameters" remain at the values I originally set, not what the BMS is transmitting. Should they reflect the received values?

The messages sent by Orion:
image.png

The custom config used (copied from that post linked above ...
by et0
Thu Oct 03, 2024 12:18 pm
Forum: Tesla
Topic: (SDU, OI board) control of derating via CAN, from BMS
Replies: 10
Views: 2653

Re: (SDU, OI board) control of derating via CAN, from BMS

Thanks, I have tried it the "old way", but will look into updating if that's possible.
Is there any way to validate that the correct value is received, or is it only possible by mashing the accelerator and see what happens?
by et0
Thu Oct 03, 2024 11:24 am
Forum: Tesla
Topic: (SDU, OI board) control of derating via CAN, from BMS
Replies: 10
Views: 2653

Re: (SDU, OI board) control of derating via CAN, from BMS

There was actually a link to a thread on that page, I missed it:

viewtopic.php?t=1468

Will confirm...
by et0
Thu Oct 03, 2024 11:05 am
Forum: Tesla
Topic: (SDU, OI board) control of derating via CAN, from BMS
Replies: 10
Views: 2653

(SDU, OI board) control of derating via CAN, from BMS

Hi, creating a thread for this topic since I can't see it explained anywhere (please link if it has been)

On the SDU web interface, there is support for bmslimhigh and bmslimlow. I believe this is associated with a digital input from a BMS to give a fixed change of limits for "turtle mode" type ...
by et0
Mon Oct 23, 2023 10:50 am
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 730
Views: 460836

Re: Simp BMS

Massive thanks for sorting this out Tom! I was worried that my replacement Teensy was defective. But it's all working again now with the roll-back version.
by et0
Sun Oct 22, 2023 12:45 pm
Forum: Battery Managment (BMS)
Topic: Simp BMS
Replies: 730
Views: 460836

Re: Simp BMS


Has anyone used the VoltBMSV2 code yet? My Simp was constantly restarting because the watchdog wasn't updating. I got it to "work" by commenting out the cleartime block of the main loop, but I'm wondering if this version of the code is still in progress. It's possible I just don't have the ...
by et0
Tue Apr 04, 2023 11:14 am
Forum: Vehicle Control (VCU)
Topic: Zombieverter or Lexus GS450h VCU that is the question.
Replies: 47
Views: 213135

Re: Zombieverter or Lexus GS450h VCU that is the question.

Yes, I meant we changed from Zombieverter to "old" GS450H control board. May change back if the situation changes but the Zombie had too many issues that I wasn't able to solve myself.

As far as I know neither option has automatic gear change implemented. The Catphish version uses the brake ...
by et0
Thu Mar 30, 2023 12:33 pm
Forum: Vehicle Control (VCU)
Topic: Zombieverter or Lexus GS450h VCU that is the question.
Replies: 47
Views: 213135

Re: Zombieverter or Lexus GS450h VCU that is the question.

FWIW we finally swapped out to the GS450H Inverter Controller board, and it's been night and day in terms of understanding how to set it up, adding functionality and the development cycle. For my skillset anyway!

Already have working regen, a throttle map, current limit with PID control, safety ...
by et0
Thu Mar 30, 2023 12:24 pm
Forum: Vehicle Control (VCU)
Topic: GS450H stops working
Replies: 5
Views: 7742

Re: GS450H stops working


I’m just guessing here but it’d be worth checking tmphs isn’t too high and also that the brake signal isn’t switching on.

P.S. Also check that the inverter is getting a really good 12v supply. I’ve had problems switching it on when the 12v battery is a bit weak.


Thanks - I did check these and ...
by et0
Wed Mar 08, 2023 1:16 pm
Forum: Vehicle Control (VCU)
Topic: GS450H stops working
Replies: 5
Views: 7742

GS450H stops working

Hi all, posting here in case other GS450H / Zombie users have any ideas...

This setup has been working rock solid for a year - when the drive is powered, it works fine and dependably, apart from the various control software bugs.

However it has developed a fault where it will just stop after about ...
by et0
Thu Feb 23, 2023 10:59 am
Forum: Vehicle Control (VCU)
Topic: Zombieverter or Lexus GS450h VCU that is the question.
Replies: 47
Views: 213135

Re: Zombieverter or Lexus GS450h VCU that is the question.

Again, great that this regression is finally fixed! Thank you Damien.

I still experience what seems like a hard cut on idcmax - causes hard juddering once you reach the set limit, totally smooth if you stay below it. On GS450H, 1.11.A. Is this to be expected, or am I on the wrong version or wrong ...
by et0
Wed Feb 22, 2023 11:40 am
Forum: Vehicle Control (VCU)
Topic: Zombie serial comms
Replies: 2
Views: 6050

Re: Zombie serial comms

Thanks very much, weird that it changed, and to such an "unusual" configuration!
by et0
Thu Feb 02, 2023 12:55 pm
Forum: Vehicle Control (VCU)
Topic: Zombie serial comms
Replies: 2
Views: 6050

Zombie serial comms

I previously managed to send out some bytes on the UART3 (that is normally used for the wifi module) to try to trace and debug the code.

But in recent versions, I find I can't even read the normal data output to the module. This should be 115200 baud, 8N1, 3.3V levels.. Switching back to an older ...
by et0
Thu Feb 02, 2023 12:47 pm
Forum: Vehicle Control (VCU)
Topic: Zombieverter or Lexus GS450h VCU that is the question.
Replies: 47
Views: 213135

Re: Zombieverter or Lexus GS450h VCU that is the question.

Yes, saw the update on github and already tried this version 1.11A-

"Fix the non working idcmax param caused by move to float calcs in throttle.".

So it was a bug, and was at least partly related to the line I identified in utils.c, which is now
Throttle::IdcLimitCommand(finalSpnt, ABS(Param ...
by et0
Tue Jan 31, 2023 12:51 pm
Forum: Vehicle Control (VCU)
Topic: Zombieverter or Lexus GS450h VCU that is the question.
Replies: 47
Views: 213135

Re: Zombieverter or Lexus GS450h VCU that is the question.

Wondering the same thing myself, having been away from the project for a long time to work on other things, it seems that the same problems are outstanding:
No usable current limit, and some bug causing violent hard cut and re-application of torque
No regen
Hard cut for RPM limit as well.

It's ...
by et0
Tue Nov 29, 2022 1:35 pm
Forum: Nissan
Topic: Nissan Leaf A/C compressor 92600-3NF0A
Replies: 62
Views: 39586

Re: Nissan Leaf A/C compressor 92600-3NF0A

Hi all, just putting it on here in case anyone else researches the same thing:

Denso 92600-5SA1A

I think this is the compressor from the later "heat pump" version. It has the same type of connector, but I don't have success sending it the LIN message mentioned in the thread above.

If anyone has ...
by et0
Tue Nov 22, 2022 12:18 pm
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support


The idea back then was that you create a deadzone by setting potmin to a higher value than it is at absolute minimum.
However the problem is that it makes detecting a faulty throttle pedal really hard. Therefore I changed the behavior to the opposite. So if it potval is ever outside of it's ...
by et0
Tue Nov 22, 2022 11:48 am
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support

Also from the 1.06A release notes:
"#Please check your potmin, pot2min, potmax, pot2max values: They are the ABSOLUTE minimum and maximum. Please set them in a way that the potval can never reach them, otherwise an error will be stored."

Has how these work changed? That seems to be the opposite of ...
by et0
Tue Nov 22, 2022 11:16 am
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support


Can everyone please update to the latest V1.06A code here :
https://github.com/damienmaguire/Stm32-vcu/releases/tag/1.06A
Following a few very intensive days testing and coding by some very kind patrons we uncovered a very significant bug in the throttle handling routine. This is now fixed ...
by et0
Sat Nov 19, 2022 9:30 am
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support

Jack Bauer wrote: Fri Nov 18, 2022 6:42 pm you can increase throtmax. I just had it set low for testing. In other news there is a big bug fix release soon thanks to some fantastic work by one of my patrons.
That will fix the torque cut problem? Good news, we’ll wait for that and stop fiddling with it then 👍
by et0
Thu Nov 17, 2022 1:03 pm
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support


You are right about the possability of a loose connection and I am sure you know how hard it can be to prove or find. I am using economiser contactors.

The use of the video was to demonstrate that precharge seems to be energised all the time.

Have you manged to road test yet?


I'm going to ...
by et0
Thu Nov 17, 2022 12:16 pm
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support


Just been doing some testing on axle stands. First run of the day and I was trying to plot the Torque drop issue after changing a few parameters.

The usual torque drop happened and the torque plot dropped to zero. I took my foot off the accelerator and then tried to re apply a small amount of ...
by et0
Thu Nov 17, 2022 11:55 am
Forum: Vehicle Control (VCU)
Topic: ZombieVerter VCU Support
Replies: 915
Views: 733363

Re: ZombieVerter VCU Support

You mean like

Throttle::IdcLimitCommand(finalSpnt, 5);

?


Never mind, I came at it another way.
-> Changed the code back to original
-> checked the problem still exists
-> changed the idcmax from 300 to 3000

Problem is gone (on the ramp at least).
So it seems to be a scaling issue, maybe just ...