Skip to main content

Python client for Elli Wallbox API

Project description

Elli Client

Python client library for the Elli Wallbox API.

Installation

pip install elli-client

Quick Start

from elli_client import ElliAPIClient

# Initialize client and login
client = ElliAPIClient()
token = client.login("your.email@example.com", "your_password")

# Get charging stations
stations = client.get_stations()
for station in stations:
    print(f"Station: {station.name} ({station.id})")

# Get active charging session
session = client.get_active_charging_session()
if session:
    print(f"Charging: {session.energy_consumption_wh / 1000:.2f} kWh")
    print(f"Power: {session.momentary_power_w} W")

Features

  • Authentication with Elli Account
  • Query charging stations
  • Retrieve charging sessions (active and historical)
  • Current charging power and energy consumption
  • Station information

Documentation

Development

Setup

git clone https://github.com/marcszy91/elli-client
cd elli-client
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -e ".[dev]"

# Copy environment template and add your credentials
cp .env.template .env
# Edit .env and add your ELLI_EMAIL and ELLI_PASSWORD

Testing

# Format code
black src/
isort src/

# Run tests (when implemented)
pytest

Home Assistant Integration

This client is used by the Elli Charger HACS integration for Home Assistant.

License

MIT License - see LICENSE file for details

Disclaimer

This library was created through reverse engineering of the official Elli iPhone app. It is not officially supported by Elli or Volkswagen Group Charging GmbH. Use at your own risk.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elli_client-1.3.0.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

elli_client-1.3.0-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file elli_client-1.3.0.tar.gz.

File metadata

  • Download URL: elli_client-1.3.0.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for elli_client-1.3.0.tar.gz
Algorithm Hash digest
SHA256 71abdb7faab0e2b7bccf079967cb40b4033a5f0aea10d6399212ba515c1becbf
MD5 a097e43560c24864b82847ebd71e5fa3
BLAKE2b-256 7c6977360a0f1c5fd8ecc81d83e041f1c210acb3ca69c75bb113e06f1ed93abd

See more details on using hashes here.

File details

Details for the file elli_client-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: elli_client-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for elli_client-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 da3599d22f4b63fa07090f37dee6678244f547e82d5f0e7b009d5cce2de951b1
MD5 0eb354a9938d64f890c7eeedc9c7aa9a
BLAKE2b-256 18974fccd5c6bd3c4f3427d0b630313cd2e9dd730617d53f6593b4674e59eb87

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page