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
|
|
14 ---
|
|
15
|
|
16 old/ is the previous version that ran on an avr talking over a serial bluetooth device
|
|
17 with a separate internet-connected router relaying to the web interface.
|
|
18
|
|
19
|
|
20 Matt Johnston
|
|
21 [email protected]
|
|
22
|
|
23 This code may be freely used, distributed, relicensed, and modified for any purpose.
|