patelhiren / nikola

⚡Unofficial cross-platform desktop app to monitor and control Tesla vehicles, powered by Electron & React

Home Page:https://nikola.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



⚡Unofficial cross-platform desktop app to monitor and control Tesla vehicles, powered by Electron & React

Get Nikola

Currently available for MacOS and Windows.

Download last release

PS: Tesla Auth token is stored locally upon login and is not sent anywhere besides Tesla servers. To remove the token from your computer, just logout.

Features

  • Real-time location tracking
  • Track of several statuses (Speed, battery, temperature, etc...)
  • Remote locking/unlocking
  • Remote climate control
  • Remote sentry mode toggle
  • Auto-update (of the app, not the car)
  • Custom images for all Tesla models
  • Dynamic icon for battery level
  • Tesla AuthKey stored locally

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: yarn
  3. Build the code, start the app, and watch for changes: GOOGLE_MAPS=YOURKEY yarn run dev

To make sure that your code works in the finished app, you can generate the binary using:

$ yarn run build

Make sure to include your google maps key in the ../components/Maps.js file.

After that, you'll see the binaries in the packed folder.

Todo

  • Add more control features, (suggest which one)
  • Explore streaming api (currently polling data)
  • Support multiple cars under same account
  • Send address to car
  • Notifications (battery low, charging stopped, and more)

License

MIT License

DISCLAIMER

This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, title and non-infringement. Use at Your Own Risk.

About

⚡Unofficial cross-platform desktop app to monitor and control Tesla vehicles, powered by Electron & React

https://nikola.site

License:MIT License


Languages

Language:JavaScript 100.0%