Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rjyo/homebridge-tesla-remote
- Owner: rjyo
- Created: 2017-04-11T02:40:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T01:49:51.000Z (over 5 years ago)
- Last Synced: 2024-12-03T20:02:03.468Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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_tokenInstall 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.