Earlier quoted context omitted.
Passage AI is using Smartcar.com (disclosure: my company) to build TeslaBot. We do the work facilitating OAuth2 and permission scopes so that developers do not need to handle usernames or passwords.
However Tesla doesn’t provide a way to grant a token to a 3rd party so you (your application) would still need my tesla account credentials. How are you solving this?
Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
31–40 of 59 posts
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#32Awesome, works well! I would pay $5/month if I could just talk and if my phone or Airpods were on I could control my car or check on it. "Teslabot, what's my range?"
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#33Earlier quoted context omitted.
As a user I find it mildly offensive. Elon himself probably would laugh it off. Not going to use this as I find the exploitation of the name kind of gross. Maybe in 100 years if he’s not around then fine... but for now it’s too soon. “Tesla” is a separate issue and different.
I think calling the virtual assistant "Elon" is the best part!
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#34Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#35I do not have a Tesla, and I do not know what is available out there in terms of managing a Tesla from a remote location. But I am curious about using the chat bot-format for a status monitor application like this. What value does it provide to the user that is not fulfilled by an application just displaying the statuses to the user? I get that in this case everything is handled inside of Facebook Messenger, and to s…
(1) https://yagudaev.com/posts/chatbots-are-just-command-line-in...
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#36I do not have a Tesla, and I do not know what is available out there in terms of managing a Tesla from a remote location. But I am curious about using the chat bot-format for a status monitor application like this. What value does it provide to the user that is not fulfilled by an application just displaying the statuses to the user? I get that in this case everything is handled inside of Facebook Messenger, and to s…
It had simple commands for showing the state of consumables or monitoring budget spent (calculated based on spent consumables). But the real value came from the chat bot requesting actions ("yellow toner at 12%, verify replacement is in storage", "A3 paper is running low, refill suggested", "heavy A4 paper empty, replace now", etc).
Of course all of this could have been it's own app with push notifications. But getting people to install that would have been much harder than having them use a chat bot in a messenger they already have. Using a chat bot also made it available everywhere, on Android, iOS, Windows, the Linux distribution of the week, if you desire even your watch or fridge, with synchronised notifications. And all that with a bit of code running on some server, none of the head aches of front-end development.
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#37The problem with doing this with Teslas, as I have had one for years and thought about building this, is trusting someone else to hold your credentials for your car. There is no authorization scoping and anyone with the credentials can find the car, unlock it, get in and drive it away. Also, plenty of mischief as well like opening the sun roof, the trunks, flashing the lights and honking the horn. I wish they had pro…
Passage AI is using Smartcar.com (disclosure: my company) to build TeslaBot. We do the work facilitating OAuth2 and permission scopes so that developers do not need to handle usernames or passwords.
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#38How does this differ from using the app?
Looks like they're using the SmartCar API ( https://smartcar.com/tesla/ ). The app does most of the actions the API provides, but maybe the bot can help with aggregating data like previous locations or odometer readings?
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#39Earlier quoted context omitted.
Looks like they're using the SmartCar API ( https://smartcar.com/tesla/ ). The app does most of the actions the API provides, but maybe the bot can help with aggregating data like previous locations or odometer readings?
Wow, SmartCar's pricing is insane. They have a free tier and that's nice, but a paid plan with support starts at $0.15 per request. And all this thing does is lock/unlock, location, odometer and vehicle info. Why would anyone use this?
Re: Teslabot: A virtual assistant for Tesla cars – Locate, lock and other features
#40The problem with doing this with Teslas, as I have had one for years and thought about building this, is trusting someone else to hold your credentials for your car. There is no authorization scoping and anyone with the credentials can find the car, unlock it, get in and drive it away. Also, plenty of mischief as well like opening the sun roof, the trunks, flashing the lights and honking the horn. I wish they had pro…
While the first three are true, you can't actually drive the car without an authorized key. Adding a new authorized key requires an existing authorized key. However, if you have a Model 3 and keep a valet key card in your car, then yeah anyone who can unlock your car can also drive it.