https://github.com/rhthomas/temp-monitor
Temperature monitor using Python3 and Raspberry Pi Zero.
https://github.com/rhthomas/temp-monitor
Last synced: 2 months ago
JSON representation
Temperature monitor using Python3 and Raspberry Pi Zero.
- Host: GitHub
- URL: https://github.com/rhthomas/temp-monitor
- Owner: rhthomas
- Created: 2016-12-10T17:02:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T17:35:35.000Z (over 8 years ago)
- Last Synced: 2025-01-25T16:32:01.201Z (4 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# temp-monitor
Temperature monitor using Python3 and Raspberry Pi Zero`temp.py` records the temperature from a BMP180 and timestamps it, then pushes it to a CSV file.
`plot.py` plots the data on a (time,temp) axis. Since the Pi-0 is running headless it has no front end and so matplotlib needs to render with 'Agg'.
`cron.txt` is the crontab setup so that the temperature is recorded every 5 minutes and the plot is generated every day at 23:59.