Kegbot (flow meter and digital taplist) project

Australia & New Zealand Homebrewing Forum

Help Support Australia & New Zealand Homebrewing Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
She does not know the URL, if she does find it...I will change it.



Calibration I used water to get each meter ball park measurements using a 500ml flask. I then hooked up the beer and poured ~250-350 mls into a schooner and weighed it vs an empty schooner.

I assumed 1g = 1ml which is probably wrong but the measurements I am getting from kegbot seem pretty good to me. Around 415-430 for a full schooner with a small amount of head. Slightly over estimating is good for me

I then adjusted the tick/ml and poured again. I will keep testing as I pour for a little while, until I am happy it is reliable and consistent
 
Mr Wibble said:
What about when SWMBO has a higher score than you :blink:
Jeez, I never considered that ever happening.

Moad said:
I assumed 1g = 1ml which is probably wrong but the measurements I am getting from kegbot seem pretty good to me. Around 415-430 for a full schooner with a small amount of head. Slightly over estimating is good for me
Use the FG, so if it were 1.010 then 1 ml would be 1.01 g . That is only 1% so not worth worrying about.
 
How are you measuring the starting volume? I guess if it's a full keg it isn't too hard but measuring partially filled kegs could be a bit tricky. Apologies if this has been answered in a previous post.
 
Rough guess for existing kegs, I could weigh them to be accurate.

The whole thing is a bit of fun and to roughly know when I'm going to kick a keg so not trying to be accurate to the ml
 
Moad said:
Rough guess for existing kegs, I could weigh them to be accurate.

The whole thing is a bit of fun and to roughly know when I'm going to kick a keg so not trying to be accurate to the ml
I weighed my kegs while empty and stuck a sticker with the weight on the keg. when hooking up a new keg, weigh it and deduct the kegs weight and put that into Kegbot as the starting volume.

I've stopped recording the drink lately as my system is a manual glass weighing mod after each pour, worked well and now interested in using these flow meters, thanks for the feedback. The Swissflow meters @ $60US each make it an expensive option

if your interested http://kegbot.spencertribe.com:8000

Had a few parties using it and the manual weighting gets way out towards the end of the night, lots of missed pours or double pours recorded.
 
Moad said:
I got a double pour last night, have you done any troubleshooting on that?
To be honest I thought it was a User (drunk User) problem as my system is a user tap on the screen when they have the glass on the scales.
So never looked further into it. It's possible the System is posted the same data twice to the server.
 
I've only seen it once in 100 pours, it was an identical pour. Could have been no acknowledgment from the server to the core.

Anyway even with this and one or two pours registering way off I am loving the system. I've dialed all my taps to within 10ml on a schooner now, the test will be if the flow rate needs tweaking on a new keg. I'm wondering if the viscosity of the beer affects the measurements. I'll be tapping a dark IPA after a helles so that should be a decent test
 
Moad, good to see it's working well so far. Which connectors did you use to connect the flow meter too your beer lines? I'd like to use a 8mm quick connector thing but can't see them on the kegking site
 
Hey moad, really interested in getting something like this set up on my kegerator. How difficult for a non-IT person to build? Also I was thinking of adding in pressure sensors so I can confirm what pressure each keg is at, not sure how easy that would be to do though?
 
stuartf said:
Hey moad, really interested in getting something like this set up on my kegerator. How difficult for a non-IT person to build? Also I was thinking of adding in pressure sensors so I can confirm what pressure each keg is at, not sure how easy that would be to do though?
Each flow sensor requires an interrupt circuit, each pressure sensor also requires an interrupt circuit, so an arduino could only handle I think 6 taps with flowmeters or 6 pressure sensors or three with both.
 
Not sure about pressure sensors but malt junkie is right, using the arduino mega you can have a max of 6 taps. The back end will read multiple boards, you just have to assign them serial numbers.

Non IT savvy you could work it out with some help (which I am happy to offer). The hardest part is the server side which took some effort for me with minimal linux knowledge. Where are you located?

Something I have noticed after tapping a new keg tonight and I think I mentioned this earlier about pressure being consistent... Because of the minimal headspace in a new keg the pressure drops off quickly when you pour which alters the flow rate. This has affected the measurement of flow for the first few schooners. Once you are ~2L into the keg it isn't an issue but something to be aware of.
 
My system has been really great and consistently within 1L.

over the course of the keg I tweak the flow tick rate a little but not a big issue.

I’ve rebuilt the back end a few times so have a pretty good handle on it now. Got some nfc tokens and swipe on the tablet to automatically assign the pour.

Strongly recommend doing this for anyone with a kegging system and a mild interest in electronics. Happy to assist, the kegbot forum is pretty much dead but I’ve been trying to contribute.
 
Thanks for bumping this post.
Recently built a kegerator that will hold 6 kegs and wanted to get some sort of measurement system so i know when I have to put a new brew down.
Considering the flow meters are only $4.60 on ebay it's going to be quite a cheap project to get setup.
 
Thanks for bumping this post.
Recently built a kegerator that will hold 6 kegs and wanted to get some sort of measurement system so i know when I have to put a new brew down.
Considering the flow meters are only $4.60 on ebay it's going to be quite a cheap project to get setup.
Do you have a link to these?
 
I just noticed this thread. I was wondering if maybe using load cells connected to an Arduino to measure the weight of the keg would be more accurate/easier to use than the flow rate sensors? It would require building little individual weighing platforms for each of the kegs to sit on.

There's an article here that gives a rough guide on how to interface an Arduino with a load cell: https://www.hackster.io/MOHAN_CHANDALURU/hx711-load-cell-amplifier-interface-with-arduino-fa47f3

The load cell accuracy wouldn't be affected by the CO2 pressure and pour rate. There also wouldn't be any need to weigh the keg before hand or to guess how much the starting volume of beer is. As long as it knows the empty weight of a keg, it could calculate how many kilograms of beer you have remaining at any given time.

Although now that you've already got the flow sensor system working, it's probably a bit late to go changing it now.
 
Back
Top