Open NUKI via Fingerprint Reader of UniFi G4 Doorbell Pro

Hey guys, will there be any possibility to Open NUKI smart lock pro 4th gen with the Fingerprint of the Unifi Doorbell G4 Pro?

6 Likes

Anybody? I’m also interested.
Thx

Is this still relevant for you? I installed this setup a couple of weeks ago and it’s possible.

1 Like

Hi Gerald, I am interested. Could you describe your solution pls?

I’ve used a G4 Doorbell Pro with a Nuki Pro 5.0 (but i guess that should also work with other versions).

  1. sign up for Nuki Web to get access to the API (web.nuki.io)
  2. create a API Token via Nuki Web which can be used by the Doorbell; I’ve only assigned it permission to control devices
  3. in Unifi Protect, go to the Alarm Manager and create a new alarm; as trigger, use the finger print scan of your doorbell; as action use a Custom Webhook;
  • as delivery URL use h***s://api.nuki.io/smartlock/SMARTLOCK_ID/action/unlock
  • under advanced settings, use the POST method and bearer token (the token is the one you created in Nuki Web)

ad “SMARTLOCK_ID” in the delivery URL: easiest way for me was to find out via the API specification via api.nuki.io

Basically that’s it