Mercurial > templog
comparison README.md @ 512:ac77dd191d49
add a picture
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 26 Jun 2014 23:06:10 +0800 |
parents | README@fa282fb36f04 |
children | 4ddc5d5cab37 |
comparison
equal
deleted
inserted
replaced
511:cf52d5817709 | 512:ac77dd191d49 |
---|---|
1 Wort fermentation control. | |
2 | |
3 py/ code runs on a raspberry pi with ds18b20 sensors. | |
4 Dependencies can be installed with pip from requirements.txt | |
5 | |
6 This is implemented using gevent so the fridge, sensors, uploader | |
7 etc are each written as independent tasks. | |
8 | |
9 --- | |
10 | |
11 web/ code is a Bottle web app for showing graphs and also | |
12 controlling the temperature from a phone-optimised UI | |
13 | |
14 https://evil.ucc.asn.au/~matt/templog/ is live | |
15 | |
16 ![graph](templog.png) | |
17 | |
18 --- | |
19 | |
20 old/ is the previous version that ran on an avr talking over a serial bluetooth device | |
21 with a separate internet-connected router relaying to the web interface. | |
22 | |
23 | |
24 Matt Johnston | |
25 [email protected] | |
26 | |
27 This code may be freely used, distributed, relicensed, and modified for any purpose. |