https://github.com/alisdairjsmyth/node-red-contrib-qmotion
A Node-RED node to control QMotion blinds using a QSync device
https://github.com/alisdairjsmyth/node-red-contrib-qmotion
blind node-red qsync-device
Last synced: about 1 month ago
JSON representation
A Node-RED node to control QMotion blinds using a QSync device
- Host: GitHub
- URL: https://github.com/alisdairjsmyth/node-red-contrib-qmotion
- Owner: alisdairjsmyth
- License: apache-2.0
- Created: 2016-06-08T23:28:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T12:08:26.000Z (over 8 years ago)
- Last Synced: 2025-10-22T09:36:43.773Z (8 months ago)
- Topics: blind, node-red, qsync-device
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-qmotion
[](https://www.npmjs.com/package/node-red-contrib-qmotion)
[](https://www.versioneye.com/nodejs/node-red-contrib-qmotion/)
A Node-RED node to control QMotion blinds using a QSync device
Install
-------
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-qmotion
Usage
-----
This node sends commands to a QMotion blind via a QSync device. It is configured with the following properties:
* IP: the IP address of the QSync device
It receives input messages containing:
* channel: identifier of the blind
* blindPosition: the new position of the blind
The commands are submitted to the QSync device using the qmotion package published by devbobo. It should be noted the qmotion package has been developed based on observations rather than a published API. The QSync device then interacts with the blinds over 433MHz RF.