Python Daemon for Raspberry Pi
- Clone it
- Run install.sh as the superuser
- Reboot your Raspberry Pi
- Enjoy your fresh Blinktemp!
-
Setting your own temperature range.
To set your own temperature range, first stop the service.
sudo systemctl stop blinktempNext, open
blinktemp.shin a text editor, like so:nano ./blinktemp.shfrom 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 rangeExample:
DAEMON_OPTS="-tb 32 -tl 79"Now run
sudo ./install.shagain to re-install, update, and restart the service.