An open API service indexing awesome lists of open source software.

https://github.com/mnalis/temp-rrd

RRD graphs for current and historic temperatures and humidity
https://github.com/mnalis/temp-rrd

cron raspberry-pi sensor temperature

Last synced: 3 months ago
JSON representation

RRD graphs for current and historic temperatures and humidity

Awesome Lists containing this project

README

          

Creates RRD graphs for current and historic temperatures and humidity, to be
viewed in web browser.

Created to be used on Raspberry Pi with following hardware:

- RaspberryPi internal temperature sensor
libraspberrypi-bin package for Raspbian repository

- USB TEMPer temperature sensor
https://github.com/mnalis/TEMPer-DX

- DHT11 temperature and humidity sensor
https://github.com/adafruit/Adafruit_Python_DHT

- http://openweathermap.org/ Internet source for outside temperatures

but is intended to be easily extendable and run on any GNU/Linux OS.

If you do not have outside sensor (or it is impractical to connect it to
RaspberryPi), you have the option to pull outside temperature from
http://openweathermap.org/

Follow INSTALL.txt for installation instructions.