Search results

Kia Soul EV Forum

Help Support Kia Soul EV Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. L

    Soul Spy?

    Hmmm... I have tried stressing it on my phone, by switching between the different pages, but it hasn't stopped unexpectedly. Which phone model, and which version of Android are you using? If you see a pattern, i.e. a number of user actions that often will make it stop unexpectedly, then please...
  2. L

    Soul Spy?

    and The low voltage indicates that the DCDC is off (so the car is not ready to drive, and is not charging from type 1). Indicates that the DCDC is on, charging the 12 Volt battery. The "indexed" values (cell-voltages, module-temperatures) are not included in the data-file, because they were...
  3. L

    Soul Spy?

    Ok, this is clearly a timing issue; the car is not ready to respond, when the app first try to obtain the values. I need to make the app detect this, and make the app "restart the communication", when it happens. Meanwhile, are you sure you follow the sequence I described exactly? If so, there...
  4. L

    Soul Spy?

    You are missing all of the 101 individual voltage measures in the data file! The VIN is null. It is collected by the command "09 02" which is sent one time only, as the first command after succeeding to connect the dongle via bluetooth. I suspect that you may have connected the app at a time...
  5. L

    Soul Spy?

    My first priority is to log the data to file, so I intend to look into this, when I have the time. I have not noticed this issue myself, but I haven't checked the files, so... To help me reproduce it, it will be of great help if you can tell me the exact sequence of actions you do, from where...
  6. L

    Soul Spy?

    Sorry, the consistent v4 crash is my bad! V4 fails on all models. I have fixed it in https://elbil.spjeldager.dk/app-debug-v5.apk, so this should display correct model year, and all 101 voltage measures from the 30 kWh models. This change has a side effect for the 27 kWh models is that it will...
  7. L

    Soul Spy?

    Thanks, makes sense. The model year is now derived from the 10th character as described above, from 2014 ("E") to 2038 ("9"). This is available in https://elbil.spjeldager.dk/app-debug-v5.apk
  8. L

    Soul Spy?

    The extra voltage values is such a small code change that I have risked it without any testing whatsoever. It is available here: https://www.spjeldager.dk/elbil/app-debug-v4.apk Those 5 extra voltage values should show up on the "battery" page in this version. Let me know your findings.
  9. L

    Soul Spy?

    Thanks! I will add the 5 new values to the SoulEVSpy App "battery" page, and go through the log data you provided, to see if anything looks odd (like the 2019 model year). I hope I will have the time for looking into this during the coming weekend. For now, the model year is derived from the...
  10. L

    Soul Spy?

    From your comment of the duplicate operating time, I realized that I hadn't pushed the latest changes to git yet. They have now been pushed to https://github.com/langemand/SoulEVSpy/ With this, the charging power is now correctly reported as negative, and the duplicated SoulData file columns...
  11. L

    Soul Spy?

    Thanks for the log from the Ray EV, jejuSoul. I have made some code changes to handle the differences in the responses to the 09 02 and the 21 04 and 21 05, so the app should no longer crash on those for the Ray EV. It may still crash on attempts to access other data (there isn't much error...
  12. L

    Soul Spy?

    For the Ray EV, can you email me the initial section of the soulspy.log201707XXXXXX.txt file, including the response to the "09 02" command? Mail to "henrik.scheel spjeldager.dk" (you know what to insert instead of the space). On the Kia Soul EV it looks similar to this: ... >09 02 7EA 10 14 49...
  13. L

    Soul Spy?

    I am assuming that the consumption from the traction battery includes the consumption of the LDC and climate, as well as the motor. I just spotted that the app logs the LDC voltage and current twice in your log, I will fix that next time around. Also note that charging current is negative, and...
  14. L

    Soul Spy?

    The app is in no way ready for use - it is in pre-beta state! The reason I mentioned the app in my post, is because I hope that an Android developer might read it, and decide to help out with the UI stuff. So PLEASE do not install this, unless you accept the following: - If your phone use so...
  15. L

    Soul Spy?

    I have cloned the SoulEvSpy source, and have made lots of additions and changes. My clone is available here: https://github.com/langemand/SoulEVSpy. Status: - It reads loads of data, and regularly logs to a file. - It has bugs, UI sucks, and it isn't handling connection drops correct. - It...
  16. L

    Soul Spy?

    I have started work on the SoulEVSpy (android app) in my spare time. The code version currently available at https://github.com/pemessier/SoulEVSpy doesn't send any OBD commands, so it is not useful for end users. It is, however, very useful as a basis for development. I have modified it to...
  17. L

    OBD-II adapter killed by car?

    I finally got a replacement in June, they accepted that it was probably defect when I received it, so I got a refund without sending it back to China. Didn't get time to use it before now. The replacement works fine :-) Thanks for the suggestions and warnings.
  18. L

    OBD-II adapter killed by car?

    Got my Konnwei KW902 OBD-II adapter friday, tried it in my Toyota saturday (Wife took the Soul) with Torque; it was functioning fine, lights in all LEDs, bluetooth connection ok, Torque getting data. Today I plugged the adapter into the Soul (plug under the panel in front of left knee): Got one...
  19. L

    Soul Spy?

    That looks good, I will see what I can do with it. I am a professional software developer, and even though I haven't worked with Java or mobile development before, I am confident I can do the code. The question is when I will get the time to make some progress on it. I haven't got an OBD-II...
  20. L

    Soul Spy?

    The link doesn't work, and when I search for "SoulSpy" on github there are no results. Any other development projects that have not dropped offline? Or anyone that can provide the latest version of the SoulSpy code, so I can start a new github repo?
Back
Top