Git Product home page Git Product logo

Comments (43)

dconlon avatar dconlon commented on August 17, 2024 10

I think I’ll try to find a contact at JLR unless anyone already has one?

If their intent is to stop third party apps, it seems like they will keep iterating until a jlrpy workaround cannot be made. I’d like to make the case for them offering open API access - I think there are benefits to JLR and it is what forward looking companies are doing.

My attempt probably won’t change anything but I will try. It might sound petty, but removal of API access would factor into my next vehicle purchase decision and somebody in JLR should want to know that if there are others like me.

from jlrpy.

CadeusTheGreat avatar CadeusTheGreat commented on August 17, 2024 4

(Venting a bit at JLR) If JLR just switched to using API keys then none of this would be an issue and we could all move forwards with our lives. Devs wouldn't need to ask for usernames/passwords for their apps/integrations and the customer could pick which permissions to grant the API key(s) they create. Then, whenever they want to, the customer can just revoke their API key as they please. Evidently JLR is incapable of coming to this solution though.

On a brighter note, I'd be happy to get involved with helping to reverse engineer the API if needed. 🙂

from jlrpy.

wawibu avatar wawibu commented on August 17, 2024 4

I opened a ticket at JLR to understand the possibilities of getting access to my data via API

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024 3

Got some info from a contact at an energy company who has some InControl integration working again. Apparently they've gotten a confidential agreement with JLR that gives them partial access to the API.

Things aren't looking great at this time.

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024 2

Tibber is working now to start/stop the charge and view the battery %, so I guess they have access to the JLR's API.

@wawibu mentionned earlier that Tibber had "the issue opened" but I can't find anything about that or their code.

Thank you for reporting this. I'll reach out to Tibber and see if they can share details. I've helped them out previously so maybe they will return the favor.

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024 1

@ardevd Out of curiosity, do most of the API changes you've had to fix look like they were intentionally to stop third-party apps, or are they adding new functionality?

Solely to stop third party apps.

from jlrpy.

pmharris77 avatar pmharris77 commented on August 17, 2024 1

@ardevd Wish I could help, rather than just ask questions, but reverse engineering APIs is not really in my skillset. Thanks v much for trying to sort this for the community!

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024 1

I'd really appreciate that! This cat and mouse game has been going on for a while now and while I enjoy the challenge, it's getting tedious.

JLR alienating their most enthusiastic customers in a misguided attempt to improve security is unfortunately. I've been reaching out to JLR repeatedly but never heard back.

When I first developed jlrpy
and WattCat they did reach out and we concluded that they actually appreciated that someone would develop community apps for such a niche car manufacturer. I guess times have changed.

from jlrpy.

andig avatar andig commented on August 17, 2024 1

As customer, the reaction will have to be not buying JLR going forward, unless they start offering and supporting official APIs if they're not happy with people hacking around the inofficial ones... Let's see what the EU Data Governance Act will accomplish in the future...

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024 1

Yeah. Third party API access has been a thing for the last 15 years now. About time JLR caught up.

I'm happy for all the help I can get. Reach out to me on Discord (ardevd) and I'll bring you up to speed.

from jlrpy.

kkennedyuk avatar kkennedyuk commented on August 17, 2024 1

@ardevd Thank you so much for continuing to support us here - really appreciated!

@dconlon I received a JLR ‘customer care’ email at the end of March - I assumed it was just a broadcast but now think that I might be on their list of ‘non-authorised’ third-party API users!

Recently, in the past couple of weeks, I have noticed that the JLR Remote app has stopped allowing me to lock / unlock the car remotely. No reason / explanation given.

Now, JLR have also just contacted me today to get the car in for an important ‘security update’.

I will try to find someone to speak to find out if all this is related to the API lockdown and my usage of it, or just coincidental.

Would be interested to know if anyone else has actually engaged with JLR about all this?

from jlrpy.

cstosgale avatar cstosgale commented on August 17, 2024 1

@ardevd Thank you so much for continuing to support us here - really appreciated!

@dconlon I received a JLR ‘customer care’ email at the end of March - I assumed it was just a broadcast but now think that I might be on their list of ‘non-authorised’ third-party API users!

Recently, in the past couple of weeks, I have noticed that the JLR Remote app has stopped allowing me to lock / unlock the car remotely. No reason / explanation given.

Now, JLR have also just contacted me today to get the car in for an important ‘security update’.

I will try to find someone to speak to find out if all this is related to the API lockdown and my usage of it, or just coincidental.

Would be interested to know if anyone else has actually engaged with JLR about all this?

This is coincidental, I had the security update applied to my car months ago, and the HA integration has been working brilliantly up until a few days ago. I'd definitely recommend getting this applied to your car though! There were some gaping security holes in the keyless unlocking they've finally fixed.

from jlrpy.

wawibu avatar wawibu commented on August 17, 2024 1

Just tried to connect my tibber account with landrover incontrol and that doesn't work anymore. Tibber has the issue opened on May 20th. I believe that Tibber has an official allowance to use the api but landrover broke it for them as well as it seems

from jlrpy.

anggar-programacion avatar anggar-programacion commented on August 17, 2024 1

It's a shame it doesn't work again
I have to renew my Remote subscription in 15 days. I don't think I'm going to renew it.
With the enthusiasm that I put into learning to make my programs for my Jaguar.
Bad company policy. He did not predict a good ending.

from jlrpy.

wawibu avatar wawibu commented on August 17, 2024 1

I opened a ticket at JLR to understand the possibilities of getting access to my data via API

Got now the Feedback from JLR that they didn't provide 3rd party API and that I could use Incontrol to get the status and export the data. What it far away form what I want to do and incontrol didn't provide gpx information ☹️

from jlrpy.

pmharris77 avatar pmharris77 commented on August 17, 2024

@ardevd Out of curiosity, do most of the API changes you've had to fix look like they were intentionally to stop third-party apps, or are they adding new functionality?

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

Looks like they've added a new layer of API authentication.

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

The x-App-Secret is now dynamic and seemingly changes frequently. Re-using previously used values doesn't seem to work either.

from jlrpy.

pmharris77 avatar pmharris77 commented on August 17, 2024

The x-App-Secret is now dynamic and seemingly changes frequently. Re-using previously used values doesn't seem to work either.

@ardevd That sounds hard to work around? Is it possible they have implemented it as some sort of shared time-based pseudo-random sequence baked into the app code, similar to a 2FA code?

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

Not necessarily. Either, the secret is provided by the InControl API, or it might be calculated locally on the device (and reproduced on the server side). Either way, it should be possible to re-implement the same behaviour.

from jlrpy.

pmharris77 avatar pmharris77 commented on August 17, 2024

@ardevd I've tried to decompile the app using a couple of Android Java decompilers and they're all failing to decompile for me. Have you had any luck?

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

apktool or JADX (which used apktool) works fine.

from jlrpy.

pmharris77 avatar pmharris77 commented on August 17, 2024

apktool or JADX (which used apktool) works fine.

Weird, I used JADX, must the app that calls it that's the issue.

Found another and interestingly, there are a few developer names throughout the code base who are on LinkedIn or have their own blogs:

Chris Banes
Dan Lew

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

The security upgrade has been rolling out across the JLR fleet recently. No idea what it involves.

from jlrpy.

wawibu avatar wawibu commented on August 17, 2024

It is a shame that nowadays they still restrict the api to prevent 3rd party apps. ☹️
Not all customers would ever use it, but why not allow those who want to get their data. Didn't we pay already with providing our data to them for free? Can't imagine that the handful of 3rd party users would break their servers

from jlrpy.

dconlon avatar dconlon commented on August 17, 2024

I’ve spent a few hours trying to contact someone in product management but have unfortunately failed. They have their email setup to reject external senders and the contact I had no longer works at JLR. I’ve left messages with various switch boards so there’s still a possibility of a call back but in the mean time I’ll complain to customer care and perhaps everyone with an interest could do the same as some already have.

from jlrpy.

scotttag avatar scotttag commented on August 17, 2024

This is coincidental, I had the security update applied to my car months ago, and the HA integration has been working brilliantly up until a few days ago. I'd definitely recommend getting this applied to your car though! There were some gaping security holes in the keyless unlocking they've finally fixed.

Just to add - from what I gather from my dealer - that is the urgent security update they've been rolling out - fixes for the keyless entry security issues (many insurance companies were refusing to insure JLR products because of it, another great way to get rid of customers!)

from jlrpy.

MZorzy avatar MZorzy commented on August 17, 2024

this may help ?
https://github.com/evcc-io/evcc/pull/13960/files

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

this may help ? https://github.com/evcc-io/evcc/pull/13960/files

Thanks! I can't seem to get it to work though, and it's not using a dynamic app secret. Can anyone confirm that it actually works using evcc?

from jlrpy.

andig avatar andig commented on August 17, 2024

No. Its broken once more now 😰

from jlrpy.

rzumbuehl avatar rzumbuehl commented on August 17, 2024

this may help ? https://github.com/evcc-io/evcc/pull/13960/files

Thanks! I can't seem to get it to work though, and it's not using a dynamic app secret. Can anyone confirm that it actually works using evcc?

Just tried to get it work with the evcc approach but failed so far.

from jlrpy.

MZorzy avatar MZorzy commented on August 17, 2024

ouch :-(

from jlrpy.

garrettcook avatar garrettcook commented on August 17, 2024

Does there seem to be any use of third-party services or proxies to avoid storing the API key in the app?

from jlrpy.

victor987 avatar victor987 commented on August 17, 2024

Tibber is working now to start/stop the charge and view the battery %, so I guess they have access to the JLR's API.
@wawibu mentionned earlier that Tibber had "the issue opened" but I can't find anything about that or their code.

from jlrpy.

dconlon avatar dconlon commented on August 17, 2024

Things aren't looking great at this time.

A real shame, thanks for your efforts. That being the case, I've documented my workaround to get EV battery state of charge % when the car is at home which may possibly help others:

https://github.com/dconlon/icar_odb_wifi/

from jlrpy.

rzumbuehl avatar rzumbuehl commented on August 17, 2024

Really a pity that this service is no longer working!

I'm also exploring workarounds for my EV use cases (battery SOC, odometer, remaining range, average consumption). I'm leveraging the JLR InControl web application (https://incontrol.jaguar.com/) that is publishing the recent journeys (unfortunately no other meaningful data is published on this web app).
Based on the journey data I then keep track of range, SOC, average consumption etc. in a node.js backend service.
I'm fetching the data from the InControl web application using the puppeteer node.js library: https://www.npmjs.com/package/puppeteer. The solution is working kind of ok for my use cases.

Might be of help for some other folks here.

from jlrpy.

wawibu avatar wawibu commented on August 17, 2024

@dconlon thanks for sharing, could become my workaround as well. Mainly I need the EV SOC and Odometer. Getting all the additional information via API was nice, but SOC and Odo are required for me.

@rzumbuehl it is a shame that the incontrol webpage didn't provide more information. Didn't understand why the mobile app could show me the ev distance, while the webpage doesn't provide it.

JLR is going here - from my pov - into the wrong direction.

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

I'll take the opportunity to mention that I'm working as a consultant with DIMO and have implemented support for the Jaguar I-Pace (and many other vehicles). If you get an AutoPi you'll get SoC, SoH and a lot of other metrics from the I-Pace. We are working on making the cheaper Macaron capable too, but it will take a bit of time.

Obviously won't help with remote operations such as climate preconditioning etc, but I'm excited for DIMOs mission to build an open decentralized system for car diagnostics data.

I think for now, DIMO is the best alternative to what we once had.

from jlrpy.

web-dc avatar web-dc commented on August 17, 2024

@dconlon thanks for sharing, could become my workaround as well. Mainly I need the EV SOC and Odometer. Getting all the additional information via API was nice, but SOC and Odo are required for me.

@rzumbuehl it is a shame that the incontrol webpage didn't provide more information. Didn't understand why the mobile app could show me the ev distance, while the webpage doesn't provide it.

JLR is going here - from my pov - into the wrong direction.

How do you get SoC from web Incontrol? I don't see it there (at least visible)

from jlrpy.

rzumbuehl avatar rzumbuehl commented on August 17, 2024

@dconlon thanks for sharing, could become my workaround as well. Mainly I need the EV SOC and Odometer. Getting all the additional information via API was nice, but SOC and Odo are required for me.

@rzumbuehl it is a shame that the incontrol webpage didn't provide more information. Didn't understand why the mobile app could show me the ev distance, while the webpage doesn't provide it.

JLR is going here - from my pov - into the wrong direction.

How do you get SoC from web Incontrol? I don't see it there (at least visible)

I continuously calculate the SOC based on all the journey's average consumption and the distance traveled. It requires to set the initial SOC though. Adventurous approach, I know.

from jlrpy.

nikola-mladenovic avatar nikola-mladenovic commented on August 17, 2024

I continuously calculate the SOC based on all the journey's average consumption and the distance traveled. It requires to set the initial SOC though. Adventurous approach, I know.

If your calculations are producing accurate figures, it means that the BMS is doing a good job ☺️

from jlrpy.

kkennedyuk avatar kkennedyuk commented on August 17, 2024

I'll take the opportunity to mention that I'm working as a consultant with DIMO and have implemented support for the Jaguar I-Pace (and many other vehicles). If you get an AutoPi you'll get SoC, SoH and a lot of other metrics from the I-Pace. We are working on making the cheaper Macaron capable too, but it will take a bit of time.

Obviously won't help with remote operations such as climate preconditioning etc, but I'm excited for DIMOs mission to build an open decentralized system for car diagnostics data.

I think for now, DIMO is the best alternative to what we once had.

Hi there - would this work with a Defender too??

from jlrpy.

ardevd avatar ardevd commented on August 17, 2024

I'll take the opportunity to mention that I'm working as a consultant with DIMO and have implemented support for the Jaguar I-Pace (and many other vehicles). If you get an AutoPi you'll get SoC, SoH and a lot of other metrics from the I-Pace. We are working on making the cheaper Macaron capable too, but it will take a bit of time.

Obviously won't help with remote operations such as climate preconditioning etc, but I'm excited for DIMOs mission to build an open decentralized system for car diagnostics data.

I think for now, DIMO is the best alternative to what we once had.

Hi there - would this work with a Defender too??

Hi there, yes it will! Though it's still early days and results with vary a bit based on DIMO hardware and which Defender (PHEV/gas/diesel) you have. You can reach out to me on Discord if you're interested to know more!

from jlrpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.