coreywillwhat
coreywillwhat
This is available for my vehicle:  Can you provide debug logs for your vehicle showing the vehicle data returned by a `refresh_cloud_data` service call?
Alright, I've set up frida on a rooted android emulator. I'll work on testing for NA/US. If I can get that working I'm sure we can easily integrate the EMEA...
Thanks for the logs. The missing values are due to the climatisation data structure being different. I checked my vehicle, and it's still using the old structure. We'll need to...
Adding info here in case anyone gets to updating the integration endpoints: ### US Region - 2021 Q5 PHEV Climate Control Start URL: `https://mal-3a.prd.eu.dp.vwg-connect.com/api/bs/climatisation/v1/vehicles/{vin}/climater/actions` Climate Control Start Request Body: ```json...
FYI - I was able to get Start Climate Control working. Now to figure out what I did and re-implement for different regions other than US.
@pergolafabio for the check if the request succeeded, are you seeing anything like: ``` https://mal-3a.prd.eu.dp.vwg-connect.com/api/bs/climatisation/v1/vehicles/{vin}/climater/actions/1310865457 ``` specifically something with an `ID` such as `1310865457` in the example above?
I saw that, i was curious if there was another GET which targets the specific action. For my instance I see your version and another for the one targeting the...
No rush. Not sure I will have more time today. Another question: I see you posted the request body, but are you getting any response body from: ``` POST https://emea.bff.cariad.digital/vehicle/v1/vehicles/xxx/climatisation/start...
This is different than whats it been in the past. Thanks for all the info.
That would be my expectation. It's unlikely to be a 1-off for the 2024 Q4. We will have to implement different API levels in options. I'm working on it currently...