Bash script for pushing Raspberry Pi data to Pachube using cron
Visit the following link if you need help getting rpi2pachube working:
http://cameriworkbench.blogspot.com/2013/01/pushing-raspberry-pi-data-to-cosm-using.html
- Debian-flavor "ifstat command". Run "ifstat -v"; You should have version 1.1.
- realpath command for setup.sh. Run "realpath --version" to see if you have it installed. Use apt-get or pacman to install it depending on which linux distro you are using.
rpi2pachube gathers performance data from your Raspberry Pi (temperature, load, network throughput, etc.) at 5 minute intervals and pushes this data to Pachube. From Pachube, you can watch how your Pi is doing from basically anywhere in the world.
- Create an account on Pachube, create a new Device feed and a new API key for that device with Write privileges.
- Clone the github repository: $ git clone https://github.com/Cameri/rpi2pachube.git
- Run the configuration utility: $ ./setup.sh
That's it.
If you have found a bug or you have an idea to enhance rpi2pachube, please open a new issue.