Ecosyste.ms: Awesome
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: about 16 hours ago
JSON representation
RRD graphs for current and historic temperatures and humidity
- Host: GitHub
- URL: https://github.com/mnalis/temp-rrd
- Owner: mnalis
- License: gpl-3.0
- Created: 2018-11-02T15:35:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T05:38:43.000Z (11 months ago)
- Last Synced: 2023-12-12T06:27:59.368Z (11 months ago)
- Topics: cron, raspberry-pi, sensor, temperature
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.