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
- Host: GitHub
- URL: https://github.com/gonzalo123/humidity
- Owner: gonzalo123
- Created: 2017-01-14T12:19:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T12:44:00.000Z (over 9 years ago)
- Last Synced: 2025-10-10T01:32:47.956Z (9 months ago)
- Topics: iot, python
- Language: Python
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```