Tessie Tesla Control技能使用说明
2026-03-29
新闻来源:网淘吧
围观:11
电脑广告
手机广告
Tessie 技能
通过 Tessie API 控制您的特斯拉车辆 - 这是一个拥有超过 500,000 名用户的特斯拉管理平台。
设置
获取您的 Tessie API 凭证:
- 前往https://tessie.com/developers
- 注册并创建一个 API 密钥
- 在 Clawdbot 中配置:
skills:
entries:
tessie:
apiKey: "your-tessie-api-key-here"
或通过环境变量:
export TESSIE_API_KEY="your-tessie-api-key-here"
注意:车辆 ID 和 VIN 会自动从 API 检测。无需手动配置。
功能
车辆状态
- 电池电量:当前充电状态百分比
- 续航里程:预估行驶里程
- 位置:当前车辆坐标
- 车辆状态:锁定/解锁、充电状态、睡眠模式
- 连接状态车辆在线/离线吗?
气候控制
- 启动/停止:开启或关闭气候控制
- 预热/预冷:设置车内温度(自动检测华氏度/摄氏度)
- 除霜:为车窗/后视镜除霜
充电
- 启动/停止:远程控制充电
- 充电限制:设置每日/标准充电限制
- 充电状态:当前速率、完成时间、电池电量
驾驶记录
- 近期行程:最近的行程,包含距离、能耗、位置信息
使用示例
# 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端点(Tessie)
身份验证
所有请求都需要:
Authorization: Bearer <api-key>
获取车辆
GET https://api.tessie.com/vehicles
返回完整车辆列表,包含最后状态信息嵌入式信息
获取行驶记录
GET https://api.tessie.com/{VIN}/drives?limit=10
返回近期行驶历史
获取闲置记录
GET https://api.tessie.com/{VIN}/idles?limit=10
返回包含空调/哨兵模式使用情况的停车时段
控制指令
所有控制指令均使用车辆识别码(而非车辆ID):
POST https://api.tessie.com/{VIN}/command/{command}
可用指令:
启动空调、关闭空调、设置温度开始充电、停止充电、设置充电上限锁定车辆、解锁车辆、启用哨兵模式,disable_sentryactivate_front_trunk,activate_rear_trunkopen_windows,close_windows,vent_windows
完整列表:请参见https://developer.tessie.com
备注
- Tessie 在您和特斯拉的 API 之间充当中介
- 提供比原始特斯拉 API 更丰富的数据和分析
- 需要先将特斯拉账户关联到 Tessie
- API 使用车辆识别码(VIN)执行命令(自动检测)
- 内部所有温度均以摄氏度为单位
- 尚未部署- 已准备就绪,等待用户审核后部署
文章底部电脑广告
手机广告位-内容正文底部


微信扫一扫,打赏作者吧~