homebridge-teslemetry
v0.4.4
Published
Connect Homebridge to your Teslemetry account.
Readme
Teslemetry for Homebridge
Connect Homekit with all your Tesla vehicles and energy products using Teslemetry.
Installation
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.
Manual Installation
npm install --global homebridge-teslemetryExample config.json:
{
"platforms": [
{
"platform": "Teslemetry",
"name": "My Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN",
"prefixName": true,
}
]
}