I'm a passionate homebrewer and like to code. Because I like the handcraft part by brewing beer the goal was not to automate very much. So I tried several solutions like the craftbeerpi and other projects but none of these fitted my needs. The result is an online Diary for homebrewers. It is coded in python3 and django. One Requirement is a temperature sensor. I used a DS18B20.
- creating recepies
- Name
- Style
- OG & FG
- Mashingplan
- Hopplan
- store temperature in a database
- creating graphs with Highcharts
- guidance during brewing like:
- mashing in at 58 °C
- keeping 63 °C for 13 min
- you are at fermentation step since 3 days and 7 hours
- python3
- django
- raspberry pi
- ds18b20
Start webserver: python3 manage.py runserver --> localhost:8000/admin Username: admin Password: admin
- better way to modify recepies
- english version
- hover over ingredients to get details about it
- hover over beerstyles to get details about it