Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 661 Bytes

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

Example config.json:

{
  "platforms": [
    {
      "platform": "Teslemetry",
      "name": "My Teslemetry",
      "accessToken": "YOUR_TESLEMETRY_API_TOKEN",
      "prefixName": true,  
    }
  ]
}