hyg-usb is a small temperature and relative humidity sensor YOU CAN HACK. It is based on a PIC 16F1455 and a Si7021 sensor and comes with a preinstalled firmware ( see http://www.macareux-labs.com for details )
This is a collectd plugin to allow simple integration on your monitoring infrastructure.
To compile this project, you will need to install:
1. libusb-1.0
2. collectd-dev
If you are running Debian or one of its siblings, just type as root :
apt-get install libusb-1.0-0-dev collectd-dev
The sources are available on github: https://github.com/bplessis/hyg-usb_collectd You can retrieve them as a zip file with your favorite web browser or,better, just use git.
$ make
$ [sudo] cp hygusb.so /usr/lib/collectd/
Add "LoadPlugin hygusb" in your collectd
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request !
Mar 2016: V0.1 - First release
This project is placed under the MIT License. See LICENSE file for details