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