๐Ÿ”‘Ez Nuki

Plugin Link on Bubble Marketplace

Plugin Link on Our Website

Demo Link


Description

Nuki is known for retrofittable access solutions that simplify your everyday life. Smart, simple, secure โ€“ for keyless access to your home. Simply mount Nuki to the inside of your door โ€“ no screwing or drilling necessary. Ideal for your house or (rental) apartment.

For more details, visit Nuki. Our plugin Ez Nuki allows bubble applications to receive data from NUKI sensor devices.


Instruction

To set up your smart lock you need to understand/know the nuki codings. They can be found at the following link: https://api.nuki.io/

Open Chosen action, "Model" Tab here You can find the specification

Step1: Go to https://web.nuki.io/#/pages/web-api, register Your device, and create an API Token from Nuki's "API" tab Step2: For Use Ez Nuki Plugin You must generate Your SmartLock ID, this can be done from "EzNuki Generate ID" Action

  • Step 1: Go to https://web.nuki.io/#/pages/web-api, register Your device, and create an API Token from Nuki's "API" tab

  • Step 2: To use Ez Nuki Plugin You must generate Your SmartLock ID, this can be done from "EzNuki Generate ID" Action

The result of this action is needed for interactions with Your lock Now You are ready to work with Your lock. The plugin has different actions:

  • Get Account

  • Get Integration

  • LOCK

  • UNLOCK

  • Update smartLock Config

  • Get SmartLock

  • Get Lock Auth

  • Update Lock Auth

  • Delete Lock Auth

  • Edit PIN(if Your Lock has keypad)

The result of Get Account Will return an object with data, such as Authorization, email, etc. An example of response will look like this:

{
  "accountId": 0,
  "type": 2,
  "email": "string",
  "emailVerified": true,
  "name": "string",
  "masterAccountId": 0,
  "rights": 127,
  "language": "de",
  "config": {
    "alexaPin": "string",
    "gactionsHomePin": "string",
    "otpEnabledDate": "2024-09-05T09:04:20.920Z"
  },
  "profile": {
    "firstName": "string",
    "lastName": "string",
    "address": "string",
    "zip": "string",
    "city": "string",
    "country": "string"
  },
  "secret": [
    "string"
  ],
  "creationDate": "2024-09-05T09:04:20.920Z",
  "updateDate": "2024-09-05T09:04:20.920Z",
  "descent": {
    "origin": "GOOGLE"
  },
  "shsSubscriptionType": "BUSINESS",
  "b2bActive": true,
  "apiTermsOfUse": {
    "state": "Accepted",
    "publishDate": "2024-09-05T09:04:20.920Z",
    "acceptanceDate": "2024-09-05T09:04:20.920Z"
  }
}

Feel free to contact us for any inquiries and weโ€™ll be happy to find a solution for your ideas โ€“ http://eazycode.com/

Hire us:

https://www.fiverr.com/share/qQoDQZ https://www.upwork.com/freelancers/~01c1a4cbef44ecb5f1 Follow us:

https://www.facebook.com/eazycode https://twitter.com/ezcode_official https://www.instagram.com/eazycodecom/ https://www.linkedin.com/company/eazycodecom/

Last updated

Was this helpful?