Setup guide for BrewKegs, iSpindel fermentation monitoring, Raspberry Pi KegScales, Live Keg View and pour notifications.
🏠 Home 📰 Release Notes 🌡️ Manage iSpindels ⚖️ Manage KegScales 🍺 Keg Analytics
A visual keg graphic shows beer remaining, litres, pints and percentage full.
BrewKegs can detect a drop in beer level and record it as a pour.
Optional email alerts can be sent to the account user when a pour is detected.
Each keg stores its own empty weight so KegScales can calculate beer left accurately.
BrewKegs tracks a beer from fermentation through to the final pint. The normal workflow is:
This links the brew to the keg so KegScales can use the correct final gravity when calculating litres remaining.
The Pi local web app is normally available at:
http://kegscales:5000/ http://kegscales.local:5000/ or http://your-pi-ip:5000/
| Setting | Value |
|---|---|
| Web Address | http://api.brewkegs.co.uk |
| Receiver Path | kegscale_receiver.php |
| Kegs Path | kegscale_kegs.php |
| Token | Your generated KegScales token/code |
Enter these on the Raspberry Pi KegScales Setup page.
| HX711 | Raspberry Pi |
|---|---|
| VCC | 3.3V recommended |
| GND | GND |
| DT | GPIO 5 |
| SCK | GPIO 6 |
Each keg has its own saved empty weight. Once saved, you do not need to zero every time you swap kegs.
Keg Analytics shows:
The Live Keg View gives a quick visual indication of beer left in the keg.
BrewKegs can send an email when a pour is detected. The Keg Analytics page shows:
You can enable or disable pour emails from the Keg Analytics page.
BrewKegs stores new API readings in UTC and displays them in the user's configured timezone. For UK users this means winter time and British Summer Time should be handled correctly.
| Problem | Check |
|---|---|
| Pi page does not load | Try http://kegscales:5000/, http://kegscales.local:5000/ or the Pi IP address. |
| Weight is wrong | Re-zero and recalibrate with a known weight near working range. |
| Beer left is wrong | Check selected keg, empty keg weight, transferred brew and Final Gravity. |
| No pour emails | Check email notifications are enabled and the account email address is correct. |
| Device offline | Check Pi power, Wi-Fi and API settings. |
| Wrong time | Check the latest reading is being saved by the current API receiver and that display pages use timezone conversion. |