Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksandrzelentsov/templog
A simple service that logs Raspberry PI's temperature into a logfile on your system.
https://github.com/oleksandrzelentsov/templog
raspberry-pi temperature temperature-monitoring
Last synced: 8 days ago
JSON representation
A simple service that logs Raspberry PI's temperature into a logfile on your system.
- Host: GitHub
- URL: https://github.com/oleksandrzelentsov/templog
- Owner: oleksandrzelentsov
- License: gpl-3.0
- Created: 2018-08-07T09:28:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T14:36:37.000Z (over 6 years ago)
- Last Synced: 2024-11-06T21:36:03.933Z (about 2 months ago)
- Topics: raspberry-pi, temperature, temperature-monitoring
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Templog
It's a simple service that logs Raspberry PI's temperature into a logfile on your system.## Dependencies
- vcgencmd
- systemd
- rsyslog
- bash
- make## Installation
```bash
git clone https://github.com/oleksandrzelentsov/templog && cd templog && sudo make install
```## Looking at logs
You can use `journalctl`, but I find it comfortable like this:
```bash
less +F /var/log/temperature.log
```