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

https://github.com/codedealer/pimatic-dooya

Pimatic plugin to control Dooya tubular motors
https://github.com/codedealer/pimatic-dooya

Last synced: 4 months ago
JSON representation

Pimatic plugin to control Dooya tubular motors

Awesome Lists containing this project

README

          

# Plugin to control Dooya DC tubular motors

Plugin for [pimatic](https://pimatic.org/) to support DC tubular motors used in motorized roller blinds made by Chinese company [Dooya](http://www.dooya.com) and other vendors (like AKKO) who use the same chipset. Requires 433,92 MHz transmitter connected to raspberry pi.

The plugin emulates 433 MHz remote control including "up", "down" and "stop" buttons, so you will need actual values from a remote to replicate. You can't teach a receiver an additional remote because it can only hold one at a time.

## Installation
```
npm install pimatic-dooya
```

Important: if you do not run pimatic as root your user must be a member of the `gpio` group, and you may need to configure udev with the following rule (assuming Raspberry Pi 3):

```console
$ cat >/etc/udev/rules.d/20-gpiomem.rules <