Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/node-washerdryer-monitor
https://github.com/securingsincity/node-washerdryer-monitor
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/securingsincity/node-washerdryer-monitor
- Owner: securingsincity
- License: mit
- Created: 2018-01-20T00:56:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:08:44.000Z (about 2 years ago)
- Last Synced: 2024-11-08T02:09:49.385Z (about 2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Washer Dryer Monitor
* IFTTT triggers when appliances begin or end their cycles based on https://github.com/Shmoopty/rpi-appliance-monitor
* Creates a webserver to monitor the status of the appliance at `localhost:3000/status`
## Install```
npm install
export MAKER_EVENT_NAME=YOUR_MAKER_EVENT_NAME
export MAKER_KEY=YOUR_MAKER_KEY
export PIN=YOUR_GPIO_PIN
node index.js
```## Todo
- [ ] integrate with google home to get status
- [ ] make port configurable
- [ ] support other types of alerts