Skip to content

Releases: dacrypt/tesla

v4.8.1 — Fleet Management, 9 Countries, Compound Automations

06 Apr 06:53

Choose a tag to compare

What's New in v4.8.1

Fleet Multi-Vehicle Management

  • tesla vehicle fleet-status — parallel status of all vehicles
  • tesla security lock/unlock --all — batch across fleet
  • Dashboard fleet health tile (when >1 vehicle)
  • GET /api/fleet/summary endpoint

Country-Aware Data Sources (9 countries, 35+ sources)

  • tesla data set-country US/CO/BR/MX/AR/CL/CR/PE/PA
  • US: EPA fuel economy, NHTSA safety ratings/complaints, NICB stolen check
  • CO: fuel prices, toll tariffs, city fines
  • LatAm: AR/BR/CL/CR/MX/PE/PA vehicle registries

Compound Automations

  • Conditions: --condition "charge_state.battery_level:gt:80"
  • Delays: --delay 30 before action execution
  • Retries on action failure
  • Webhook actions for IFTTT/HomeKit/Google Home

Charging Budget

  • tesla charge budget --set 200 — monthly spending limit
  • Projected end-of-month, 80% warning alerts

More Features

  • BLE key management (enroll, list, remove, state reads)
  • Safety Score (first-mover — no other tool has this)
  • Service scheduling + maintenance reminders
  • EV vs gas savings calculator
  • Location-based charge/precondition schedules
  • Dashcam clip processing (list/process/export)
  • Vehicle sharing UI in dashboard
  • Customizable dashboard tiles
  • Lifetime driving map + trip GPS traces

Quality

  • 1684 tests passing
  • Refactored complexity violations
  • Plugin v1.2.0 updated with fleet, budget, dashcam skills

Install / Upgrade

uv tool install tesla-cli        # fresh install
uv tool upgrade tesla-cli        # upgrade
tesla setup                      # configure everything

Full Changelog: v4.8.0...v4.8.1

tesla-cli v0.2.0

30 Mar 22:48

Choose a tag to compare

What's new

tesla setup — onboarding en un solo comando

git clone https://github.com/dacrypt/tesla.git
cd tesla
uv tool install -e .
tesla setup

El wizard conecta tu cuenta Tesla (OAuth2), auto-descubre tu VIN y número de orden desde la API, configura el vehicle backend, y construye tu primer dossier. Sin config manual.

Owner API vehicle backend — gratis, cero setup extra

Control completo del vehículo reutilizando el token de order tracking. Sin Tessie, sin developer app.

tesla config set backend owner   # o simplemente: tesla setup lo elige por defecto
tesla security lock
tesla climate on
tesla charge start

Misma API que usan TeslaPy, TeslaMate y otros proyectos de la comunidad.

Instalación

Requisitos: Python 3.12+, uv

git clone https://github.com/dacrypt/tesla.git
cd tesla
uv tool install -e .
tesla setup

Changelog completo

Ver CHANGELOG.md