• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

BrewPi multiple fermenter firmware

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

etk29321

Well-Known Member
Joined
Mar 25, 2011
Messages
112
Reaction score
26
Location
Raleigh
I've been hacking on some firmware for quite a while now that can support multiple fermenters on a glycol system with a BrewPi. I know this is a feature coming eventually to the stock firmware. Until then though, this hack is finally fully configurable without recompiling the code.

It's still rough, but I'm putting it out there if anyone else needs a stopgap till the stock firmware has these features. I run two fermenters off a glycol chiller and use this firmware to control the chillier, glycol pump, glycol valves to each fermenter, and heaters for the fermenters. It is perfectly adequate for my needs.

https://github.com/etk29321/BrewPi2-firmware/wiki/Installation-and-Configuration

What it does do:

  • Allows any number of fermenters
    Connection class gives flexibility to "hook up" PIDs and GPIO inputs to GPIO outputs. For example, my glycol pump comes on if either fermenter calls for cooling.
    Direct Wifi connection at the BrewPi, no RPi needed
    Support for mDNS discovery, ntp, and syslog
    Historical graphing can be done with Nagios

What it doesn't do:

  • There is no pretty gui. Interface is via telnet.
    It is not compatible with the BrewPi gui
    There is no local display on the device
 
Back
Top