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.4.2.tar.gz (440.2 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.4.2-py3-none-any.whl (518.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for aiohomematic_config-2026.4.2.tar.gz
Algorithm Hash digest
SHA256 844899136ecef66d32b4a485beb1c72aa89fa65a54122b7aaa5260bdee1c94b0
MD5 816ff5c11797266586fa38dd2beeb22a
BLAKE2b-256 4528806cc824509761712bd7a91d9f8a05b93a84942f3e01ae4ddde709c8658d

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohomematic_config-2026.4.2.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.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for aiohomematic_config-2026.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 81790eb2b0e94d523a4f96c0bb40512112087670909da8fdd01381a10e66890d
MD5 b520f5d3843b30b2a7571cb2edbb8375
BLAKE2b-256 9b1ad657baccd9307e8407606ee645c2bd41e9f69e20e4da580e0fd5f2805ebe

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohomematic_config-2026.4.2-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