Connect Homekit with all your Tesla vehicles and energy products using Teslemetry.
If you're running a Homebridge UI like homebridge-ui-config-x
then you can use it to install homebridge-teslemetry
and configure it there. All configuration options should be supported.
npm install --global homebridge-teslemetry
Example config.json:
{
"platforms": [
{
"platform": "Teslemetry",
"name": "My Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN",
"prefixName": true,
}
]
}