Brewpi for Herms

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

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

canmorebrewguy

Well-Known Member
Joined
Oct 5, 2015
Messages
103
Reaction score
15
Has anyone tried the Brewpi for a HERMS system. I have read posts that members have used it with the fermentation settings but I saw that there was a new firmware release and I was wondering if it was the mashing release that Elco has said was coming.
Cheers,
CBG
 
I did my first mash with the BrewPI Spark two weeks ago, using a recirculating BIAB setup.

It worked pretty well, although there certainly are improvements to be made.

There was a bit of overshooting, but I think that mainly has to do with my configuration, which needs to be dialed in.

ORANGE is target temp, BLUE is temp sensor at pump, which is used to control the heating element, and GREEN is a sensor submerged in the grain bed.

9578c01674448496b5335d28b348cc8b5b417c17.png


The green spike at 14:50 was when I removed the sensor, for adding the grains, the blue spike at 16:05 was when I applied a gas burner as supplementary heating, and has nothing to do with the software.

There is a long mash related thread here: https://community.brewpi.com/t/using-brewpi-0-4-for-mashing/1184

Here is my list of issues, which may or may not be accurate:

  • The touch screen is currently for display only, you still have to control everything from the web interface on the RaspberryPI
  • WIFI doesn't work yet, so you have to have a USB connection between the RaspberryPI and the BrewPI Spark
  • You still can only apply temperature control to one vessel at a time
  • The web interfacet on the RaspberryPI is still 100% fermentation oriented, which can be confusing when you are mashing
  • While it is possible to do temperature control, as well as turning relays on/off from the web interface, regulating the boil requires low level commands to be sent from an undocumented php page, in the format of messageType = writeDevice, message = {&#8220;i&#8221;:, &#8220;w&#8221;:<0-100>}
  • No documentation. Until the web interface has been redone, you need to find your answers on https://community.brewpi.com

Bottom line is that I'm pretty happy with it for now, even though I am really looking forward for future improvements :)

Cheers ...
 
Still sounds pretty rough. Im wondering if it isnt just possible to get two brewpi's going. One for Mash and one for boil, and using them as plugnplay PID's?
 
Wow. I'm surprised about that assessment given the passage of time since the Spark fork and the apparent blooming of The BrewPi Store offerings (did any of that actually happen?).

I opened this thread expecting the question pertained to using the classic/legacy (Arduino) BrewPi to run a mash, knowing that the max target temperature that version will accept is 86°F -just a bit shy of any mash profile ;)

Cheers!
 
Wow. I'm surprised about that assessment given the passage of time since the Spark fork and the apparent blooming of The BrewPi Store offerings (did any of that actually happen?).

I opened this thread expecting the question pertained to using the classic/legacy (Arduino) BrewPi to run a mash, knowing that the max target temperature that version will accept is 86°F -just a bit shy of any mash profile ;)

Cheers!

The crazy thing is, that the coding for this is super simple and shouldn't take more than a couple of days to write up.

Honestly, it is opening up each module inserted to a flexible profile. So instead of for example one outlet being assigned to "cooler" or "heater", they can simply create another profile called "mash heater" and "boil heater" and let the user assign pins to those. Then its just a question of ifelse or while statements.
 
Back
Top