amolenaar / brewberry-pi-python

Raspberry Pi based home brewery automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brewberry-π Build Status Codacy Badge BCH compliance

Raspberry Pi based homebrew automation.

Given a DS18B20 temperature sensor, a solid state relays and a wifi connector, automate the mash process. At least, that's the plan.

Resources:

Starting the application

To start the application, from this directory execute:

python -m brewberry [--fake]

The --fake option can be given to start the fake (non raspberry) io driver.

The web server will be listening on port 9080.

To start the application at boot time, add the following lines to /etc/rc.local:

echo "Starting Brewberry-PI"
(cd /home/pi/brewberry-pi && /usr/bin/python -m brewberry; ) &

About

Raspberry Pi based home brewery automation


Languages

Language:Python 73.7%Language:JavaScript 16.7%Language:HTML 4.0%Language:Gherkin 3.5%Language:CSS 2.0%Language:Shell 0.2%