https://github.com/codedealer/pimatic-livolo
Pimatic plugin for livolo remote switches
https://github.com/codedealer/pimatic-livolo
Last synced: about 1 year ago
JSON representation
Pimatic plugin for livolo remote switches
- Host: GitHub
- URL: https://github.com/codedealer/pimatic-livolo
- Owner: codedealer
- License: gpl-2.0
- Created: 2017-12-24T00:23:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T04:36:44.000Z (about 6 years ago)
- Last Synced: 2025-03-06T02:46:29.550Z (about 1 year ago)
- Language: CoffeeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Livolo pimatic plugin
Plugin for [pimatic](https://pimatic.org/) to support livolo remote switches. Requires 433 MHz transmitter connected to raspberry pi.
The plugin emulates livolo 433 MHz remote control, so you will need actual values for remote Id and also key codes. If you don't have those you can use these:
Remote Ids:
* 6400; 19303; 10550; 8500; 7400
Key codes (buttons on remote):
```
#1: 0, #2: 96, #3: 120, #4: 24, #5: 80, #6: 48, #7: 108, #8: 12, #9: 72; #10: 40, #OFF: 106
```
## Installation
```
npm install pimatic-livolo
```
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 <