← 返回
效率工具 Key 中文

DroneMobile

Control vehicles via DroneMobile (Firstech/Compustar remote start systems). Use when the user asks to start their car, stop the engine, lock/unlock doors, op...
通过 DroneMobile(Firstech/Compustar 远程启动系统)控制车辆,支持远程启动、熄火、锁车/解锁等操作。
bryantegomoh
效率工具 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 614
下载
💾 6
安装
1
版本
#latest

概述

DroneMobile Vehicle Control

Control any DroneMobile-connected vehicle via natural language.

Setup

Set credentials in OpenClaw env (openclaw.json → env):

"DRONEMOBILE_EMAIL": "your@email.com",
"DRONEMOBILE_PASSWORD": "yourpassword",
"DRONEMOBILE_DEVICE_KEY": "40632023374"

DRONEMOBILE_DEVICE_KEY is optional if you have one vehicle — the script auto-selects the first vehicle on the account.

Install the library if not present:

pip install drone-mobile --break-system-packages

Commands

Run scripts/dronemobile.py with the appropriate command:

User asksCommand
--------------------
Start / remote startpython3 scripts/dronemobile.py start
Stop enginepython3 scripts/dronemobile.py stop
Lock doorspython3 scripts/dronemobile.py lock
Unlock doorspython3 scripts/dronemobile.py unlock
Open trunkpython3 scripts/dronemobile.py trunk
Check battery / statuspython3 scripts/dronemobile.py status

Output

The script prints a one-line status with key telemetry:

✅ start | Temp: 6°C | Battery: 12.5V | Engine: off

On failure it prints the error and exits with code 1.

Notes

  • Commands are fire-and-forget — the car executes asynchronously. Engine-on status may still show False immediately after start (takes ~30s).
  • Battery below 11.8V = low; below 11.0V = critical.
  • drone-mobile PyPI package has a known bug where response.success is always False. The script reads raw_data['command_success'] directly. PR submitted: https://github.com/bjhiltbrand/drone_mobile_python/pull/18

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-19 18:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,327
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,870
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,754