Gusius also has a mod to add another inlet for filtered watered for the brew side of things. This way he's not using his filtered water for the cooling circuit. Its pretty well documented, but i think some of his product links are now defunct as a result of turnover on aliexpress.
If you dig into the file system on the SD card you can see how it parses all the recipes. Basically every step of the brew has a list of commands that include every valve position, pump on/off, burner on/off, and a couple of others that are probably weight sensors, set temps, etc. These steps are then all compiled below that to indicate how long each step should take and in what series of loops they should run to complete the brew. I started decoding some of it but, as with most things in life these days, i need more time. The brewie's linux system translates these and sends them to the microcontroller to actually do things (which is the part the gusius was 'sniffing'.)
If you dig into the file system on the SD card you can see how it parses all the recipes. Basically every step of the brew has a list of commands that include every valve position, pump on/off, burner on/off, and a couple of others that are probably weight sensors, set temps, etc. These steps are then all compiled below that to indicate how long each step should take and in what series of loops they should run to complete the brew. I started decoding some of it but, as with most things in life these days, i need more time. The brewie's linux system translates these and sends them to the microcontroller to actually do things (which is the part the gusius was 'sniffing'.)
More information here hacking in.
http://think.gusius.com/brewie-sniffing-the-control-board-uart/
Credit and kudos to the user. Maybe they are already a member here?