Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Recent content by Gol4

  1. G

    Integration with Google Home / Google Assistant - Now available for general use

    Forgotten by Google unfortunately. Actions sunset announcement Given that Google is removing Conversational Actions in a few months, it doesn't make sense to put in development time to fix this right now.
  2. G

    Integration with Google Home / Google Assistant - Now available for general use

    Since last summer? Wow thats a long time :) So the update on this front is that I had started working on this again. Google has changed things completely in the last few months so it was practically like writing this from scratch. I did get it to work for me personally but getting it get past...
  3. G

    EV Car/My Tesla - An Alexa skill for Amazon Echo / Tesla integration

    Tesla has changed the way authentication works so the old workflow doesn't work anymore. As a workaround for now try using : https://eviecar.io/auth/authorization.ws . Use the Tesla Authentication link to generate Access Token and then copy and paste that into the EV Car skill linking page. It...
  4. G

    Integration with Google Home / Google Assistant - Now available for general use

    Hi. Yes making some progress on it. The Tesla authentication API has changed and doesn't work transparently anymore so that's another change to deal with. In addition, I am changing the way the app is hosted as well as the backend database. I'm hoping to get it done by the early January.
  5. G

    EV Car/My Tesla - An Alexa skill for Amazon Echo / Tesla integration

    I would have searched for "Tesla Token Generator" ;) This is one that has worked for me: Tesla API Token
  6. G

    EV Car/My Tesla - An Alexa skill for Amazon Echo / Tesla integration

    Regular users would have figured this out already but Tesla has changed authentication mechanism so when linking, the username and password won't currently work. You have to supply an authentication token. The token can be generated using web based tools (use a google search to find your...
  7. G

    EV Car/My Tesla - An Alexa skill for Amazon Echo / Tesla integration

    Also technically use the actual token not refresh token.
  8. G

    Integration with Google Home / Google Assistant - Now available for general use

    My day job has taken all my time in the last few months. I do plan to get this going during my extended thanksgiving break.
  9. G

    EV Car/My Tesla - An Alexa skill for Amazon Echo / Tesla integration

    I just re-linked with my Model X and it is working fine. "error communicating" usually happens when the car is asleep and the app is unable to wake before Alexa's timeout. To confirm if that could be the issue, try this: use the Tesla App perform some operation on the car. Right after that use...
  10. G

    EV Car/My Tesla - An Alexa skill for Amazon Echo / Tesla integration

    It is working fine on Alexa. On Google devices there is an issue - the details are on the Google specific thread: Integration with Google Home / Google Assistant - Now available for general use
  11. G

    Integration with Google Home / Google Assistant - Now available for general use

    So this app will come back but the features that Google wants changed will take a while to implement. Its not just about enabling the PIN but also changing the backend infrastructure to enable saving of individual account information (including PIN). I can't commit on when this will be done...
  12. G

    Integration with Google Home / Google Assistant - Now available for general use

    What whatever its worth, I sent off this rant to Google which was met with an expected "That's how things work" response.
  13. G

    Integration with Google Home / Google Assistant - Now available for general use

    Unfortunately Google took it down yesterday. First because they wanted to do a random "test" apparently didn't have a Tesla to test with :rolleyes: Then I provided a temporary token so they could test with my car and this time they rejected it because they have moved goal-posts - they now...
  14. G

    Integration with Google Home / Google Assistant - Now available for general use

    That sounds correct. If the Tesla App works, then this app should work too.
  15. G

    Integration with Google Home / Google Assistant - Now available for general use

    Hmm... Your requests might have been going to a older endpoint. If that was the case, it would be fixed now. There were some other infra issues too that are now resolved. Please try and let me know. Thanks.