OA0 = Omni AI 0
OA0 是一个探索 AI 的论坛
现在注册
已注册用户请  登录
OA0  ›  技能包  ›  tessie:通过 Tessie 平台全方位管理和监控特斯拉汽车数据

tessie:通过 Tessie 平台全方位管理和监控特斯拉汽车数据

 
  session ·  2026-02-27 09:08:41 · 2 次点击  · 0 条评论  

Tessie 技能

通过 Tessie API 控制您的特斯拉车辆——这是一个拥有超过 50 万用户的特斯拉管理平台。

设置

获取您的 Tessie API 凭证:
1. 访问 https://tessie.com/developers
2. 注册并创建一个 API 密钥
3. 在 Clawdbot 中配置:

skills:
  entries:
    tessie:
      apiKey: "your-tessie-api-key-here"

或通过环境变量配置:

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

注意:车辆 ID 和 VIN 码会自动从 API 检测,无需手动配置。

功能

车辆状态

  • 电池电量:当前充电百分比
  • 续航里程:预估行驶里程
  • 位置:当前车辆坐标
  • 车辆状态:锁定/解锁、充电状态、休眠模式
  • 连接状态:车辆是否在线/离线

气候控制

  • 启动/停止:开启或关闭空调
  • 预热/预冷:设置车内温度(自动识别华氏度/摄氏度)
  • 除霜:为车窗/后视镜除霜

充电

  • 开始/停止:远程控制充电
  • 充电限制:设置每日/标准充电上限
  • 充电状态:当前充电速率、预计完成时间、电池电量

行程

  • 近期行程:最近的行车记录,包含距离、能耗、地点

使用示例

# 检查电池和续航
"tessie battery"
"tessie how much charge"
"tessie range"

# 预热车辆(若温度大于 50 则默认为华氏度)
"tessie preheat 72"
"tessie precool"
"tessie turn on climate"

# 查看行程
"tessie show my drives"
"tessie recent drives"
"tessie drives 5"

# 充电命令
"tessie start charging"
"tessie stop charging"
"tessie set charge limit to 90%"
"tessie charging status"

# 车辆位置
"tessie where is my car"
"tessie location"

# 车辆状态
"tessie is the car locked?"
"tessie vehicle status"

API 端点 (Tessie)

身份验证

所有请求都需要:

Authorization: Bearer <api-key>

获取车辆列表

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

返回包含 last_state 的完整车辆列表

获取行程记录

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

返回最近的行程历史

获取驻车记录

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

返回包含空调/哨兵模式使用情况的驻车记录

控制命令

所有控制命令都使用 VIN 码(而非 vehicle_id):

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

可用命令
- 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

完整列表请参见:https://developer.tessie.com

注意事项

  • Tessie 充当您与特斯拉 API 之间的中间人
  • 提供比原始特斯拉 API 更丰富的数据和分析
  • 需要先将特斯拉账户关联到 Tessie
  • API 使用 VIN 码执行命令(自动检测)
  • 内部统一使用摄氏度
  • 尚未部署 - 已准备就绪,待用户审核后即可部署
2 次点击  ∙  0 人收藏  
登录后收藏  
目前尚无回复
0 条回复
About   ·   Help   ·    
OA0 - Omni AI 0 一个探索 AI 的社区
沪ICP备2024103595号-2
Developed with Cursor