coreywillwhat

Results 100 comments of coreywillwhat

Need to troubleshoot re-login during every service call.

More logs: ``` 2024-04-04 20:14:16.102 DEBUG (MainThread) [custom_components.audiconnect.audi_connect_account] Sending command to refresh data to vehicle WA1E2XXXXX1234567 2024-04-04 20:14:16.102 DEBUG (MainThread) [custom_components.audiconnect.audi_api] Starting request to URL: https://fal-3a.prd.eu.dp.vwg-connect.com/fs-car/bs/vsr/v1/Audi/US/vehicles/WA1E2XXXXX1234567/requests with method: POST 2024-04-04...

#389 addresses the 403 response and will disable the functionality until next HA reboot. This will prevent continuous attempts to access the service, and increase responsiveness.

Hi @JamieP83 On recent versions of this custom component there is no `audiconnect.refresh_data`. There is either `audiconnect.refresh_cloud_data` and `audiconnect.refresh_vehicle_data`. I do not have any issues with `refresh_cloud_data`. This issue is...

Hi @andreabafile, Thanks for the suggestion! I've just tried adding `theftAlarm` to the JOBS2QUERY (this shows as an available scope to query) but no additional data is returned. This is...

Since this data isn't provided in the Audi App, and I haven't been able to find this data from the API, I'm closing this. If the data appears somewhere in...

polling and cloud update service options are available now and should resolve the original issue. Please submit a new issue if any issues persist. Trip data issue will be captured...

@pergolafabio [sniffed the endpoint/request](https://github.com/audiconnect/audi_connect_ha/issues/353#issuecomment-2245864694). Looks like the Climate Control request data structure has changed along with the endpoint, or its different for different vehicles. Here is the data structure we...

> Hi, i'm posting all sniffed information here: [cyr-ius#86](https://github.com/cyr-ius/hass-audiconnect/issues/86) > > also the stop command for climate is different, and the reposen to get "succeeded" is different > > The...