mirror of
https://github.com/bemble/node-red-contrib-mi-devices.git
synced 2026-03-15 17:09:31 +01:00
Configurator screenshot
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
|
||||
## Roadmap
|
||||
* Support for other devices like the smart-socket WiFi
|
||||
* Import (new) devices directly from the gateway
|
||||
|
||||
@@ -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
BIN
xiaomi-configurator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user