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
- Host: GitHub
- URL: https://github.com/codedealer/pimatic-dooya
- Owner: codedealer
- Created: 2017-12-30T19:40:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T20:25:29.000Z (over 2 years ago)
- Last Synced: 2025-10-27T10:54:37.581Z (7 months ago)
- Language: CoffeeScript
- Size: 221 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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 <