0.0.2 • Published 11 months ago

@maelfr/node-red-nuki-mqtt v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

FieldDescription
payloadthe 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

FieldDescription
NameA friendly name for the device
IDThe Nuki ID in hexadecimal format is printed on the device itself and also shown in the device administration. e.g. 2BB28570
MQTT BrokerThe 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.

0.0.2

11 months ago

0.0.1

12 months ago