@maelfr/node-red-nuki-mqtt

0.0.2 • Public • Published

Nuki MQTT

A Node-RED node to control your Nuki device through MQTT.

References

Based on the MQTT API Specification v1.4, found on the Nuki Developer forum.

Installation

To install this node, run the following command in your Node-RED user directory (typically ~/.node-red):

npm install @maelfr/node-red-nuki-mqtt

Usage

Lock Action Node

This node allows you to control your Nuki device through MQTT. You can configure the device and action in the node, or set them dynamically using the msg.payload property.

Input

Field Description
payload the action to publish

Details

The action can be configured in the node or, if left blank, can be set by msg.payload. The following actions are supported:

  • UNLOCK
  • LOCK
  • UNLATCH
  • LOCK_N_GO
  • LOCK_N_GO_WITH_UNLATCH
  • FULL_LOCK

Device configuration Node

Field Description
Name A friendly name for the device
ID The Nuki ID in hexadecimal format is printed on the device itself and also shown in the device administration. e.g. 2BB28570
MQTT Broker The MQTT broker to use

License

This node is licensed under the MIT License. See the LICENSE file for more information.

Credits

This node was created by Maël Bernero.

Readme

Keywords

Package Sidebar

Install

npm i @maelfr/node-red-nuki-mqtt

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

14.6 kB

Total Files

11

Last publish

Collaborators

  • maelfr