https://github.com/mkj/wort-templog
Beer fermentation control on a Raspberry Pi and web graphing UI (superseded by https://github.com/mkj/fridgyeast)
https://github.com/mkj/wort-templog
Last synced: about 1 year ago
JSON representation
Beer fermentation control on a Raspberry Pi and web graphing UI (superseded by https://github.com/mkj/fridgyeast)
- Host: GitHub
- URL: https://github.com/mkj/wort-templog
- Owner: mkj
- License: other
- Created: 2014-06-26T13:39:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T12:36:11.000Z (over 5 years ago)
- Last Synced: 2025-04-09T12:21:58.502Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 9.14 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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


---
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
matt@ucc.asn.au