Skip to main content

Async client library for the KEBA P40 / P40 Pro wallbox local REST API

Project description

keba-kecontact-p40

Async Python client for the KEBA P40 / P40 Pro wallbox local REST API (v3.0.3).

The P40 exposes a self-signed HTTPS endpoint on port 8443 with JWT auth. Pass an aiohttp.ClientSession configured to skip certificate verification.

import aiohttp
from keba_kecontact_p40 import KebaP40Client

async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(ssl=False)) as session:
    client = KebaP40Client("192.168.1.50", "my-password", session=session)
    await client.login()
    wallboxes = await client.get_wallboxes()
    print(wallboxes[0].serial_number, wallboxes[0].state)

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

keba_kecontact_p40-0.1.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

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

keba_kecontact_p40-0.1.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file keba_kecontact_p40-0.1.0.tar.gz.

File metadata

  • Download URL: keba_kecontact_p40-0.1.0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for keba_kecontact_p40-0.1.0.tar.gz
Algorithm Hash digest
SHA256 800b7a79b430d2fadd968dd37826b3d336e9df5dfa901138a5a45332f4c77bf7
MD5 644facb1298608b98318717b0166488f
BLAKE2b-256 cba3a03e631333ed60dc943d94e7e0ca850e68ad60406e6c92e07c0ab54aa3de

See more details on using hashes here.

Provenance

The following attestation bundles were made for keba_kecontact_p40-0.1.0.tar.gz:

Publisher: ci.yml on lpostiglione/keba-kecontact-p40

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file keba_kecontact_p40-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for keba_kecontact_p40-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 23ec9322a4f6241edd8c6ade791eec042c80bb087ac170a271ee87a426202d33
MD5 ca4492c3f2dcdf0a70be19eca3c35be2
BLAKE2b-256 b3376943db9572699711b7f88f5132aa4cdb215998ae54e108f20b8b163a0de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for keba_kecontact_p40-0.1.0-py3-none-any.whl:

Publisher: ci.yml on lpostiglione/keba-kecontact-p40

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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