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

https://github.com/lexoyo/smart-plug-noise-control

clap your hands to turn smart plug on/off
https://github.com/lexoyo/smart-plug-noise-control

Last synced: 7 months ago
JSON representation

clap your hands to turn smart plug on/off

Awesome Lists containing this project

README

          

turn off smart plug when there is no noise

requires python3 and :

```sh
$ pip install pyW215
$ sudo apt-get install sox # or on mac: $ brew install sox
```

install:
```sh
$ npm i
$ PLUG_IP="192.168.1.32" PLUG_PASS="712804" SLEEP_TIME_MS=600000 node .
```