Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Smart Lock Ultra #67

Open
B-Hartley opened this issue Jan 2, 2025 · 4 comments
Open

Support for Smart Lock Ultra #67

B-Hartley opened this issue Jan 2, 2025 · 4 comments

Comments

@B-Hartley
Copy link

How practical is it for you to modify (or guide me how to modify) this to support Smart Lock Ultra?
Is there anything I can do to give you the info you would need?

Thanks

@AzonInc
Copy link
Collaborator

AzonInc commented Jan 7, 2025

This component is based on the https://github.com/I-Connect/NukiBleEsp32 project so you should open an issue there I guess.

If it's supported by that project, it's possible to support it in this component as well.

@B-Hartley
Copy link
Author

Thanks for replying.
I realised that my first error was probably not specifying the security pin to allow pairing to work.
Unfortunately I can't.
The Ultra requires a 6 digit pin and as the PIN field is a "number" it won't allow numbers that big.
It would need to be a text field.

I guess I'll have to fork and have an experiment changing it to a text field so I can put in a bigger number.

@AzonInc
Copy link
Collaborator

AzonInc commented Jan 7, 2025

The docs of Nuki state that it's a uint16 which has a max of 65535 but thats as of 2020.
It could have changed now.

But NukiBleEsp32 is also using uint16 in its codebase.

@B-Hartley
Copy link
Author

image

Yes. It requires a 6 digit pin. So guess it's either a 32 or text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants