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
- Host: GitHub
- URL: https://github.com/lexoyo/smart-plug-noise-control
- Owner: lexoyo
- Created: 2018-01-20T00:06:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T18:49:22.000Z (over 7 years ago)
- Last Synced: 2025-01-24T17:20:16.279Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```