Hi…
Am trying to integrate a DoorBird intercom with a NUKI Smart Lock Pro, so that when a DoorBird keyfob is presented the NUKI lock is unlocked.
Have configured the Doorbird to use the NUKI app to control NUKI lock when unlocking because someone is at the door…but want to use the keyfob so I can open the door…
(Have enabled NUKI and NUKI API)
Confident that I have the method nailed, just not the detail.
Fob calls a https call within Doorbird: understand that.
Used Swagger to create the http call: got there eventually…I think as it works from within Swagger…
However…and this is where I am falling down…transferring the URL and CURL from swagger into a http or https string that I can use in a browswer or as a https call in Doorbird…no joy.
So ask is if anyone has an answer to help with this…ideally an example with the sections highlighted that need change…something like this…which I found on this forum…
http://IP:8080/lockAction?nukiId=ID&action=3&token=TOKEN
Also…do I have to use a string that starts with:
http://api.nuki.io/smartlock/123456789/action/lock?
Thanks,
Mike