Support access schedule management for Matter DoorLock #4684
Unanswered
lboue
asked this question in
Matter & Thread
Replies: 1 comment
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
Home Assistant 2026.4 added Matter lock user and credential management (home-assistant/core#161936), but scheduling was explicitly out of scope for that phase ("Scheduling etc can come later").
The Door Lock cluster (0x0101) defines three access-schedule features with no HA-side support today:
All three are already shipping on certified locks — e.g. the Aqara Smart Lock U400 exposes all three (WDSCH, YDSCH, and HDSCH), per real device telemetry: https://matter-survey.org/device/aqara-smart-lock-u400-4447-10244.
Device or feature details
Door Lock (device type 0x000A), Door Lock cluster (0x0101, ClusterId 257) — access schedule features:
Reference device with all three active: Aqara Smart Lock U400 — https://matter-survey.org/device/aqara-smart-lock-u400-4447-10244
Use cases
Extend the existing Matter lock manager (services + "Manage lock" panel) with schedule support, gated independently per feature on the lock's FeatureMap so a lock supporting only some of them still gets a working UI:
SetWeekDaySchedule/GetWeekDaySchedule/ClearWeekDaySchedule(and Year Day / Holiday equivalents), following the same service pattern used for user/credential management in #1619360xFE)Anything else?
All reactions