Skip to main content

Presentation-layer library for Homematic device configuration UI.

Project description

aiohomematic-config

CI codecov PyPI

Presentation-layer library for Homematic device configuration UI.

Transforms Homematic device paramset descriptions into UI-optimized structures. No RPC knowledge, no CCU access -- operates purely on data structures from aiohomematic.

Installation

pip install aiohomematic-config

Quick Start

from aiohomematic_config import FormSchemaGenerator

generator = FormSchemaGenerator(locale="en")
schema = generator.generate(
    descriptions=descriptions,
    current_values=current_values,
    channel_type="HEATING_CLIMATECONTROL_TRANSCEIVER",
)
# schema is a Pydantic model, JSON-serializable
print(schema.model_dump_json(indent=2))

Key Components

Component Purpose
FormSchemaGenerator ParameterData + values -> JSON form schemas
ParameterGrouper Flat parameter list -> grouped sections
LabelResolver Technical parameter IDs -> human-readable labels
ConfigSession Change tracking, undo/redo, dirty state
ConfigExporter Serialize/deserialize device configurations
WidgetType mapping ParameterType -> appropriate UI widget

License

MIT License - see LICENSE for details.

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

aiohomematic_config-2026.2.15.tar.gz (281.6 kB view details)

Uploaded Source

Built Distribution

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

aiohomematic_config-2026.2.15-py3-none-any.whl (340.8 kB view details)

Uploaded Python 3

File details

Details for the file aiohomematic_config-2026.2.15.tar.gz.

File metadata

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

File hashes

Hashes for aiohomematic_config-2026.2.15.tar.gz
Algorithm Hash digest
SHA256 8678fc2b387b4b25fbcdbf002b9d52f066d6b6841018bf172751a02895bf536a
MD5 7a66f4e9db735a19cc9999169f42199a
BLAKE2b-256 18882173cea6fff1fcf6f2a2a6e3ccbbee7a3f3e7db8386c782870a7f5b26674

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohomematic_config-2026.2.15.tar.gz:

Publisher: python-publish.yml on SukramJ/aiohomematic-config

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

File details

Details for the file aiohomematic_config-2026.2.15-py3-none-any.whl.

File metadata

File hashes

Hashes for aiohomematic_config-2026.2.15-py3-none-any.whl
Algorithm Hash digest
SHA256 7cab2dbe251cc2166c8c9dbf815fc5d32ae61be58ef5038f60974da792ad462c
MD5 e468e273e1e983909dfa4f10b3ce7417
BLAKE2b-256 53fe1d6e5673acc074d1407273b8644fa3fe2254d271afcb58c8435260a48060

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohomematic_config-2026.2.15-py3-none-any.whl:

Publisher: python-publish.yml on SukramJ/aiohomematic-config

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