Lineflyer
Lineflyer
Repository was relived [here](https://github.com/cgeo/WhereYouGo) here. A corresponding issue (see mention link above) has been created in that repository.
Here is more info from Tesla about how to get location data with newer vehicle software: https://developer.tesla.com/docs/fleet-api#announcements-amp-api-changelog Edit: Seems you can still get it, but need to include `location_data` explicitly...
@ChutneyMary Thanks, this is very helpful and works as an interim solution. How about the access token? I guess it will be invalid after some hours as there is no...
> 1st world problems! Indeed. > Hopefully @onokje can come to the rescue soon! I think your node if a good PoC for a possible fix in node-red-contrib-tesla. It might...
> Is this the latest branch you have tweaked with the new endpoint? Or have I misunderstood something? @GaPhi I would have the same question as I did not see...
> I just had to add the 'location_data' new endpoint. And you use these msg.* objects as input into the node-red-contrib-tesla node?
@GaPhi Do you know the correct name of all the endpoints normally contained in a node-red-contrib-tesla "overall" request? I guess that's the reason why I can't get it working.
> Here are the command arguments I use... Somehow I can't get it working. Should it work to just feed the node-red-contrib-tesla with this custom parameters or do I need...
Thanks @osvedman . Confirmed working for me!
@cycl0ne You can also follow the workaround posted by @osvedman to modify the `tesla.js` file. That for sure will work with multiple vehicles.