Recent content by nix

  1. N

    Project Realtime Navigation and Remote Recharging Monitoring :: ABRP

    I'm happy to say that this should work out of the box now using my ZS EV PID list from: https://github.com/peternixon/MG-EV-OBD-PID The relevant thread on the ABRP forum is: https://forum.abetterrouteplanner.com/topic/641-alpha-feedback-mg-zs-ev/?tab=comments#comment-9783
  2. N

    MG ZS EV ECU data via the Torque Pro app

    @JodyS21 I have been trying to figure out how to do exactly this and haven't yet been able to convince Torque to display ASCII values. I suspect that a "plugin" as opposed to Extended PIDs" may be required to make this work. Unfortunately the author of Torque has been MIA since circa 2016.
  3. N

    PID's for Torque Pro app

    @Fluffykins if you have a MG5 can you please try the file for the ZS EV and let me know which PIDs work?
  4. N

    PID's for Torque Pro app

    Hi @Vince31 In-fact the file you've used is a historical one that I received part-way through development from the Thai ZS EV user group. My PID list is called "MG ZS EV.csv" (as you can see in the instructions) and it does not have any leading dots. It also already contains a Virtual PID called...
  5. N

    MG ZS EV ECU data via the Torque Pro app

    @JodyS21 my understanding is that unless you have a PID on a gauge then it's not reading it. I also agree with you that both should be available and that's what I've done, however I'm not reading the PID a second time to run in though ABS, but rather using a "Virtual PID" to re-process the...
  6. N

    ECU Module version spreadsheet

    For what it's worth, My Aussie 2021 model ZS EV has BMS version 0807620R32
  7. N

    MG ZS EV ECU data via the Torque Pro app

    @JodyS21 I've had another look at the various temp readings on my car and they seem to all be in the correct ranges at present and Face Temp seems to adjust up and down within a range that's not unrealistic although I haven't checked it with a thermometer. Can you please double check the temps...
  8. N

    MG ZS EV ECU data via the Torque Pro app

    @JodyS21 you will note that for RPM I have two counters, one which reports the values directly, and go negative if you are reversing, and the other ABS() value which is suitable for a Gauge display: "001_Engine Speed Real","RPM Real","0x22b402","INT16(A:B) -...
  9. N

    MG ZS EV ECU data via the Torque Pro app

    Hi @JodyS21 On the contrary, I very much enjoyed reading your brain dump over my morning coffee as I'd very much had my "poke at it until it works, then test after the kids are asleep" hat on until now, and hadn't put my engineering hat on and asked myself "why would they be using formulas like...
  10. N

    MG ZS EV ECU data via the Torque Pro app

    @AbuG interestingly in the OVMS source code the formula for Battery Current is: OVMS = (INT16(A:B) - 40000) * 0.25 / 10 As that derives to the same formula as the Thai file (given 0.25/10 = 1/40), I'll replace my formula with (exactly) what OVMS uses in order to be in sync with that codebase.
  11. N

    MG ZS EV ECU data via the Torque Pro app

    OK. Please make sure that you are using todays update to the pid file as I've fixed the hex conversions on quite a few counters. (It won't however change whether or not a counter reads, just the value that's displayed)
  12. N

    MG ZS EV ECU data via the Torque Pro app

    Hi @CDR If you are getting speed, but laggy it implies to me that your OBD2 adaptor is not keeping up with the number of parallel request that my dashboard requires. Can you try creating a blank dashboard and add each of the other (broken) sensors to it one at a time to see if they work...
Back
Top Bottom