{"id":23861,"library":"home-assistant-chip-clusters","title":"Home Assistant CHIP Clusters","description":"Python bindings for CHIP (Connected Home over IP) clusters, auto-generated from the CHIP specification. Version 2025.7.0 requires Python >=3.7 and provides cluster objects for interacting with Matter devices. Released monthly alongside the CHIP SDK.","status":"active","version":"2025.7.0","language":"python","source_language":"en","source_url":"https://github.com/project-chip/connectedhomeip","tags":["matter","chip","cluster","home-assistant","smarthome"],"install":[{"cmd":"pip install home-assistant-chip-clusters","lang":"bash","label":"pip install"}],"dependencies":[{"reason":"Core CHIP library providing low-level API","package":"chip-core","optional":true}],"imports":[{"wrong":"from chip.clusters import Clusters","symbol":"Clusters","correct":"from chip import Clusters"}],"quickstart":{"code":"from chip.clusters import Clusters, Objects\ncluster = Clusters.OnOff()\nprint(cluster.cluster_id)  # 6","lang":"python","description":"Create a cluster instance and access its attributes."},"warnings":[{"fix":"Use 'from chip.clusters import ...' in your code.","message":"The package name on PyPI is 'home-assistant-chip-clusters' but the import path is 'chip.clusters' (not 'home_assistant_chip_clusters').","severity":"gotcha","affected_versions":"all"},{"fix":"Use Clusters.OnOff.attributes.OnOff.attribute_id instead of integer literals.","message":"In v2025.7.0 some cluster attribute IDs may have changed due to spec updates. Rely on the Attributes object rather than hardcoded IDs.","severity":"breaking","affected_versions":">=2025.0.0"},{"fix":"Do not modify files under site-packages/chip/clusters/. Fork or patch via hooks.","message":"The 'Clusters' module is generated automatically; manual editing of cluster definitions is overwritten on pip upgrade.","severity":"deprecated","affected_versions":"all"}],"env_vars":null,"search_vec":"'2025.7.0':22 '3.7':25 'alongsid':37 'assist':2,46 'auto':15 'auto-gener':14 'bind':6 'chip':3,8,19,39,42 'cluster':4,13,28,43 'connect':9 'devic':34 'generat':16 'home':1,10,45 'home-assist':44 'interact':31 'ip':12 'matter':33,41 'month':36 'object':29 'provid':27 'python':5,24 'releas':35 'requir':23 'sdk':40 'smarthom':47 'specif':20 'version':21","created_at":"2026-05-01T08:10:01.206807+00:00","updated_at":"2026-05-01T08:10:01.206807+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'Clusters' from 'chip' (unknown location)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"2025.7.0","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/project-chip/connectedhomeip","docs":null,"changelog":null,"pypi":"https://pypi.org/project/home-assistant-chip-clusters/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-networking","aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}