view README.md @ 513:56cdea43b366

use requests rather than urllib2, better ipv6->ipv4 fallback
author Matt Johnston <matt@ucc.asn.au>
date Fri, 25 Jul 2014 23:53:38 +0800
parents ac77dd191d49
children 4ddc5d5cab37
line wrap: on
line source

Wort fermentation control.

py/ code runs on a raspberry pi with ds18b20 sensors.
Dependencies can be installed with pip from requirements.txt

This is implemented using gevent so the fridge, sensors, uploader
etc are each written as independent tasks.

---

web/ code is a Bottle web app for showing graphs and also
controlling the temperature from a phone-optimised UI

https://evil.ucc.asn.au/~matt/templog/ is live

![graph](templog.png)

---

old/ is the previous version that ran on an avr talking over a serial bluetooth device
with a separate internet-connected router relaying to the web interface.


Matt Johnston
[email protected]

This code may be freely used, distributed, relicensed, and modified for any purpose.