Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send destinations to car #8

Open
tillsteinbach opened this issue Jul 2, 2021 · 12 comments
Open

Send destinations to car #8

tillsteinbach opened this issue Jul 2, 2021 · 12 comments
Assignees
Labels
enhancement New feature or request

Comments

@tillsteinbach
Copy link
Owner

The API allows to send destinations to the car. The necessary communication is already analyzed. This just needs a good user interface to put in the address.

Will add after thinking about it for some days.

@tillsteinbach tillsteinbach added the enhancement New feature or request label Jul 2, 2021
@tillsteinbach tillsteinbach self-assigned this Jul 2, 2021
@mitch-dc
Copy link

mitch-dc commented Mar 2, 2022

Really like this idea, how does it work in the API? By Coordinates or address?

@tillsteinbach
Copy link
Owner Author

I‘m not sure yet. The app sends both, but I don’t know what the car is using.

@hovant
Copy link

hovant commented Mar 2, 2022

I wouldn't put high hopes on this. At least with my ID.4, when I send destination to the car with the app, it typically comes there very slow, typically I'm already in the destaination before it comes. Sometimes it has come on the following day. On the other hand, I've not tried it lately, could have been fixed.

@tillsteinbach
Copy link
Owner Author

I think it is still a problem, but keep the fingers crossed for ID Software 3.0

@mitch-dc
Copy link

mitch-dc commented Mar 2, 2022

I wouldn't put high hopes on this. At least with my ID.4, when I send destination to the car with the app, it typically comes there very slow, typically I'm already in the destaination before it comes. Sometimes it has come on the following day. On the other hand, I've not tried it lately, could have been fixed.

Yea the app is pretty bad at this.
But it's also bad with the climate control settings so maby talking to the api directly works better.

@DarkFox
Copy link

DarkFox commented Jan 10, 2023

I think it is still a problem, but keep the fingers crossed for ID Software 3.0

It seems to be fixed in 3.0. I've used it a couple of times now, and it seems to be received in the car right away (or at least as quickly as other commands, instead of days later).

@SamuelBrucksch
Copy link

Hey, could you point me to where it is documented how this works? As this was not added so far, it will probably also not be added in the near future, but I want to use this to try to send routes from ABRP to the car. So if you could provide the endpoints and what to send I could play around a bit with it.

@tillsteinbach
Copy link
Owner Author

I need to find my old notes. I might be able to implement that quickly next week or the week after to try it out. What is your plan to add this to ABRP

@SamuelBrucksch
Copy link

Not 100% sure yet how to add it to be used with ABRP. Probably something like a bridge app, that talks to VW API, where you can share to from ABRP and then it uploads the route. So i will probably not reuse the python interface in that case, but use the information provided on the endpoints. the python interface is still good to use it from my smart home and for testing the destinations before writing an android app though.

@BMWfan
Copy link

BMWfan commented Nov 14, 2023

Is there any progress?

@tillsteinbach
Copy link
Owner Author

No sorry, I‘m currently very busy with other things.

@DarkFox
Copy link

DarkFox commented Nov 26, 2023

I've started looking at making a PR to add this, but it's quite a struggle to figure out how to connect it to the rest of the code.
DarkFox@f9e85bf

I used these implementations as reference:
https://github.com/adhyh/homebridge-vwconnectid/blob/master/src/routeSwitchAccessory.ts#L32-L63
https://github.com/adhyh/npm-vwconnectidapi/blob/main/index.js#L389-L405
https://github.com/adhyh/npm-vwconnectidapi/blob/main/index.js#L1924-L1926

It looks like there's also an API to get the history of destinations sent, but I haven't looked that closely into it yet:
https://github.com/adhyh/npm-vwconnectidapi/blob/main/index.js#L151-L155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants