Skip to content

rjyo/homebridge-tesla-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebridge-tesla-remote

A homebridge plugin, by which you can control your tesla with Homekit and Siri.

No username or password will be used. Instead, you need to generate an access token with teslams

teslacmd -u xxx@xxx.com -p xxx --print_token

Install the plugin:

sudo npm -g install homebridge-tesla-remote

Add the following to config.json:

{
  "accessories": [
    {
      "accessory": "Tesla",
      "name": "Model S",
      "vin": "XXXXXXX",
      "token": "XXXXXXX",
    }
  ]
}

Limits

The temperature won't be returned by the Tesla API sometimes.

If you turn off the 'Always Connected' option, it might take a long time before the status is fetched.

About

A homebridge plugin, by which you can control your tesla with Homekit and Siri.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published