blob: 5177cda30d258e69d6c8cb4a7b2010cb966a27dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Raspberry Pi Temperature Monitor
================================
Installation
------------
1. Add the following lines to your Pi's /etc/modules
> w1-gpio
> w1-therm
2. Reboot, or run:
> sudo modprobe w1-gpio
> sudo modprobe w1-therm
3. Set the correct settings in the config.yml file
Running
-------
The software runs like an initscript. Once started, it daemonises and returns you to a terminal.
> ruby temp.rb start
> ruby temp.rb restart
> ruby temp.rb stop
|