I had planned to have a brewday on this Bank Holiday Monday, but instead I’m having a Social Day…
Something has aggravated the old Back.
The recipe was to be this..
Although Since I was having trouble getting the Bastogne Yeast, I had to settle for
White Labs WLP500 – Trappist Ale Yeast
Once in the FV I was going to keep a tight control on the temperature as it’s rumoured to a bit unwieldy , we’ll see …
Thats if the yeast is Ok as it’s been stored in the fridge for 3 weeks whilst waiting for Orange Peel !!
Hopefully i’ll get to it later in the week or next weekend
I have also been tweaking the BrewPi web code to show me which system I am looking at.
I have changed the hostname of each system, found in /etc/hostname and also not forgetting to change it in /etc/hosts ..
I have two RaspberryPi controller BrewPi’s, one in a green Case and the other in a Black case so naturally they’re greenpi and blackpi
I changed line 29 in the beer-panel.php to
<span id=”beername”><?php echo gethostname();?> Is Fermenting: <?php echo $beerName;?></span>
and also changed the index.php line 39 to be
<title><?php echo gethostname();?> reporting for duty!</title>
much better, I can now tell which is which.