Tesla Dimo
Bring your Tesla to Life
Last updated
Was this helpful?
Bring your Tesla to Life
We work with DIMO to bring your Tesla to life. This plugin allows you to read data from your Tesla and control it.
Before you can use the DIMO APIs, you need to install the DIMO app on your phone and connect it to your Tesla.
To access the DIMO APIs, you must first obtain and configure a Developer License from DIMO.
Once you have the license, you will receive the following credentials: Client ID, API key, and Redirect URI.
Replace <Client ID> and <Redirect URI> with your own credentials, then open the following URL in your browser to log in with DIMO and authorize your application to access your Tesla data. You will obtain your car ID (token_id) on the permission page.
https://login.dimo.org/?clientId=<Client ID>&redirectUri=<Redirect URI>&permissionTemplateId=1&entryState=VEHICLE_MANAGERGo to the Tesla Virtual Key page and follow the instructions to set up the virtual key for DIMO.
If everything is set up correctly, you should be able to view your Tesla data in the DIMO app and control your Tesla via the DIMO API.
Note: If you encounter any issues, please refer to the DIMO documentation.
Run
Provide the Dimo client_id, domain, private_key and token_id obtained from the previous steps in your configuration file (/config.tesla.json5):
Last updated
Was this helpful?
Was this helpful?
make run CONFIG=tesla "client_id": "",
"domain": "",
"private_key": "",
"token_id": 0