diff --git a/README.md b/README.md index 8191ae0..2be1e24 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index f483f29..3e4ee3a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/xiaomi-configurator.png b/xiaomi-configurator.png new file mode 100644 index 0000000..8174d30 Binary files /dev/null and b/xiaomi-configurator.png differ