-
Notifications
You must be signed in to change notification settings - Fork 115
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
Commands via proxy do not accept Fleet API ID #144
Comments
When I patch
Is this a limitation of the proxy? Or does |
This is a limitation of the proxy. However, the client needs to know the VIN in order to sign and verify messages. If you want to patch your version, the VIN on this line needs to be "real" VIN, not the Owner API Vehicle ID. |
Thanks! It was easy to fix my app to use the VIN. When #146 is merged it is clearly documented and this issue can be closed. |
The specs for
charge_start
specify thevehicle_tag
as:However using the id field gives this error:
The proxy is too strict (and has a typo in the error):
vehicle-command/pkg/proxy/proxy.go
Lines 226 to 229 in d7a3e30
The text was updated successfully, but these errors were encountered: