#Matter lock testing info
1 messages ยท Page 1 of 1 (latest)
Smart Lock Ultra (US) by Nuki
lock.smart_lock_ultra:
supports_user_management: false
supported_credential_types: []
max_users: null
max_pin_users: null
max_rfid_users: null
max_credentials_per_user: null
min_pin_length: null
max_pin_length: null
min_rfid_length: null
max_rfid_length: null
Same lock as above.. As far as I know its the only one Nuki provides in the U.S.
It's not the only one they provide overall, though.
I have one more, which does work with the management. I'm not going to use the lock in the near future though. I prefer my Nuki. ๐
supports_user_management: true
supported_credential_types:
- pin
- rfid
max_users: 10
max_pin_users: 15
max_rfid_users: 15
max_credentials_per_user: 15
min_pin_length: 4
max_pin_length: 8
min_rfid_length: 10
max_rfid_length: 74
Do they (Nuki locks) not have PIN management at all? How are they managed?
Interesting I see somebody alread created - https://developer.nuki.io/t/allow-manage-lock-option-for-matter-and-home-asssistant/39676
Product name Nuki Ultra Lock US Version Summary Home Assistant 2026.4 is releasing an option to allow control of the lock via a Manage Lock option. Through some discovery, this is not enabled in the lock via the firmware so it is not available in Home Assistant. Features Enable management via Matter Reason To allow more functionality via Ma...
Aqara ``` lock.front_door_lock:
supports_user_management: true
supported_credential_types:
- pin
max_users: 20
max_pin_users: 35
max_rfid_users: null
max_credentials_per_user: 35
min_pin_length: 4
max_pin_length: 8
min_rfid_length: null
max_rfid_length: null
Aqara works? Please let me know ones that work or do not work?
Yeah, this Issue was created specifically because myself and Node ran into this.
My smart lock does have PIN user management.
SwitchBot Lock Ultra - not compliant (No user or PIN management)
Level Lock Bolt
supports_user_management: false
supported_credential_types: []
max_users: null
max_pin_users: null
max_rfid_users: null
max_credentials_per_user: null
min_pin_length: null
max_pin_length: null
min_rfid_length: null
max_rfid_length: null ```
Ok so can do another PR to make it fail gracefully I guess, how do we want to inform the user? What I am missing is what do these locks do if they do not support PIN management.
From what Ludovic said on the Issue itself, they just haven't implemented the capability in Home Assistant. (Unless I misinterpreted that, Ludovic, please correct me.)
Well I did it, so I am asking, the issue here is for example that this Level lock likely does not really have these capabilities so user/pin management does not make sense for it. So the best option is we/I hide the menu option , or we show it then provide better messaging, what is does now is tell you the situation, it just could be a confusing experience.
Oh yeah, not disagreeing there. XD
Once I found out I didn't see it because it wasn't implemented from Nuki's side, I suggested we communicate what does work with this new feature.
I think that's what Matthias is trying to gather here. ๐
I was the one who created the issue on the Nuki dev site. I'm not sure though if it will ever happen though.
They are one of the partners in the WWHA program and this lock specifically was tested for it. My opinion is that it better be implemented. XD
Does my opinion count? Don't know! ๐
We just need more upvotes on it to make it more popular on their site.
I would suggest to show the option for every lock and explain why some doesn't support it.
I'm trying to understand why some doesn't support it. And if this can be added with an update later.
In case of Nuki, they have their own credential management. And its something you can purchase separately. Its not part of the lock, but of the keypad.
Interesting. I have the keypad, so it should be included.
But when I try to do user management, it requires me to be within Bluetooth range.
So I wonder...if that is why. 
For the Nuki, it is very dependant on the Bluetooth range. I have my keypad near the deadbolt on the other side of the door OFC. I do live in a 980ish sq ft apartment so I'm pretty much in BT range anyhwere inside.
This has nothing to do with Home Assistant. The manufacturer hasn't implemented the feature. It's optional with the Matter protocol.
It's the same issue with SwitchBot. It hasn't been implemented yet. Maybe in a future update, but we'll have to wait.
My level bolt is the same, then. They sell a keypad you pair with your lock via Bluetooth.
Aqara U200 :
lock.porte_arriere:
supports_user_management: true
supported_credential_types:
- pin
- rfid
max_users: 10
max_pin_users: 15
max_rfid_users: 15
max_credentials_per_user: 15
min_pin_length: 4
max_pin_length: 8
min_rfid_length: 10
max_rfid_length: 74
SwitchBot smart lock ultra
lock.smart_lock_ultra:
supports_user_management: false
supported_credential_types: []
max_users: null
max_pin_users: null
max_rfid_users: null
max_credentials_per_user: null
min_pin_length: null
max_pin_length: null
min_rfid_length: null
max_rfid_length: null
Yes, that's why we probably should aim to explain why it's not working for some as @worn sable mentioned, like "Access control not available on your device"
Alternatively, if it's not supported by a specific lock don't show the option at all. But I feel that this is essentially missing out on an opportunity to at least show it to users even not usable - and ideally get more people into pushing manufacturers to implement it for their lock ๐
I've reported the issue to SwitchBot. I don't know if they'll implement it or not. We'll see. Maybe for the new models.
All you have to do is copy the SDK implementation.
What can be tricky is syncing with the keypad that stores user accounts, PIN codes, and so on.