Skip to content

Take data from a Chirp soil moisture sensor and put it into graphite.

Notifications You must be signed in to change notification settings

JasperWallace/chirp-graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chirp/Graphite

Some code to talk to a Chirp soil moisture sensor over i2c (e.g. on a raspberry pi), and then send the data to graphite.

setup

# apt-get install python-smbus

add the user that's going to run the code to group i2c, this avoids having to run it as root:

# usermod -a -G i2c <user>

notes

The sensor source code is here:

https://github.com/Miceuz/PlantWateringAlarm/blob/release/sensor/src/main.c

About

Take data from a Chirp soil moisture sensor and put it into graphite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages