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

https://github.com/gonzalo123/humidity

Control humidity with IoT stuff
https://github.com/gonzalo123/humidity

iot python

Last synced: 4 months ago
JSON representation

Control humidity with IoT stuff

Awesome Lists containing this project

README

          

# humidity controller

My stuff:
* Wemo switch (http://www.belkin.com/us/p/P-F7C027/).
* One BeeWi temperature & humidity sensor http://www.bee-wi.com/bbw200,us,4,BBW200-A1.cfm.
* Raspberry Pi 3

Idea: Switch on dehumidifier when humidity is over threshold. Switch off when it's below threshold
## dependecies
```
pip install
npm install
```
## scripts
### reader.js
* it reads temperature and humidity from my BeeWi sensor via BTLE

### dehumidifier.py
* Reads humidity from reader.js and triggers the switch
* This script will be running within crontab

## crontab example
```
*/1 * * * * /mnt/media/projects/hum/dehumidifier.py ff:ff:ff:ff:ff:ff Switch1 50
```