{"id":44414280,"url":"https://github.com/sukramj/aiohomematic-config","last_synced_at":"2026-05-29T12:00:43.067Z","repository":{"id":337883946,"uuid":"1155557370","full_name":"SukramJ/aiohomematic-config","owner":"SukramJ","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-19T08:54:26.000Z","size":505,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-19T11:37:43.985Z","etag":null,"topics":["home-assistant","homematic","homematic-ip","openccu"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SukramJ.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"SukramJ","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2026-02-11T16:38:58.000Z","updated_at":"2026-05-19T08:51:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SukramJ/aiohomematic-config","commit_stats":null,"previous_names":["sukramj/aiohomematic-config"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/SukramJ/aiohomematic-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukramJ%2Faiohomematic-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukramJ%2Faiohomematic-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukramJ%2Faiohomematic-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukramJ%2Faiohomematic-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SukramJ","download_url":"https://codeload.github.com/SukramJ/aiohomematic-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukramJ%2Faiohomematic-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["home-assistant","homematic","homematic-ip","openccu"],"created_at":"2026-02-12T08:14:55.800Z","updated_at":"2026-05-29T12:00:43.062Z","avatar_url":"https://github.com/SukramJ.png","language":"Python","funding_links":["https://github.com/sponsors/SukramJ"],"categories":[],"sub_categories":[],"readme":"# aiohomematic-config\n\n[![CI](https://github.com/sukramj/aiohomematic-config/actions/workflows/test-run.yaml/badge.svg)](https://github.com/sukramj/aiohomematic-config/actions/workflows/test-run.yaml)\n[![codecov](https://codecov.io/gh/sukramj/aiohomematic-config/branch/devel/graph/badge.svg)](https://codecov.io/gh/sukramj/aiohomematic-config)\n[![PyPI](https://img.shields.io/pypi/v/aiohomematic-config.svg)](https://pypi.org/project/aiohomematic-config/)\n\nPresentation-layer library for Homematic device configuration UI.\n\nTransforms Homematic device paramset descriptions into UI-optimized structures. No RPC knowledge, no CCU access -- operates purely on data structures from [aiohomematic](https://github.com/sukramj/aiohomematic).\n\n## Installation\n\n```bash\npip install aiohomematic-config\n```\n\n## Quick Start\n\n```python\nfrom aiohomematic_config import FormSchemaGenerator\n\ngenerator = FormSchemaGenerator(locale=\"en\")\nschema = generator.generate(\n    descriptions=descriptions,\n    current_values=current_values,\n    channel_type=\"HEATING_CLIMATECONTROL_TRANSCEIVER\",\n)\n# schema is a Pydantic model, JSON-serializable\nprint(schema.model_dump_json(indent=2))\n```\n\n## Key Components\n\n| Component             | Purpose                                          |\n| --------------------- | ------------------------------------------------ |\n| `FormSchemaGenerator` | ParameterData + values -\u003e JSON form schemas      |\n| `ParameterGrouper`    | Flat parameter list -\u003e grouped sections          |\n| `LabelResolver`       | Technical parameter IDs -\u003e human-readable labels |\n| `ConfigSession`       | Change tracking, undo/redo, dirty state          |\n| `ConfigExporter`      | Serialize/deserialize device configurations      |\n| `WidgetType` mapping  | ParameterType -\u003e appropriate UI widget           |\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukramj%2Faiohomematic-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsukramj%2Faiohomematic-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukramj%2Faiohomematic-config/lists"}