204
|
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
|
208
|
6 This is implemented using gevent so the fridge, sensors, uploader
|
|
7 etc are each written as independent tasks.
|
|
8
|
204
|
9 ---
|
|
10
|
|
11 web/ code is a Bottle web app for showing graphs and also
|
208
|
12 controlling the temperature from a phone-optimised UI
|
204
|
13
|
209
|
14 https://evil.ucc.asn.au/~matt/templog/ is live
|
|
15
|
204
|
16 ---
|
|
17
|
|
18 old/ is the previous version that ran on an avr talking over a serial bluetooth device
|
|
19 with a separate internet-connected router relaying to the web interface.
|
|
20
|
|
21
|
|
22 Matt Johnston
|
|
23 [email protected]
|
|
24
|
|
25 This code may be freely used, distributed, relicensed, and modified for any purpose.
|