https://github.com/cafca/humino
Monitor soil humidity using a Raspberry Pi, an Arduino and some soil humidity sensors
https://github.com/cafca/humino
Last synced: 24 days ago
JSON representation
Monitor soil humidity using a Raspberry Pi, an Arduino and some soil humidity sensors
- Host: GitHub
- URL: https://github.com/cafca/humino
- Owner: cafca
- License: mit
- Created: 2018-09-15T14:21:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T21:12:58.000Z (over 7 years ago)
- Last Synced: 2025-01-15T10:57:15.881Z (over 1 year ago)
- Language: Python
- Size: 537 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HUMINO
A Telegram bot running on a Raspberry Pi that uses a connected Arduino and some
soil humidity sensors to monitor your plants and sends you notifications when
they need to be watered.

Read my blog post about this project [here](https://blog.vincentahrend.com/posts/humino/)
## Setup
- Use Python3 and a virtual environment
- Create humino/config.py from config.sample.py, enter Telegram API token
- On Raspberry do `apt install libatlas-base-dev` for numpy
- on Raspberry, also `apt install libglib2.0-dev libgirepository1.0-dev libcairo2-dev` and then `pip install PyGObject` for seaborn
- Do `pip install -r requirements.txt` and `pip install jupyter` if you want to use that
- Transfer `humino.ino` to the Ardunino and connect sensors
- Either: Wait a couple of days, then transfer `HUMINO.CSV` to a subdirectory `data`
- Or connect a Raspberry Pi, run `service.py` to read values from Arduino and `humino.py` to make plot + predictions
- Edit, then copy humino.service.sample to `/lib/systemd/system/humino.service`
## LICENSE
Copyright (c) 2018 Vincent Ahrend
Licensed under the MIT License. See LICENSE file.