@maelfr/node-red-nuki-mqtt 0.0.1

Control your Nuki device through MQTT

npm install @maelfr/node-red-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.

Node Info

Version: 0.0.1
Updated 1 year ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

5 in the last week

Nodes

  • nuki-mqtt-device
  • nuki-mqtt-lock-action

Keywords

  • node-red
  • nuki
  • mqtt

Maintainers