An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# node-red-contrib-qmotion
[![NPM Version](https://img.shields.io/npm/v/node-red-contrib-qmotion.svg)](https://www.npmjs.com/package/node-red-contrib-qmotion)
[![Dependency Status](https://img.shields.io/versioneye/d/nodejs/node-red-contrib-qmotion.svg)](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.