homebridge-tessie
v0.4.6
Published
Connect Homebridge to your Tessie account.
Readme
Tessie for Homebridge
Connect Homekit with all your Tesla vehicles using Tessie
Installation
If you're running a Homebridge UI like homebridge-ui-config-x then you can use it to install homebridge-tessie and configure it there. All configuration options should be supported.
Manual Installation
npm install --global homebridge-tessieExample config.json:
{
"platforms": [
{
"platform": "Tessie",
"name": "My Tessie",
"accessToken": "YOUR_TESSIE_TOKEN",
"prefixName": true,
}
]
}