2n and Nuki bridge integration with IP Verso

Hello,

I have tried this https://wiki.2n.com/hip/inte/latest/en/6-access-control/nuki

But the door doesn’t unlock and open.

When I access the URL http://192.168.1.126:8080/unlock?nukiId=1234567&token=xxxxxx in the browser, I get this message:
{“success”: true, “batteryCritical”: false}, but the doors doesn’t open

Can someone help me plz?
Thank you

If you need to unlock the door and pull the latch you need to execute the /unlatch command instead of the /unlock command.

Thank you for the answer.

If I try this in browser I get this message:
HTTP 400 Bad Request

Hi, sorry. Unfortunately, I didn’t get around to it earlier.

If I use unlatch, I get an HTTP 400 Bad Request Error

Any idea?

You’re right, sorry.

The /unlock command should unlatch if your door fitting is configured to use a knob. If it is configured as handle, it will only unlock.
To send the unlatch command even if the door is configured as handle, you need to use the /lockAction endpoint instead and send action 3.
So to follow your example: http://192.168.1.126:8080/lockAction?nukiId=1234567&action=3&token=xxxxxx

See Bridge HTTP-API for all possible options