← 返回
开发者工具 Key

Tessie Tesla Control

Control and monitor your Tesla vehicles via Tessie API for battery, climate, charging, drives, location, and vehicle state management.
通过 Tessie API 控制和监控 Tesla 车辆,涵盖电池、空调、充电、行程、位置及车辆状态管理。
baanish
开发者工具 clawhub v2.0.3 1 版本 99594.7 Key: 需要
★ 3
Stars
📥 3,872
下载
💾 266
安装
1
版本
#latest

概述

Tessie Skill

Control your Tesla vehicles via Tessie API - a Tesla management platform with 500,000+ users.

Setup

Get your Tessie API credentials:

  1. Go to https://tessie.com/developers
  2. Sign up and create an API key
  3. Configure in Clawdbot:
skills:
  entries:
    tessie:
      apiKey: "your-tessie-api-key-here"

Or via environment variable:

export TESSIE_API_KEY="your-tessie-api-key-here"

Note: Vehicle ID and VIN are auto-detected from API. No manual configuration needed.

Capabilities

Vehicle Status

  • Battery level: Current state of charge percentage
  • Range: Estimated driving range
  • Location: Current vehicle coordinates
  • Vehicle state: Locked/unlocked, charging status, sleep mode
  • Connection: Is the car online/offline?

Climate Control

  • Start/stop: Turn climate on or off
  • Preheat/precool: Set cabin temperature (auto-detects Fahrenheit/Celsius)
  • Defrost: Defrost windows/mirrors

Charging

  • Start/stop: Control charging remotely
  • Charge limit: Set daily/standard charge limit
  • Charging status: Current rate, time to complete, battery level

Drives

  • Recent drives: Last trips with distance, energy, locations

Usage Examples

# Check battery and range
"tessie battery"
"tessie how much charge"
"tessie range"

# Preheat the car (assumes Fahrenheit if > 50)
"tessie preheat 72"
"tessie precool"
"tessie turn on climate"

# Check drives
"tessie show my drives"
"tessie recent drives"
"tessie drives 5"

# Charging commands
"tessie start charging"
"tessie stop charging"
"tessie set charge limit to 90%"
"tessie charging status"

# Vehicle location
"tessie where is my car"
"tessie location"

# Vehicle state
"tessie is the car locked?"
"tessie vehicle status"

API Endpoints (Tessie)

Authentication

All requests require:

Authorization: Bearer <api-key>

Get Vehicles

GET https://api.tessie.com/vehicles

Returns full vehicle list with last_state embedded

Get Drives

GET https://api.tessie.com/{VIN}/drives?limit=10

Returns recent drive history

Get Idles

GET https://api.tessie.com/{VIN}/idles?limit=10

Returns parked sessions with climate/sentry usage

Commands

All control commands use VIN (not vehicle_id):

POST https://api.tessie.com/{VIN}/command/{command}

Available commands:

  • start_climate, stop_climate, set_temperatures
  • start_charging, stop_charging, set_charge_limit
  • lock, unlock, enable_sentry, disable_sentry
  • activate_front_trunk, activate_rear_trunk
  • open_windows, close_windows, vent_windows

Full list: See https://developer.tessie.com

Notes

  • Tessie acts as a middleman between you and Tesla's API
  • Provides richer data and analytics than raw Tesla API
  • Requires Tesla account to be linked to Tessie first
  • API uses VIN for commands (auto-detected)
  • All temperatures in Celsius internally
  • NOT YET DEPLOYED - Prepared for deployment pending user review

版本历史

共 1 个版本

  • v2.0.3 当前
    2026-03-28 10:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,902
data-analysis

Pi-hole Control

baanish
控制 Pi-hole v6 DNS 广告拦截器:检查状态、查看统计、启用/禁用拦截,并通过 API 分析被拦截域名。
★ 2 📥 2,478
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,869