Support Matter Closure Devices #2151
Unanswered
lboue
asked this question in
Matter & Thread
Replies: 1 comment
-
|
A new version of the SDK at SilLabs: Silicon Labs Matter Version 2.8.0-1.5 (Jan 22, 2026):
This release is certifiable to the Connectivity Standards Alliance (CSA) Matter 1.5 certification program So I can test the future implementation with this device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the enhancement
In Matter, "closure" refers to a device type that controls physical barriers or access points, such as:
These devices are standardized under the "Window Covering" device types in Matter, but the term "closure" is sometimes used informally to describe any device that opens, closes, or locks something.
For closure devices, Matter 1.5 may offer:
Device or feature details
No response
Use cases
Control Matter Closure Devices from Home Assistant
Anything else?
An example of a Closure as a standalone device type is illustrated below.
In Matter 1.5, the ClosureControl and ClosureDimension clusters are key components of the new, unified "Closures" device type, which standardizes how smart home devices like window shades, garage doors, gates, and awnings are controlled and monitored. Here’s a breakdown of each cluster:
ClosureControl Cluster
ClosureDimension Cluster
How They Work Together
ClosureControl handles the operational aspects (what the device does).
ClosureDimension describes the physical aspects (what the device is).
Together, they enable a modular, flexible approach to supporting a wide range of closure devices, from simple blinds to complex multi-panel systems.
https://github.com/project-chip/connectedhomeip/blob/master/data_model/1.5/clusters/ClosureControl.xml
https://github.com/project-chip/connectedhomeip/blob/master/data_model/1.5/clusters/ClosureDimension.xml
Beta Was this translation helpful? Give feedback.
All reactions