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
|
|
6 ---
|
|
7
|
|
8 web/ code is a Bottle web app for showing graphs and also
|
|
9 controlling the temperature from a phone-optimised UI
|
|
10
|
|
11 ---
|
|
12
|
|
13 old/ is the previous version that ran on an avr talking over a serial bluetooth device
|
|
14 with a separate internet-connected router relaying to the web interface.
|
|
15
|
|
16
|
|
17 Matt Johnston
|
|
18 [email protected]
|
|
19
|
|
20 This code may be freely used, distributed, relicensed, and modified for any purpose.
|