Homebridge

Configuration

Configure the Teslemetry Homebridge plugin

Basic Configuration

Configure the plugin through the Homebridge UI or by editing your config.json directly.

Required Settings

SettingDescription
Access TokenYour Teslemetry API access token from teslemetry.com/console

Optional Settings

SettingDefaultDescription
Platform NameTeslemetryThe name for this platform instance
Prefix Accessory NamestruePrefix accessory names with vehicle/site name for easier identification
Latitude-Latitude for Homelink activation
Longitude-Longitude for Homelink activation
Ignore Vehicles-List of vehicle VINs to exclude
Ignore Energy Sites-List of energy site IDs to exclude

Example Configuration

{
  "platforms": [
    {
      "platform": "Teslemetry",
      "name": "Teslemetry",
      "accessToken": "your-access-token-here",
      "prefixName": true,
      "latitude": -27.9699373,
      "longitude": 153.4081865,
      "ignoreVehicles": [],
      "ignoreEnergySites": []
    }
  ]
}

To enable the Homelink accessory for triggering garage doors, you must provide your home's latitude and longitude coordinates. When activated, the plugin will send the Homelink command to your vehicle with these coordinates.