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.0.3.tar.gz (8.9 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.0.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: elli_client-1.0.3.tar.gz
  • Upload date:
  • Size: 8.9 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.0.3.tar.gz
Algorithm Hash digest
SHA256 44305281518e2fe9c661bb09baf576b0e40fdd566e730120b7c186f17edfacb1
MD5 0a14bd1b65a61ecf20395fd681f4b38c
BLAKE2b-256 9de788b411b3275108fb152178c5f434a34a12a4da1b1da390965d6e93cb5ae6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: elli_client-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 8.5 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.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8de02c732a3fa29acb06358117884bada9b04569b6232542462f7db3a68e6155
MD5 343dd3219e627f9fabcfd03b0c53c22b
BLAKE2b-256 3882e16121d9a54e41843d33e29ac318a327931189f1bb32a0a094b3593bee79

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