Connect Homekit with all your Tesla vehicles using Tessie
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.
npm install --global homebridge-tessie
Example config.json:
{
"platforms": [
{
"platform": "Tessie",
"name": "My Tessie",
"accessToken": "YOUR_TESSIE_TOKEN",
"prefixName": true,
}
]
}