homebridge-tesla-remote
v0.2.1
Published
Tesla support for Homebridge: https://github.com/rjyo/homebridge-tesla-remote
Readme
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 [email protected] -p xxx --print_tokenInstall the plugin:
sudo npm -g install homebridge-tesla-remoteAdd the following to config.json:
{
"accessories": [
{
"accessory": "Tesla",
"name": "Model S",
"vin": "XXXXXXX",
"token": "XXXXXXX",
}
]
}Limits
The temperature won't be return the by the Tesla API sometime.
If you turn off the 'Always Connected' option, it might take a long time before the status are fetched.
