Configurator screenshot

This commit is contained in:
Harald Rietman
2017-07-07 07:53:40 +02:00
parent b7bfa9e945
commit 6e38069ab7
3 changed files with 11 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ npm install node-red-contrib-xiaomi-devices
From the Xiaomi configurator screen add your different devices by selecting the type of device and a readable description. The readable discription is used on the different edit screen of the nodes to easily select the device you associate to the node.
The Xiaomi configurator screen with ease of use to configure your different devices.
![Xiaomi configurator in node-red](https://raw.githubusercontent.com/hrietman/node-red-contrib-xiaomi-devices/master/xiaomi-configurator.png)
Tip: use the configurator from the side-panel (hamburger menu, configuration nodes) to manage your devices. Node-red doesn't update underlying edit screens if the configuration panel is opened / closed from the edit node screen. (If you do, you need to first close the edit node screen and reopen it by double-clicking the node you want to edit the properties for.)
To receive/send json UDP messages from/to the gateway you need to enable the local LAN mode on the gateway. To receive the json UDP messages in node-red you need to add an udp-node with the correct configuration:
@@ -50,3 +54,8 @@ This configuration worked for me however I have seen people using different conf
Here an example of how to use the different nodes.
![Xiaomi devices example in node-red](https://raw.githubusercontent.com/hrietman/node-red-contrib-xiaomi-devices/master/xiaomi-devices-overview.png)
## Roadmap
* Support for other devices like the smart-socket WiFi
* Import (new) devices directly from the gateway

View File

@@ -1,13 +1,13 @@
{
"name": "node-red-contrib-xiaomi-devices",
"version": "1.0.6",
"version": "1.0.7",
"description": "A set of nodes to control some of the popular Xiaomi sensors which are connected to the Xiaomi Gateway.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:hrietman/node-red-contrib-xiaomi-devices.git"
},
"license" : "MIT",
"keywords": ["Xiaomi"],
"keywords": ["Xiaomi", "node-red"],
"node-red" : {
"nodes": {
"xiaomi-ht": "node-red-contrib-xiaomi-ht/xiaomi-ht.js",

BIN
xiaomi-configurator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB