summaryrefslogtreecommitdiff
path: root/README.md
blob: f410fd71210f6c8d47372d49992fd81b86a5f611 (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
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