Skip to main content

Async client for the Loxone Miniserver

Project description

Loxone Miniserver Home Assistant Integration

This repository provides:

  • loxone_api: an asynchronous Python client library for communicating with a Loxone Miniserver, handling authentication via getkey2/getjwt flow, loading the LoxAPP3.json structure file, and providing methods to fetch/send control states.
  • custom_components/loxone: a Home Assistant custom component that uses the shared client library to expose Miniserver controls as Home Assistant entities (lights, sensors, binary sensors, covers, climate controllers, scenes).
  • loxone-api-cli: a lightweight command-line utility for testing the client library outside Home Assistant.

Installation and setup

As a Home Assistant integration

  1. Copy the custom_components/loxone folder into your Home Assistant custom_components directory.
  2. Restart Home Assistant and configure the integration via the UI, providing the host, credentials, and TLS options.

The integration creates entities for lights, sensors, binary sensors, covers, climate controllers, and scenes based on control types from the structure file. Additional platforms can be added by extending the platform files.

As a standalone library

Install the loxone_api package:

pip install .

Then use it in your Python code:

from loxone_api import LoxoneClient

async with LoxoneClient(host="192.168.1.110", user="admin", password="pass") as client:
    # Authenticate
    token = await client.authenticate()
    
    # Load structure
    structure = await client.load_structure()
    controls = structure["controls"]
    
    # Fetch/send control state
    state = await client.jdev_get("sps/io/<uuid>")

Command-line testing

After installing locally, you can test the client with:

python3 -m loxone_api.cli <host> <username> [password] --no-verify-ssl --verbose
  • If the password is omitted you will be prompted securely.
  • Use --no-verify-ssl to skip TLS certificate verification during testing.
  • Use --verbose to enable debug logging to see the full authentication flow.

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

loxone_api-0.1.24.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

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

loxone_api-0.1.24-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file loxone_api-0.1.24.tar.gz.

File metadata

  • Download URL: loxone_api-0.1.24.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for loxone_api-0.1.24.tar.gz
Algorithm Hash digest
SHA256 b62b0625b2afd26a049029daf019aa15a75c2e1ad05d29aa710c965270cca45b
MD5 f8734856093872a3dfe9bd0283e7d14a
BLAKE2b-256 9de366249bce4ba32e7a9bf32f877cec862065067116e087d2cc0eae8c648dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for loxone_api-0.1.24.tar.gz:

Publisher: publish-loxone-api.yml on grimbouk/loxws2

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

File details

Details for the file loxone_api-0.1.24-py3-none-any.whl.

File metadata

  • Download URL: loxone_api-0.1.24-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for loxone_api-0.1.24-py3-none-any.whl
Algorithm Hash digest
SHA256 51d5dc8017bd9f24427ec6d032181d29e51b0d5c733efff28d2205d49c29ed5d
MD5 b9e8f6bbc828bf20dd1d9cb7d828ae2f
BLAKE2b-256 0e41909f9bb428d155f641489acf1a59eec4e2621fd0749a471669e6fe15dd47

See more details on using hashes here.

Provenance

The following attestation bundles were made for loxone_api-0.1.24-py3-none-any.whl:

Publisher: publish-loxone-api.yml on grimbouk/loxws2

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