Skip to content

Ichigo3766/homebridge-bloody-tesla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-tesla

Add 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published