π¦ ClawHub
DroneMobile
by @bryantegomoh
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...
βοΈ Configuration
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
π Tips & Best Practices
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/18TERMINAL
clawhub install dronemobile