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.1.1.tar.gz (9.4 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.1.1-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for elli_client-1.1.1.tar.gz
Algorithm Hash digest
SHA256 a20cb2c31d1f0a96b49e971578f7ec2a6edd800d2d19b9c3bf6ea342678e6941
MD5 d6568857e8ec9a0ced4805ba0c6c40c5
BLAKE2b-256 45e9f7af19464196bace7ce5058dd1f7c492a621cb2d6a53efc31176b8dae94e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for elli_client-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cba404d7ad7618371d60c15dd985a79008e1b84fe02baf720e307817f86dc5c3
MD5 3f0eb14b9fb3b55252ccb8cc30041315
BLAKE2b-256 b61fc7e78712b4507eacb27e9d5cdeee461888c5918d11b6c03dee9b91b79dc7

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