07: German Hefeweizen Beer Recipe | All Grain Weizen/Weissbier by SpencerG11 | Brewer's Friend (2024)

Brew your best beer EVER. Save 10% on Brewer's Friend Premium today. Use code TAKE10.Sign Up×

SpencerG11

Beer Stats

Method:All Grain
Style:Weizen/Weissbier
Boil Time:90 min
Batch Size: 5.5 gallons (fermentor volume)
Pre Boil Size:7.5 gallons
Pre Boil Gravity:1.036(recipe based estimate)
Efficiency: 70% (brew house)
Source:MoreBeer Kit #440

Rating:

4.50(2 Reviews)


Calories:165 calories (Per 12oz)
Carbs:16.7 g (Per 12oz)

Created: Friday March 6th 2015

Want no ads? Go Premium and unlock all our brewing tools!

Fermentables

AmountFermentableCostPPG°LBill %
6 lbGerman - Pale Wheat391.560%
4 lbGerman - Pale Ale392.340%
10 lbs / $0.00

Hops

Amount Variety Cost Type AA Use Time IBU Bill %
0.50 oz Northern Brewer Pellet 7.8 Boil 60 min 15.23 100%
0.50 oz / $0.00

Mash Guidelines

AmountDescriptionTypeStart TempTarget TempTime
2.5 galProtein RestInfusion--122 °F30 min
2.5 galSacc RestInfusion--150 °F30 min
0.6 galBatch SpargeSparge--170 °F10 min
Starting Mash Thickness:1.33qt/lb

Yeast

White Labs - Hefeweizen Ale Yeast WLP300

Amount:

1Each

Cost:

Attenuation (avg):

74%

Flocculation:

Low

Optimum Temp:

68 - 72 °F

Starter:

Yes

Fermentation Temp:

62°F

Pitch Rate:

1.0(M cells / ml / ° P)258 B cells required
$0.00Yeast Pitch Rate and Starter Calculator

Notes

Mash rest at 122F, 1qt/lb at 132F
Next rest at 150F with 6qt boiling water
Mash out with 6qt boiling
Batch sparge with 6qt 175F
Lauter very slowly, took 1.5 hours start to finish
First runnings exactly 12 Brix
First runnings all in kettle 12.8 Brix (1.052)
Second runnings 7.5 Brix (1.030)
Third runnings 5.9 Brix (1.030)
Preboil OG was 11 Brix (1.044) out of kettle valve
90 min boil
Maybe 1 gal water left behind with grains
Lots of boil off. Added 2qts hot water at 18 minutes. Bad idea, diluted everything
Original gravity 12 Brix (1.048)
Pitching temp was 68-70F
Fermented in boil kettle with cold water at 60-62F for 9 days then added to temp fridge at 68F. SG when added to fridge was 1.010.
Beer is darker than expected. Will let sit at 68F for 2 days then crash cool in boil kettle with ice before bottling.

Last Updated and Sharing

07: German Hefeweizen Beer Recipe | All Grain Weizen/Weissbier by SpencerG11 | Brewer's Friend (4)

  • Public: Yup, Shared
  • Last Updated: 2018-02-12 08:50 UTC

NEW Water Requirements:
07: German Hefeweizen

Equipment Profile Used

System Default

Close

Print

Water Requirements:
07: German Hefeweizen

Close

Print

' + frontendQWRResults['equipmentProfileName'] + '

';$('#new_waterrequirement_results').append(profileInfo) .append('

') .append('

');// add div placeholders for warnings and volume resultsvar modalWarnings = $('#waterrequirement_warnings');var modalVolumes = $('#waterrequirement_volumes');// add table column headers based on current display unitif ('us' == units) {modalVolumes.append('

WaterGallonsQuarts

');} else {modalVolumes.append('

WaterLiters

');}var volumeContent = '';var totalContent = '';var showDiscrepancyWarning = false;// fill in QWR volume content$('.ui.view_new_waterrequirement_dialog.modal .ui.form').removeClass('loading');Object.keys(frontendQWRResults).forEach(function (volume) {var contentJSON = frontendQWRResults[volume];if ('warning' == contentJSON.messageType && contentJSON.message && contentJSON.message.length > 0) {modalWarnings.append('

' + contentJSON.message + '

');return;}if ('total' == volume) {totalContent = '

';if ('us' == units) {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON), 2) + '';} else {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '';}totalContent += '

';return;}if ('equipmentProfileName' == volume) {return;}var estimationMessage = '';if (isNumber(contentJSON.estimatedVolume)) {var volumeDiscrepancy = rounddecimal((contentJSON.estimatedVolume - contentJSON.volume), 2);if (volumeDiscrepancy > 0.01 || volumeDiscrepancy < -0.01) {var estimatedValue = '';if ('us' == units) {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " gal | " + rounddecimal(gallonsToQuarts(contentJSON.estimatedVolume), 2) + " qt";} else {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " L";}estimationMessage = '';showDiscrepancyWarning = true;}}if ('us' == units) {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON.volume), 2) + '

';} else {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '

';}});if (showDiscrepancyWarning) {modalWarnings.prepend('

NOTE: There appears to be at least one volume discrepancy between our estimations and your volumes. Check tooltip(s) below for details.

');}modalVolumes.append('

' + volumeContent + '

').append(totalContent);$('#new_waterrequirement_results').append('Brewer\'s Friend generated the above breakdown of water usage for the recipe. This is a combination of the recipe and the selected

equipment profile

. Volumes listed are calibrated to 68 °F / 20 °C.');$('#new_waterrequirement_results').fadeIn();$('#new_waterrequirement_results .exclamation').popup();}function loadWaterRequirementDialog() {$('.ui.view_waterrequirement_dialog.modal .ui.form').addClass('loading');$('#waterrequirement_results').hide();$('#waterrequirement_results').html("");// get the queryvar query = (typeof getQWRQuery != 'undefined') ? getQWRQuery() : '';// persist the change to the system$.ajax({url: "https://www.brewersfriend.com/homebrew/quick/waterrequirements/" + recipeIdForDialog+'?'+query,type: "GET",cache: false,timeout: 20000,success:function(data) {$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html(data);$('#waterrequirement_results').fadeIn();},error:function(request, status, error) {alert("There was an error loading the water requirements. Please make sure you are connected to the internet and try again.");$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html("Unable to get water requirements.");$('#waterrequirement_results').fadeIn();}});}

Recipe Cost $ (USD)

Recipe costs can be adjusted by changing the batch size. They won't be saved but will give you an idea of costs if your final yield was different.

Gallons

Cost $ Cost %
Fermentables $
Steeping Grains
(Extract Only)
$
Hops $
Yeast $
Other $
Cost Per Barrel $ 0.00
Cost Per Pint $ 0.00
Total Cost $ 0.00

Ok

Other Brewers Who Brewed This Recipe:

Chaserb

joeymuffs

Discussion about this recipe:

You must be logged in to add comments.

If you do not yet have an account, you may register here.


07: German Hefeweizen Beer Recipe | All Grain Weizen/Weissbier by SpencerG11 | Brewer's Friend (5)
Luiz Pires 10/01/2017 at 02:28am

4 of 5



07: German Hefeweizen Beer Recipe | All Grain Weizen/Weissbier by SpencerG11 | Brewer's Friend (6)
imago 02/12/2018 at 08:50am

5 of 5



Back To Top

07: German Hefeweizen Beer Recipe | All Grain Weizen/Weissbier by SpencerG11 | Brewer's Friend (2024)

References

Top Articles
Best Healthy - Recipes.net
Vegan Shepherd's Pie (Easy Recipe!)
Jack Doherty Lpsg
How To Start a Consignment Shop in 12 Steps (2024) - Shopify
Katie Nickolaou Leaving
Places 5 Hours Away From Me
I Make $36,000 a Year, How Much House Can I Afford | SoFi
Craigslist Vans
Celebrity Extra
What Auto Parts Stores Are Open
Trade Chart Dave Richard
Marist Dining Hall Menu
Cosentyx® 75 mg Injektionslösung in einer Fertigspritze - PatientenInfo-Service
Mikayla Campino Video Twitter: Unveiling the Viral Sensation and Its Impact on Social Media
Best Restaurants In Seaside Heights Nj
Declan Mining Co Coupon
Edible Arrangements Keller
Craigslist Pikeville Tn
Best Suv In 2010
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
V-Pay: Sicherheit, Kosten und Alternativen - BankingGeek
Craigslist Southern Oregon Coast
Boscov's Bus Trips
Bill Remini Obituary
Crossword Help - Find Missing Letters & Solve Clues
Kirsten Hatfield Crime Junkie
Prep Spotlight Tv Mn
Hellraiser 3 Parents Guide
Pioneer Library Overdrive
Wrights Camper & Auto Sales Llc
Ncal Kaiser Online Pay
Florence Y'alls Standings
Grays Anatomy Wiki
All Things Algebra Unit 3 Homework 2 Answer Key
Manatee County Recorder Of Deeds
Gets Less Antsy Crossword Clue
MSD Animal Health Hub: Nobivac® Rabies Q & A
Wo ein Pfand ist, ist auch Einweg
Topos De Bolos Engraçados
Improving curriculum alignment and achieving learning goals by making the curriculum visible | Semantic Scholar
Updates on removal of DePaul encampment | Press Releases | News | Newsroom
VDJdb in 2019: database extension, new analysis infrastructure and a T-cell receptor motif compendium
Panolian Batesville Ms Obituaries 2022
Dr Mayy Deadrick Paradise Valley
2Nd Corinthians 5 Nlt
Why Are The French So Google Feud Answers
Cabarrus County School Calendar 2024
Mychart University Of Iowa Hospital
Cleveland Save 25% - Lighthouse Immersive Studios | Buy Tickets
Dagelijkse hooikoortsradar: deze pollen zitten nu in de lucht
Boyfriends Extra Chapter 6
Public Broadcasting Service Clg Wiki
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6046

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.