homebridge-bloody-tesla
v2.0.5
Published
Tesla support for Homebridge: https://github.com/bloodsucker99/homebridge-bloody-tesla
Readme
Homebridge-Bloody-Tesla
NOTE: This is just a work in progress and could slow down functionality of the pluggin.
A homebridge plugin, by which you can control your tesla with Homekit and Siri.
Install the plugin:
sudo npm -g install homebridge-bloody-teslaAdd the following to config.json:
{
"accessories": [
{
"accessory": "Tesla",
"name": "Model Y",
"vin": "vin#",
"token": "refresh_token",
}
]
}Main reason for this pluggin is to expose climate as thermostat in homekit which allows you to control heating and cooling and set temperature.
