Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjyo/homebridge-tesla-remote

A homebridge plugin, by which you can control your tesla with Homekit and Siri.
https://github.com/rjyo/homebridge-tesla-remote

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Homebridge-tesla-remote

A [homebridge](https://github.com/nfarina/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](https://github.com/hjespers/teslams)

teslacmd -u [email protected] -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.