https://github.com/loopyd/blinktemp
Visual Blinkstick CPU Temperature Indicator for the Raspberry PI - Fully configurable service daemon + installer.
https://github.com/loopyd/blinktemp
Last synced: 5 months ago
JSON representation
Visual Blinkstick CPU Temperature Indicator for the Raspberry PI - Fully configurable service daemon + installer.
- Host: GitHub
- URL: https://github.com/loopyd/blinktemp
- Owner: loopyd
- License: gpl-3.0
- Created: 2017-08-10T03:17:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T06:56:11.000Z (over 8 years ago)
- Last Synced: 2025-03-20T23:29:08.449Z (10 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BLINKTEMP
--------------------
### Visual CPU Temperature indicator
Python Daemon for Raspberry Pi
----
### Installation
1. Clone it
2. Run install.sh as the superuser
3. Reboot your Raspberry Pi
4. Enjoy your fresh Blinktemp!
------
### Configuration
1. Setting your own temperature range.
To set your own temperature range, first stop the service.
```sudo systemctl stop blinktemp```
Next, open ``blinktemp.sh`` in a text editor, like so:
```nano ./blinktemp.sh```
from your download directory. Make a few changes to DAEMON_OPTS:
```
-tb [integer] - option to set the lower temperature range
-tl [integer] - option to set the upper temperature range
```
**Example:**
```DAEMON_OPTS="-tb 32 -tl 79"```
Now run ```sudo ./install.sh``` again to re-install, update, and restart the service.