<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>beeramatistirio</title>
	<atom:link href="https://www.beeramatistirio.gr/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.beeramatistirio.gr</link>
	<description>Πρώτες ύλες και εξοπλισμός ζυθοποίησης</description>
	<lastBuildDate>Sat, 27 Jun 2026 10:11:09 +0000</lastBuildDate>
	<language>el</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://www.beeramatistirio.gr/wp-content/uploads/2017/10/favicon-beeramatistirio-100x100.png</url>
	<title>beeramatistirio</title>
	<link>https://www.beeramatistirio.gr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Υπολογιστής απόδοσης συστήματος (Efficiency)</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%cf%80%cf%8c%ce%b4%ce%bf%cf%83%ce%b7%cf%82-%cf%83%cf%85%cf%83%cf%84%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-efficiency/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%cf%80%cf%8c%ce%b4%ce%bf%cf%83%ce%b7%cf%82-%cf%83%cf%85%cf%83%cf%84%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-efficiency/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 10:11:08 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26853</guid>

					<description><![CDATA[Υπολογιστής Απόδοσης Συστήματος Υπολόγισε την απόδοση της ζυθοποίησής σου με βάση τα λίτρα γλεύκους, το OG και την ποσότητα βύνης που χρησιμοποίησες. Όγκος γλεύκους Σε λίτρα. Συνήθως ο τελικός όγκος στον ζυμωτήρα. Μετρημένο OG Η αρχική πυκνότητα του γλεύκους. Συνολική ποσότητα βύνης Συνολικά κιλά βύνης στη συνταγή. Θεωρητικό δυναμικό βύνης Gravity points ανά κιλό ανά [...]]]></description>
										<content:encoded><![CDATA[
<div class="brewhouse-efficiency-calculator">
  <h2>Υπολογιστής Απόδοσης Συστήματος</h2>
  <p>
    Υπολόγισε την απόδοση της ζυθοποίησής σου με βάση τα λίτρα γλεύκους,
    το OG και την ποσότητα βύνης που χρησιμοποίησες.
  </p>

  <label>Όγκος γλεύκους</label>
  <input id="becVolume" type="number" step="any" value="20" placeholder="π.χ. 20">
  <small>Σε λίτρα. Συνήθως ο τελικός όγκος στον ζυμωτήρα.</small>

  <label>Μετρημένο OG</label>
  <input id="becOg" type="number" step="0.001" value="1.050" placeholder="π.χ. 1.050">
  <small>Η αρχική πυκνότητα του γλεύκους.</small>

  <label>Συνολική ποσότητα βύνης</label>
  <input id="becGrainWeight" type="number" step="any" value="5" placeholder="π.χ. 5">
  <small>Συνολικά κιλά βύνης στη συνταγή.</small>

  <label>Θεωρητικό δυναμικό βύνης</label>
  <input id="becPotential" type="number" step="any" value="300" placeholder="π.χ. 300">
  <small>
    Gravity points ανά κιλό ανά λίτρο. Για τις περισσότερες βασικές βύνες μπορείς να αφήσεις 300.
  </small>

  <button id="becCalculateBtn" type="button">Υπολόγισε</button>

  <div id="becResult">Αποτέλεσμα: &#8211;</div>

  <p class="bec-note">
    Η τιμή είναι ενδεικτική. Για πιο ακριβές αποτέλεσμα, κράτα σταθερά τον ίδιο τρόπο μέτρησης:
    ίδιο σημείο μέτρησης όγκου, σωστή θερμοκρασία δείγματος και σωστή ανάγνωση OG.
  </p>
</div>

<style>
.brewhouse-efficiency-calculator{
  max-width:560px;
  margin:20px auto;
  padding:22px;
  border-radius:16px;
  background:#fff8ef;
  border:1px solid #e6c89b;
  font-family:Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.brewhouse-efficiency-calculator h2{
  margin-top:0;
  color:#6b3f00;
}

.brewhouse-efficiency-calculator p{
  color:#6b5a45;
  font-size:14px;
}

.brewhouse-efficiency-calculator label{
  display:block;
  margin-top:14px;
  font-weight:bold;
  color:#3f2a10;
}

.brewhouse-efficiency-calculator input{
  width:100%;
  min-height:52px;
  height:auto;
  padding:12px 14px;
  margin-top:6px;
  border-radius:10px;
  border:1px solid #c9a56a;
  font-size:16px;
  line-height:1.4;
  background:white;
  box-sizing:border-box;
}

.brewhouse-efficiency-calculator small{
  display:block;
  margin-top:5px;
  color:#7a6a55;
  font-size:12px;
}

.brewhouse-efficiency-calculator button{
  width:100%;
  margin-top:18px;
  padding:14px;
  border:none;
  border-radius:12px;
  background:#d99028;
  color:white;
  font-size:17px;
  font-weight:bold;
  cursor:pointer;
}

.brewhouse-efficiency-calculator button:hover{
  background:#b87418;
}

#becResult{
  margin-top:18px;
  padding:16px;
  background:#fff;
  border-radius:12px;
  font-size:17px;
  font-weight:bold;
  color:#222;
  line-height:1.6;
}

.bec-good{
  margin-top:10px;
  padding:10px;
  border-radius:10px;
  background:#f0ffe9;
  color:#2d6b15;
  font-size:14px;
  font-weight:normal;
}

.bec-warning{
  margin-top:10px;
  padding:10px;
  border-radius:10px;
  background:#fff1d6;
  color:#7a4a00;
  font-size:14px;
  font-weight:normal;
}

.bec-note{
  margin-top:14px;
  font-size:12px!important;
  color:#7a6a55!important;
}

@media (max-width:600px){
  .brewhouse-efficiency-calculator{
    padding:18px;
  }
}
</style>

<script>
(function(){
  const becVolume = document.getElementById("becVolume");
  const becOg = document.getElementById("becOg");
  const becGrainWeight = document.getElementById("becGrainWeight");
  const becPotential = document.getElementById("becPotential");
  const becCalculateBtn = document.getElementById("becCalculateBtn");
  const becResult = document.getElementById("becResult");

  becCalculateBtn.addEventListener("click", calculateBrewhouseEfficiency);

  function calculateBrewhouseEfficiency() {
    const volume = parseFloat(becVolume.value);
    const og = parseFloat(becOg.value);
    const grainWeight = parseFloat(becGrainWeight.value);
    const potential = parseFloat(becPotential.value);

    if (
      isNaN(volume) ||
      isNaN(og) ||
      isNaN(grainWeight) ||
      isNaN(potential)
    ) {
      becResult.innerHTML = "Συμπλήρωσε όλα τα πεδία για να γίνει ο υπολογισμός.";
      return;
    }

    if (volume <= 0 || og <= 1 || grainWeight <= 0 || potential <= 0) {
      becResult.innerHTML = "Έλεγξε τις τιμές που έβαλες. Ο όγκος, η βύνη και το δυναμικό πρέπει να είναι πάνω από 0 και το OG πάνω από 1.000.";
      return;
    }

    const gravityPoints = (og - 1) * 1000;
    const actualPoints = gravityPoints * volume;
    const maxPossiblePoints = grainWeight * potential;
    const efficiency = actualPoints / maxPossiblePoints * 100;

    let message = "";

    if (efficiency < 55) {
      message = `
        <div class="bec-warning">
          Η απόδοση φαίνεται χαμηλή. Έλεγξε άλεσμα βύνης, θερμοκρασία mash, pH, χρόνο πολτοποίησης και ξέπλυμα.
        </div>
      `;
    } else if (efficiency >= 55 && efficiency <= 80) {
      message = `
        <div class="bec-good">
          Η απόδοση είναι σε φυσιολογικό εύρος για οικιακή ζυθοποίηση.
        </div>
      `;
    } else {
      message = `
        <div class="bec-warning">
          Η απόδοση φαίνεται πολύ υψηλή. Έλεγξε αν ο όγκος, το OG ή τα κιλά βύνης έχουν καταχωρηθεί σωστά.
        </div>
      `;
    }

    becResult.innerHTML = `
      <div>Gravity points: ${formatBecNumber(gravityPoints, 1)}</div>
      <div>Πραγματικοί πόντοι γλεύκους: ${formatBecNumber(actualPoints, 1)}</div>
      <div>Θεωρητικοί μέγιστοι πόντοι: ${formatBecNumber(maxPossiblePoints, 1)}</div>
      <hr style="border:none;border-top:1px solid #ead7b8;margin:12px 0;">
      <div>Απόδοση συστήματος: ${formatBecNumber(efficiency, 1)}%</div>
      ${message}
    `;
  }

  function formatBecNumber(num, decimals) {
    return Number(num).toFixed(decimals).replace(/\.?0+$/, "");
  }
})();
</script>
&#8220;`

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%cf%80%cf%8c%ce%b4%ce%bf%cf%83%ce%b7%cf%82-%cf%83%cf%85%cf%83%cf%84%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-efficiency/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Υπολογιστής αραίωσης / διόρθωσης OG</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%cf%81%ce%b1%ce%af%cf%89%cf%83%ce%b7%cf%82-%ce%b4%ce%b9%cf%8c%cf%81%ce%b8%cf%89%cf%83%ce%b7%cf%82-og/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%cf%81%ce%b1%ce%af%cf%89%cf%83%ce%b7%cf%82-%ce%b4%ce%b9%cf%8c%cf%81%ce%b8%cf%89%cf%83%ce%b7%cf%82-og/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 10:00:52 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26847</guid>

					<description><![CDATA[Υπολογιστής Αραίωσης / Διόρθωσης OG Υπολόγισε πόσο νερό χρειάζεται να προσθέσεις ή πόσο πρέπει να συμπυκνώσεις το γλεύκος, για να πετύχεις το επιθυμητό αρχικό ειδικό βάρος. Τρέχων όγκος γλεύκους Σε λίτρα. Τρέχον OG Βάλε την τρέχουσα αρχική πυκνότητα. Επιθυμητό OG Βάλε το OG που θέλεις να πετύχεις. Υπολόγισε Αποτέλεσμα: &#8211; Ο υπολογισμός βασίζεται στα gravity [...]]]></description>
										<content:encoded><![CDATA[
<div class="og-correction-calculator">
  <h2>Υπολογιστής Αραίωσης / Διόρθωσης OG</h2>
  <p>
    Υπολόγισε πόσο νερό χρειάζεται να προσθέσεις ή πόσο πρέπει να συμπυκνώσεις το γλεύκος,
    για να πετύχεις το επιθυμητό αρχικό ειδικό βάρος.
  </p>

  <label>Τρέχων όγκος γλεύκους</label>
  <input id="ogcVolume" type="number" step="any" value="20" placeholder="π.χ. 20">
  <small>Σε λίτρα.</small>

  <label>Τρέχον OG</label>
  <input id="ogcCurrentOg" type="number" step="0.001" value="1.060" placeholder="π.χ. 1.060">
  <small>Βάλε την τρέχουσα αρχική πυκνότητα.</small>

  <label>Επιθυμητό OG</label>
  <input id="ogcTargetOg" type="number" step="0.001" value="1.050" placeholder="π.χ. 1.050">
  <small>Βάλε το OG που θέλεις να πετύχεις.</small>

  <button id="ogcCalculateBtn" type="button">Υπολόγισε</button>

  <div id="ogcResult">Αποτέλεσμα: &#8211;</div>

  <p class="ogc-note">
    Ο υπολογισμός βασίζεται στα gravity points και είναι ενδεικτικός. Για σωστό αποτέλεσμα,
    μέτρα το OG σε σωστή θερμοκρασία ή κάνε διόρθωση θερμοκρασίας στο υδρόμετρο.
  </p>
</div>

<style>
.og-correction-calculator{
  max-width:560px;
  margin:20px auto;
  padding:22px;
  border-radius:16px;
  background:#fff8ef;
  border:1px solid #e6c89b;
  font-family:Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.og-correction-calculator h2{
  margin-top:0;
  color:#6b3f00;
}

.og-correction-calculator p{
  color:#6b5a45;
  font-size:14px;
}

.og-correction-calculator label{
  display:block;
  margin-top:14px;
  font-weight:bold;
  color:#3f2a10;
}

.og-correction-calculator input{
  width:100%;
  min-height:52px;
  height:auto;
  padding:12px 14px;
  margin-top:6px;
  border-radius:10px;
  border:1px solid #c9a56a;
  font-size:16px;
  line-height:1.4;
  background:white;
  box-sizing:border-box;
}

.og-correction-calculator small{
  display:block;
  margin-top:5px;
  color:#7a6a55;
  font-size:12px;
}

.og-correction-calculator button{
  width:100%;
  margin-top:18px;
  padding:14px;
  border:none;
  border-radius:12px;
  background:#d99028;
  color:white;
  font-size:17px;
  font-weight:bold;
  cursor:pointer;
}

.og-correction-calculator button:hover{
  background:#b87418;
}

#ogcResult{
  margin-top:18px;
  padding:16px;
  background:#fff;
  border-radius:12px;
  font-size:17px;
  font-weight:bold;
  color:#222;
  line-height:1.6;
}

.ogc-good{
  margin-top:10px;
  padding:10px;
  border-radius:10px;
  background:#f0ffe9;
  color:#2d6b15;
  font-size:14px;
  font-weight:normal;
}

.ogc-warning{
  margin-top:10px;
  padding:10px;
  border-radius:10px;
  background:#fff1d6;
  color:#7a4a00;
  font-size:14px;
  font-weight:normal;
}

.ogc-note{
  margin-top:14px;
  font-size:12px!important;
  color:#7a6a55!important;
}

@media (max-width:600px){
  .og-correction-calculator{
    padding:18px;
  }
}
</style>

<script>
(function(){
  const ogcVolume = document.getElementById("ogcVolume");
  const ogcCurrentOg = document.getElementById("ogcCurrentOg");
  const ogcTargetOg = document.getElementById("ogcTargetOg");
  const ogcCalculateBtn = document.getElementById("ogcCalculateBtn");
  const ogcResult = document.getElementById("ogcResult");

  ogcCalculateBtn.addEventListener("click", calculateOgCorrection);

  function calculateOgCorrection() {
    const volume = parseFloat(ogcVolume.value);
    const currentOg = parseFloat(ogcCurrentOg.value);
    const targetOg = parseFloat(ogcTargetOg.value);

    if (isNaN(volume) || isNaN(currentOg) || isNaN(targetOg)) {
      ogcResult.innerHTML = "Συμπλήρωσε όλα τα πεδία για να γίνει ο υπολογισμός.";
      return;
    }

    if (volume <= 0 || currentOg <= 1 || targetOg <= 1) {
      ogcResult.innerHTML = "Έλεγξε τις τιμές που έβαλες. Το OG πρέπει να είναι πάνω από 1.000 και ο όγκος πάνω από 0.";
      return;
    }

    const currentPoints = (currentOg - 1) * 1000;
    const targetPoints = (targetOg - 1) * 1000;

    const newVolume = volume * currentPoints / targetPoints;
    const difference = newVolume - volume;

    if (Math.abs(difference) < 0.01) {
      ogcResult.innerHTML = `
        <div>Το τρέχον OG είναι ήδη πολύ κοντά στον στόχο.</div>
        <div class="ogc-good">Δεν χρειάζεται ουσιαστική διόρθωση.</div>
      `;
      return;
    }

    if (targetOg < currentOg) {
      const waterToAdd = difference;

      ogcResult.innerHTML = `
        <div>Τρέχον OG: ${formatOgcNumber(currentOg, 3)}</div>
        <div>Στόχος OG: ${formatOgcNumber(targetOg, 3)}</div>
        <hr style="border:none;border-top:1px solid #ead7b8;margin:12px 0;">
        <div>Πρόσθεσε περίπου: ${formatOgcNumber(waterToAdd, 2)} L νερό</div>
        <div>Νέος τελικός όγκος: ${formatOgcNumber(newVolume, 2)} L</div>
        <div class="ogc-good">
          Το OG σου είναι πιο ψηλό από τον στόχο, οπότε χρειάζεται αραίωση με νερό.
        </div>
      `;
    } else {
      const volumeToRemove = Math.abs(difference);

      ogcResult.innerHTML = `
        <div>Τρέχον OG: ${formatOgcNumber(currentOg, 3)}</div>
        <div>Στόχος OG: ${formatOgcNumber(targetOg, 3)}</div>
        <hr style="border:none;border-top:1px solid #ead7b8;margin:12px 0;">
        <div>Πρέπει να συμπυκνώσεις περίπου: ${formatOgcNumber(volumeToRemove, 2)} L</div>
        <div>Νέος τελικός όγκος: ${formatOgcNumber(newVolume, 2)} L</div>
        <div class="ogc-warning">
          Το OG σου είναι πιο χαμηλό από τον στόχο. Με νερό δεν διορθώνεται· χρειάζεται συμπύκνωση με βρασμό ή προσθήκη εκχυλίσματος/ζάχαρης.
        </div>
      `;
    }
  }

  function formatOgcNumber(num, decimals) {
    return Number(num).toFixed(decimals).replace(/\.?0+$/, "");
  }
})();
</script>
&#8220;`


    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%cf%81%ce%b1%ce%af%cf%89%cf%83%ce%b7%cf%82-%ce%b4%ce%b9%cf%8c%cf%81%ce%b8%cf%89%cf%83%ce%b7%cf%82-og/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Υπολογιστή Νερού για Mash / Sparge</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae-%ce%bd%ce%b5%cf%81%ce%bf%cf%8d-%ce%b3%ce%b9%ce%b1-mash-sparge/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae-%ce%bd%ce%b5%cf%81%ce%bf%cf%8d-%ce%b3%ce%b9%ce%b1-mash-sparge/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 09:57:38 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26843</guid>

					<description><![CDATA[&#8220;`html Υπολογιστής Νερού για Mash / Sparge Υπολόγισε πόσο νερό χρειάζεσαι για πολτοποίηση, ξέπλυμα και βρασμό, ανάλογα με τα λίτρα μπύρας και την ποσότητα βύνης. Τελικός όγκος στη ζύμωση Λίτρα που θέλεις να πάνε στον ζυμωτήρα. Συνολική ποσότητα βύνης Συνολικά κιλά βύνης στη συνταγή. Αναλογία mash Λίτρα νερού ανά κιλό βύνης. Απορρόφηση βύνης Λίτρα ανά [...]]]></description>
										<content:encoded><![CDATA[
&#8220;`html
<div class="brew-water-calculator">
  <h2>Υπολογιστής Νερού για Mash / Sparge</h2>
  <p>
    Υπολόγισε πόσο νερό χρειάζεσαι για πολτοποίηση, ξέπλυμα και βρασμό,
    ανάλογα με τα λίτρα μπύρας και την ποσότητα βύνης.
  </p>

  <label>Τελικός όγκος στη ζύμωση</label>
  <input id="bwcFinalVolume" type="number" step="any" value="20" placeholder="π.χ. 20">
  <small>Λίτρα που θέλεις να πάνε στον ζυμωτήρα.</small>

  <label>Συνολική ποσότητα βύνης</label>
  <input id="bwcGrainWeight" type="number" step="any" value="5" placeholder="π.χ. 5">
  <small>Συνολικά κιλά βύνης στη συνταγή.</small>

  <div class="bwc-row">
    <div>
      <label>Αναλογία mash</label>
      <input id="bwcMashRatio" type="number" step="any" value="3" placeholder="π.χ. 3">
      <small>Λίτρα νερού ανά κιλό βύνης.</small>
    </div>

    <div>
      <label>Απορρόφηση βύνης</label>
      <input id="bwcAbsorption" type="number" step="any" value="0.8" placeholder="π.χ. 0.8">
      <small>Λίτρα ανά κιλό βύνης.</small>
    </div>
  </div>

  <div class="bwc-row">
    <div>
      <label>Χρόνος βρασμού</label>
      <input id="bwcBoilTime" type="number" step="any" value="60" placeholder="π.χ. 60">
      <small>Σε λεπτά.</small>
    </div>

    <div>
      <label>Εξάτμιση ανά ώρα</label>
      <input id="bwcBoilOff" type="number" step="any" value="3" placeholder="π.χ. 3">
      <small>Λίτρα ανά ώρα.</small>
    </div>
  </div>

  <label>Απώλειες καζανιού / σωληνώσεων / trub</label>
  <input id="bwcKettleLoss" type="number" step="any" value="1.5" placeholder="π.χ. 1.5">
  <small>Λίτρα που μένουν πίσω μετά τον βρασμό.</small>

  <label>Τρόπος ζυθοποίησης</label>
  <select id="bwcMethod">
    <option value="sparge">Mash + Sparge</option>
    <option value="nosparge">No Sparge / BIAB</option>
  </select>

  <button id="bwcCalculateBtn" type="button">Υπολόγισε</button>

  <div id="bwcResult">Αποτέλεσμα: &#8211;</div>

  <p class="bwc-note">
    Οι τιμές είναι ενδεικτικές. Κάθε σύστημα έχει διαφορετικές απώλειες, οπότε κράτα σημειώσεις στις ζυθοποιήσεις σου και προσαρμόζεις τις τιμές.
  </p>
</div>

<style>
.brew-water-calculator{
  max-width:560px;
  margin:20px auto;
  padding:22px;
  border-radius:16px;
  background:#fff8ef;
  border:1px solid #e6c89b;
  font-family:Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.brew-water-calculator h2{
  margin-top:0;
  color:#6b3f00;
}

.brew-water-calculator p{
  color:#6b5a45;
  font-size:14px;
}

.brew-water-calculator label{
  display:block;
  margin-top:14px;
  font-weight:bold;
  color:#3f2a10;
}

.brew-water-calculator input,
.brew-water-calculator select{
  width:100%;
  min-height:52px;
  height:auto;
  padding:12px 14px;
  margin-top:6px;
  border-radius:10px;
  border:1px solid #c9a56a;
  font-size:16px;
  line-height:1.4;
  background:white;
  box-sizing:border-box;
  appearance:auto;
  -webkit-appearance:menulist;
}

.brew-water-calculator small{
  display:block;
  margin-top:5px;
  color:#7a6a55;
  font-size:12px;
}

.bwc-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.brew-water-calculator button{
  width:100%;
  margin-top:18px;
  padding:14px;
  border:none;
  border-radius:12px;
  background:#d99028;
  color:white;
  font-size:17px;
  font-weight:bold;
  cursor:pointer;
}

.brew-water-calculator button:hover{
  background:#b87418;
}

#bwcResult{
  margin-top:18px;
  padding:16px;
  background:#fff;
  border-radius:12px;
  font-size:17px;
  font-weight:bold;
  color:#222;
  line-height:1.6;
}

.bwc-warning{
  margin-top:10px;
  padding:10px;
  border-radius:10px;
  background:#fff1d6;
  color:#7a4a00;
  font-size:14px;
  font-weight:normal;
}

.bwc-note{
  margin-top:14px;
  font-size:12px!important;
  color:#7a6a55!important;
}

@media (max-width:600px){
  .bwc-row{
    grid-template-columns:1fr;
  }

  .brew-water-calculator select{
    min-height:56px;
    font-size:16px;
  }
}
</style>

<script>
const bwcFinalVolume = document.getElementById("bwcFinalVolume");
const bwcGrainWeight = document.getElementById("bwcGrainWeight");
const bwcMashRatio = document.getElementById("bwcMashRatio");
const bwcAbsorption = document.getElementById("bwcAbsorption");
const bwcBoilTime = document.getElementById("bwcBoilTime");
const bwcBoilOff = document.getElementById("bwcBoilOff");
const bwcKettleLoss = document.getElementById("bwcKettleLoss");
const bwcMethod = document.getElementById("bwcMethod");
const bwcCalculateBtn = document.getElementById("bwcCalculateBtn");
const bwcResult = document.getElementById("bwcResult");

bwcCalculateBtn.addEventListener("click", calculateBrewWater);

function calculateBrewWater() {
  const finalVolume = parseFloat(bwcFinalVolume.value);
  const grainWeight = parseFloat(bwcGrainWeight.value);
  const mashRatio = parseFloat(bwcMashRatio.value);
  const absorption = parseFloat(bwcAbsorption.value);
  const boilTime = parseFloat(bwcBoilTime.value);
  const boilOff = parseFloat(bwcBoilOff.value);
  const kettleLoss = parseFloat(bwcKettleLoss.value);
  const method = bwcMethod.value;

  if (
    isNaN(finalVolume) ||
    isNaN(grainWeight) ||
    isNaN(mashRatio) ||
    isNaN(absorption) ||
    isNaN(boilTime) ||
    isNaN(boilOff) ||
    isNaN(kettleLoss)
  ) {
    bwcResult.innerHTML = "Συμπλήρωσε όλα τα πεδία για να γίνει ο υπολογισμός.";
    return;
  }

  if (
    finalVolume <= 0 ||
    grainWeight <= 0 ||
    mashRatio <= 0 ||
    absorption < 0 ||
    boilTime <= 0 ||
    boilOff < 0 ||
    kettleLoss < 0
  ) {
    bwcResult.innerHTML = "Έλεγξε τις τιμές που έβαλες. Πρέπει να είναι θετικές.";
    return;
  }

  const boilOffTotal = boilOff * (boilTime / 60);
  const grainAbsorptionTotal = grainWeight * absorption;
  const preBoilVolume = finalVolume + boilOffTotal + kettleLoss;
  const totalWaterNeeded = preBoilVolume + grainAbsorptionTotal;

  let mashWater;
  let spargeWater;
  let warning = "";

  if (method === "nosparge") {
    mashWater = totalWaterNeeded;
    spargeWater = 0;
  } else {
    mashWater = grainWeight * mashRatio;
    spargeWater = totalWaterNeeded - mashWater;

    if (spargeWater < 0) {
      warning = `
        <div class="bwc-warning">
          Με αυτή την αναλογία mash, το νερό mash βγαίνει περισσότερο από το συνολικό νερό που χρειάζεται.
          Πρακτικά μπορείς να κάνεις no sparge ή να μειώσεις την αναλογία mash.
        </div>
      `;
      spargeWater = 0;
    }
  }

  bwcResult.innerHTML = `
    <div>Νερό για mash: ${formatBwcNumber(mashWater)} L</div>
    <div>Νερό για sparge: ${formatBwcNumber(spargeWater)} L</div>
    <hr style="border:none;border-top:1px solid #ead7b8;margin:12px 0;">
    <div>Συνολικό νερό: ${formatBwcNumber(totalWaterNeeded)} L</div>
    <div>Όγκος πριν τον βρασμό: ${formatBwcNumber(preBoilVolume)} L</div>
    <div>Εξάτμιση βρασμού: ${formatBwcNumber(boilOffTotal)} L</div>
    <div>Απορρόφηση από βύνη: ${formatBwcNumber(grainAbsorptionTotal)} L</div>
    ${warning}
  `;
}

function formatBwcNumber(num) {
  return Number(num).toFixed(2).replace(/\.?0+$/, "");
}
</script>
&#8220;`


    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae-%ce%bd%ce%b5%cf%81%ce%bf%cf%8d-%ce%b3%ce%b9%ce%b1-mash-sparge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Υπολογιστή Yeast Pitch Rate</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae-yeast-pitch-rate/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae-yeast-pitch-rate/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 09:48:13 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26838</guid>

					<description><![CDATA[Υπολογιστής Μαγιάς / Yeast Pitch Rate Υπολόγισε περίπου πόση μαγιά χρειάζεται η παρτίδα σου για σωστή και υγιή ζύμωση. Λίτρα γλεύκους Αρχική πυκνότητα / OG Τύπος ζύμωσης Ale &#8211; 0.75 εκ. κύτταρα / ml / °PHigh Gravity Ale &#8211; 1.00 εκ. κύτταρα / ml / °PLager &#8211; 1.50 εκ. κύτταρα / ml / °PΠροσαρμοσμένο pitch [...]]]></description>
										<content:encoded><![CDATA[
<div class="yeast-pitch-calculator">
  <h2>Υπολογιστής Μαγιάς / Yeast Pitch Rate</h2>
  <p>
    Υπολόγισε περίπου πόση μαγιά χρειάζεται η παρτίδα σου για σωστή και υγιή ζύμωση.
  </p>

  <label>Λίτρα γλεύκους</label>
  <input id="ypcVolume" type="number" step="any" placeholder="π.χ. 20">

  <label>Αρχική πυκνότητα / OG</label>
  <input id="ypcOG" type="number" step="any" placeholder="π.χ. 1.050">

  <label>Τύπος ζύμωσης</label>
  <select id="ypcBeerType">
    <option value="0.75">Ale &#8211; 0.75 εκ. κύτταρα / ml / °P</option>
    <option value="1">High Gravity Ale &#8211; 1.00 εκ. κύτταρα / ml / °P</option>
    <option value="1.5">Lager &#8211; 1.50 εκ. κύτταρα / ml / °P</option>
    <option value="custom">Προσαρμοσμένο pitch rate</option>
  </select>

  <div id="ypcCustomRateBox" style="display:none;">
    <label>Προσαρμοσμένο pitch rate</label>
    <input id="ypcCustomRate" type="number" step="any" placeholder="π.χ. 0.75">
  </div>

  <div class="ypc-row">
    <div>
      <label>Δισ. κύτταρα ανά γραμμάριο ξηρής μαγιάς</label>
      <input id="ypcCellsPerGram" type="number" step="any" value="10">
    </div>

    <div>
      <label>Γραμμάρια ανά φακελάκι</label>
      <input id="ypcPackSize" type="number" step="any" value="11">
    </div>
  </div>

  <button id="ypcCalculateBtn" type="button">Υπολόγισε</button>

  <div id="ypcResult">
    Αποτέλεσμα: &#8211;
  </div>

  <p class="ypc-note">
    Οι τιμές είναι ενδεικτικές. Η πραγματική ποσότητα μπορεί να διαφέρει ανάλογα με τη μαγιά, τη φρεσκάδα, το στυλ μπύρας και τη θερμοκρασία ζύμωσης.
  </p>
</div>

<style>
.yeast-pitch-calculator{
  max-width:560px;
  margin:20px auto;
  padding:22px;
  border-radius:16px;
  background:#fff8ef;
  border:1px solid #e6c89b;
  font-family:Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.yeast-pitch-calculator h2{
  margin-top:0;
  color:#6b3f00;
}

.yeast-pitch-calculator p{
  color:#6b5a45;
  font-size:14px;
}

.yeast-pitch-calculator label{
  display:block;
  margin-top:14px;
  font-weight:bold;
  color:#3f2a10;
}

.yeast-pitch-calculator input,
.yeast-pitch-calculator select{
  width:100%;
  min-height:52px;
  height:auto;
  padding:12px 14px;
  margin-top:6px;
  border-radius:10px;
  border:1px solid #c9a56a;
  font-size:16px;
  line-height:1.4;
  background:white;
  box-sizing:border-box;
  appearance:auto;
  -webkit-appearance:menulist;
}

.ypc-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.yeast-pitch-calculator button{
  width:100%;
  margin-top:18px;
  padding:14px;
  border:none;
  border-radius:12px;
  background:#d99028;
  color:white;
  font-size:17px;
  font-weight:bold;
  cursor:pointer;
}

.yeast-pitch-calculator button:hover{
  background:#b87418;
}

#ypcResult{
  margin-top:18px;
  padding:16px;
  background:#fff;
  border-radius:12px;
  font-size:17px;
  font-weight:bold;
  color:#222;
  line-height:1.6;
}

.ypc-note{
  margin-top:14px;
  font-size:12px!important;
  color:#7a6a55!important;
}

@media (max-width:600px){
  .ypc-row{
    grid-template-columns:1fr;
  }

  .yeast-pitch-calculator select{
    min-height:56px;
    font-size:16px;
  }
}
</style>

<script>
const ypcVolume = document.getElementById("ypcVolume");
const ypcOG = document.getElementById("ypcOG");
const ypcBeerType = document.getElementById("ypcBeerType");
const ypcCustomRateBox = document.getElementById("ypcCustomRateBox");
const ypcCustomRate = document.getElementById("ypcCustomRate");
const ypcCellsPerGram = document.getElementById("ypcCellsPerGram");
const ypcPackSize = document.getElementById("ypcPackSize");
const ypcCalculateBtn = document.getElementById("ypcCalculateBtn");
const ypcResult = document.getElementById("ypcResult");

ypcBeerType.addEventListener("change", function(){
  if (ypcBeerType.value === "custom") {
    ypcCustomRateBox.style.display = "block";
  } else {
    ypcCustomRateBox.style.display = "none";
  }
});

ypcCalculateBtn.addEventListener("click", calculateYeastPitch);

function calculateYeastPitch() {
  const volumeLiters = parseFloat(ypcVolume.value);
  const og = parseFloat(ypcOG.value);
  const cellsPerGram = parseFloat(ypcCellsPerGram.value);
  const packSize = parseFloat(ypcPackSize.value);

  let pitchRate;

  if (ypcBeerType.value === "custom") {
    pitchRate = parseFloat(ypcCustomRate.value);
  } else {
    pitchRate = parseFloat(ypcBeerType.value);
  }

  if (
    isNaN(volumeLiters) ||
    isNaN(og) ||
    isNaN(pitchRate) ||
    isNaN(cellsPerGram) ||
    isNaN(packSize)
  ) {
    ypcResult.innerHTML = "Συμπλήρωσε όλα τα πεδία για να γίνει ο υπολογισμός.";
    return;
  }

  if (volumeLiters <= 0 || og <= 1 || pitchRate <= 0 || cellsPerGram <= 0 || packSize <= 0) {
    ypcResult.innerHTML = "Έλεγξε τις τιμές που έβαλες. Πρέπει να είναι μεγαλύτερες από το μηδέν.";
    return;
  }

  const plato = sgToPlato(og);
  const volumeMl = volumeLiters * 1000;

  const requiredBillionCells = pitchRate * volumeMl * plato / 1000;
  const gramsDryYeast = requiredBillionCells / cellsPerGram;
  const packsNeeded = gramsDryYeast / packSize;

  ypcResult.innerHTML = `
    <div>°Plato: ${formatYpcNumber(plato)} °P</div>
    <div>Απαιτούμενα κύτταρα: ${formatYpcNumber(requiredBillionCells)} δισ.</div>
    <div>Ξηρή μαγιά: ${formatYpcNumber(gramsDryYeast)} g</div>
    <div>Φακελάκια των ${formatYpcNumber(packSize)} g: ${formatYpcNumber(packsNeeded)} τεμ.</div>
    <hr style="border:none;border-top:1px solid #ead7b8;margin:12px 0;">
    <div>Πρακτικά: βάλε περίπου <strong>${Math.ceil(packsNeeded)}</strong> φακελάκι/α.</div>
  `;
}

function sgToPlato(sg) {
  return -616.868 + 1111.14 * sg - 630.272 * Math.pow(sg, 2) + 135.997 * Math.pow(sg, 3);
}

function formatYpcNumber(num) {
  return Number(num).toFixed(2).replace(/\.?0+$/, "");
}
</script>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae-yeast-pitch-rate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Μετατροπές μονάδων</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%ce%bc%ce%b5%cf%84%ce%b1%cf%84%cf%81%ce%bf%cf%80%ce%ad%cf%82-%ce%bc%ce%bf%ce%bd%ce%ac%ce%b4%cf%89%ce%bd/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%ce%bc%ce%b5%cf%84%ce%b1%cf%84%cf%81%ce%bf%cf%80%ce%ad%cf%82-%ce%bc%ce%bf%ce%bd%ce%ac%ce%b4%cf%89%ce%bd/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 08:57:02 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26825</guid>

					<description><![CDATA[Multi Conversion Calculator Μετατροπές για ζυθοποίηση: βάρος, όγκος, θερμοκρασία, πυκνότητα, πίεση, χρώμα. Κατηγορία ΒάροςΌγκοςΘερμοκρασίαSG / Plato / BrixΠίεσηΧρώμα SRM / EBC / Lovibond Τιμή Από Σε Υπολόγισε Αποτέλεσμα: &#8211;]]></description>
										<content:encoded><![CDATA[
<div class="brew-converter">
  <h2>Multi Conversion Calculator</h2>
  <p>Μετατροπές για ζυθοποίηση: βάρος, όγκος, θερμοκρασία, πυκνότητα, πίεση, χρώμα.</p>

  <label>Κατηγορία</label>
  <select id="convType">
    <option value="weight">Βάρος</option>
    <option value="volume">Όγκος</option>
    <option value="temperature">Θερμοκρασία</option>
    <option value="gravity">SG / Plato / Brix</option>
    <option value="pressure">Πίεση</option>
    <option value="color">Χρώμα SRM / EBC / Lovibond</option>
  </select>

  <label>Τιμή</label>
  <input id="inputValue" type="number" step="any" placeholder="π.χ. 25">

  <div class="row">
    <div>
      <label>Από</label>
      <select id="fromUnit"></select>
    </div>
    <div>
      <label>Σε</label>
      <select id="toUnit"></select>
    </div>
  </div>

  <button id="convertBtn" type="button">Υπολόγισε</button>

  <div id="result">Αποτέλεσμα: &#8211;</div>
</div>

<style>
.brew-converter{
  max-width:520px;
  margin:20px auto;
  padding:22px;
  border-radius:16px;
  background:#fff8ef;
  border:1px solid #e6c89b;
  font-family:Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.brew-converter h2{
  margin-top:0;
  color:#6b3f00;
}

.brew-converter p{
  color:#6b5a45;
  font-size:14px;
}

.brew-converter label{
  display:block;
  margin-top:14px;
  font-weight:bold;
  color:#3f2a10;
}

.brew-converter input,
.brew-converter select{
  width:100%;
  min-height:52px;
  height:auto;
  padding:12px 14px;
  margin-top:6px;
  border-radius:10px;
  border:1px solid #c9a56a;
  font-size:16px;
  line-height:1.4;
  background:white;
  box-sizing:border-box;
  appearance:auto;
  -webkit-appearance:menulist;
}

.brew-converter .row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.brew-converter button{
  width:100%;
  margin-top:18px;
  padding:14px;
  border:none;
  border-radius:12px;
  background:#d99028;
  color:white;
  font-size:17px;
  font-weight:bold;
  cursor:pointer;
}

.brew-converter button:hover{
  background:#b87418;
}

#result{
  margin-top:18px;
  padding:15px;
  background:#fff;
  border-radius:12px;
  font-size:18px;
  font-weight:bold;
  color:#222;
}

@media (max-width:600px){
  .brew-converter .row{
    grid-template-columns:1fr;
  }

  .brew-converter select{
    min-height:56px;
    font-size:16px;
  }
}
</style>

<script>
const units = {
  weight: {
    "g": 1,
    "kg": 1000,
    "oz": 28.3495,
    "lb": 453.592
  },
  volume: {
    "ml": 1,
    "L": 1000,
    "tsp": 4.92892,
    "tbsp": 14.7868,
    "fl oz": 29.5735,
    "cup US": 236.588,
    "pint US": 473.176,
    "quart US": 946.353,
    "gallon US": 3785.41,
    "gallon UK": 4546.09
  },
  pressure: {
    "bar": 1,
    "psi": 0.0689476,
    "kPa": 0.01,
    "atm": 1.01325
  },
  color: {
    "SRM": "srm",
    "EBC": "ebc",
    "Lovibond": "lovibond"
  },
  gravity: {
    "Specific Gravity": "sg",
    "Plato": "plato",
    "Brix": "brix"
  },
  temperature: {
    "Celsius": "c",
    "Fahrenheit": "f"
  }
};

const convType = document.getElementById("convType");
const fromUnit = document.getElementById("fromUnit");
const toUnit = document.getElementById("toUnit");
const inputValue = document.getElementById("inputValue");
const result = document.getElementById("result");
const convertBtn = document.getElementById("convertBtn");

function loadUnits() {
  const type = convType.value;

  fromUnit.innerHTML = "";
  toUnit.innerHTML = "";

  Object.keys(units[type]).forEach(unit => {
    fromUnit.innerHTML += `<option value="${unit}">${unit}</option>`;
    toUnit.innerHTML += `<option value="${unit}">${unit}</option>`;
  });

  if (toUnit.options.length > 1) {
    toUnit.selectedIndex = 1;
  }

  result.innerHTML = "Αποτέλεσμα: -";
}

function convertValue() {
  const type = convType.value;
  const value = parseFloat(inputValue.value);
  const from = fromUnit.value;
  const to = toUnit.value;

  if (isNaN(value)) {
    result.innerHTML = "Βάλε πρώτα μία τιμή.";
    return;
  }

  let converted;

  if (type === "temperature") {
    converted = convertTemperature(value, from, to);
  } else if (type === "gravity") {
    converted = convertGravity(value, from, to);
  } else if (type === "color") {
    converted = convertColor(value, from, to);
  } else {
    const baseValue = value * units[type][from];
    converted = baseValue / units[type][to];
  }

  result.innerHTML = `Αποτέλεσμα: ${formatNumber(converted)} ${to}`;
}

function convertTemperature(value, from, to) {
  if (from === to) return value;

  if (from === "Celsius" && to === "Fahrenheit") {
    return value * 9 / 5 + 32;
  }

  if (from === "Fahrenheit" && to === "Celsius") {
    return (value - 32) * 5 / 9;
  }
}

function convertGravity(value, from, to) {
  let sg;

  if (from === "Specific Gravity") {
    sg = value;
  } else {
    sg = 1 + (value / (258.6 - ((value / 258.2) * 227.1)));
  }

  if (to === "Specific Gravity") {
    return sg;
  }

  const plato = -616.868 + 1111.14 * sg - 630.272 * Math.pow(sg, 2) + 135.997 * Math.pow(sg, 3);

  return plato;
}

function convertColor(value, from, to) {
  let srm;

  if (from === "SRM") {
    srm = value;
  }

  if (from === "EBC") {
    srm = value / 1.97;
  }

  if (from === "Lovibond") {
    srm = (value * 1.3546) - 0.76;
  }

  if (to === "SRM") {
    return srm;
  }

  if (to === "EBC") {
    return srm * 1.97;
  }

  if (to === "Lovibond") {
    return (srm + 0.76) / 1.3546;
  }
}

function formatNumber(num) {
  return Number(num).toFixed(3).replace(/\.?0+$/, "");
}

convType.addEventListener("change", loadUnits);
convertBtn.addEventListener("click", convertValue);

loadUnits();
</script>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%ce%bc%ce%b5%cf%84%ce%b1%cf%84%cf%81%ce%bf%cf%80%ce%ad%cf%82-%ce%bc%ce%bf%ce%bd%ce%ac%ce%b4%cf%89%ce%bd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Υπολογιστής ανθράκωσης / priming sugar</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%ce%bd%ce%b8%cf%81%ce%ac%ce%ba%cf%89%cf%83%ce%b7%cf%82-priming-sugar/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%ce%bd%ce%b8%cf%81%ce%ac%ce%ba%cf%89%cf%83%ce%b7%cf%82-priming-sugar/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 08:49:41 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26821</guid>

					<description><![CDATA[Υπολογιστής Priming Sugar Υπολόγισε πόση ζάχαρη χρειάζεσαι για ενανθράκωση σε μπουκάλι. Το ανθρακικό, είναι προσωπική επιλογή του κάθε ερασιτέχνη, εμείς προτείνουμε τις παρακάτω ποσότητες. Ποσότητα μπύρας / Batch Size (λίτρα) Θερμοκρασία μπύρας μετά τη ζύμωση (°C) Επιθυμητό CO₂ Volume Stout / Porter — 2.0Amber / Brown Ale — 2.2IPA / Pale Ale — 2.4Lager / [...]]]></description>
										<content:encoded><![CDATA[
<div class="priming-calculator">
  <h2>Υπολογιστής Priming Sugar</h2>
  <p>Υπολόγισε πόση ζάχαρη χρειάζεσαι για ενανθράκωση σε μπουκάλι. Το ανθρακικό, είναι προσωπική επιλογή του κάθε ερασιτέχνη, εμείς προτείνουμε τις παρακάτω ποσότητες.</p>

  <label>Ποσότητα μπύρας / Batch Size (λίτρα)</label>
  <input type="number" id="batchLiters" step="0.1" placeholder="π.χ. 20">

  <label>Θερμοκρασία μπύρας μετά τη ζύμωση (°C)</label>
  <input type="number" id="beerTemp" step="0.1" placeholder="π.χ. 20">

  <label>Επιθυμητό CO₂ Volume</label>
  <select id="co2Volume">
    <option value="2.0">Stout / Porter — 2.0</option>
    <option value="2.2">Amber / Brown Ale — 2.2</option>
    <option value="2.4" selected="">IPA / Pale Ale — 2.4</option>
    <option value="2.6">Lager / Pilsner — 2.6</option>
    <option value="2.8">Witbier / Belgian — 2.8</option>
    <option value="2.8">Saison — 2.8</option>
    <option value="2.8">Weiss / Hefeweizen — 2.8</option>
  </select>

  <label>Τύπος σακχάρου</label>
  <select id="sugarType">
    <option value="4.0" selected="">Δεξτρόζη / Corn Sugar</option>
    <option value="3.8">Λευκή ζάχαρη / Table Sugar</option>
    <option value="5.5">DME / Spray Malt</option>
    <option value="4.8">Μέλι</option>
  </select>

  <button onclick="calculatePrimingSugar()">Υπολόγισε</button>

  <div id="primingResult"></div>

  <small>
    Υπολογισμός για εμφιάλωση. Χρησιμοποίησε τη μεγαλύτερη θερμοκρασία που έφτασε η μπύρα μετά τη ζύμωση.
  </small>
</div>

<style>
.priming-calculator {
  max-width: 560px;
  margin: 40px auto;
  padding: 30px;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 18px;
  color: #f5f5f5;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}

.priming-calculator h2 {
  color: #d6a21d;
  margin-bottom: 10px;
}

.priming-calculator p {
  color: #ccc;
  margin-bottom: 25px;
}

.priming-calculator label {
  display: block;
  text-align: left;
  margin: 15px 0 6px;
  font-weight: 600;
  color: #f5f5f5;
}

.priming-calculator input,
.priming-calculator select {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  appearance: none;
}
.priming-calculator button {
  width: 100%;
  margin-top: 22px;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: #d6a21d;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.priming-calculator button:hover {
  background: #f0bb35;
}

#primingResult {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 800;
  color: #d6a21d;
}

.priming-calculator small {
  display: block;
  margin-top: 18px;
  color: #999;
  line-height: 1.4;
}
</style>

<script>
function calculatePrimingSugar() {
  const liters = parseFloat(document.getElementById("batchLiters").value);
  const tempC = parseFloat(document.getElementById("beerTemp").value);
  const targetCO2 = parseFloat(document.getElementById("co2Volume").value);
  const sugarFactor = parseFloat(document.getElementById("sugarType").value);
  const result = document.getElementById("primingResult");

  if (!liters || !tempC || !targetCO2 || liters <= 0 || tempC < 0) {
    result.innerHTML = "Βάλε σωστές τιμές.";
    return;
  }

  const tempF = (tempC * 9 / 5) + 32;

  const residualCO2 =
    3.0378 -
    (0.050062 * tempF) +
    (0.00026555 * tempF * tempF);

  const co2Needed = targetCO2 - residualCO2;

  if (co2Needed <= 0) {
    result.innerHTML = "Δεν χρειάζεται επιπλέον ζάχαρη για αυτό το CO₂.";
    return;
  }

  const sugarGrams = liters * co2Needed * sugarFactor;

  result.innerHTML =
    "Χρειάζεσαι περίπου " + sugarGrams.toFixed(0) + " g";
}
</script>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-%ce%b1%ce%bd%ce%b8%cf%81%ce%ac%ce%ba%cf%89%cf%83%ce%b7%cf%82-priming-sugar/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Μετατροπή χρώματος μπύρας</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%ce%bc%ce%b5%cf%84%ce%b1%cf%84%cf%81%ce%bf%cf%80%ce%ae-%cf%87%cf%81%cf%8e%ce%bc%ce%b1%cf%84%ce%bf%cf%82-%ce%bc%cf%80%cf%8d%cf%81%ce%b1%cf%82/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%ce%bc%ce%b5%cf%84%ce%b1%cf%84%cf%81%ce%bf%cf%80%ce%ae-%cf%87%cf%81%cf%8e%ce%bc%ce%b1%cf%84%ce%bf%cf%82-%ce%bc%cf%80%cf%8d%cf%81%ce%b1%cf%82/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 08:44:32 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26816</guid>

					<description><![CDATA[Color Conversion Calculator Μετέτρεψε χρώμα μπύρας ανάμεσα σε SRM, EBC και Lovibond. Βάλε τιμή Μονάδα εισόδου SRMEBCLovibond / °L Μετατροπή Οι τιμές είναι ενδεικτικές. Το πραγματικό χρώμα επηρεάζεται από θολότητα, φωτισμό και ποτήρι.]]></description>
										<content:encoded><![CDATA[
<div class="color-calculator">
  <h2>Color Conversion Calculator</h2>
  <p>Μετέτρεψε χρώμα μπύρας ανάμεσα σε SRM, EBC και Lovibond.</p>

  <label>Βάλε τιμή</label>
  <input type="number" id="colorValue" step="0.1" placeholder="π.χ. 10">

  <label>Μονάδα εισόδου</label>
  <select id="colorUnit">
    <option value="srm" selected="">SRM</option>
    <option value="ebc">EBC</option>
    <option value="lovibond">Lovibond / °L</option>
  </select>

  <button onclick="convertBeerColor()">Μετατροπή</button>

  <div class="color-preview-wrap">
    <div id="beerColorPreview"></div>
  </div>

  <div id="colorResult"></div>

  <small>
    Οι τιμές είναι ενδεικτικές. Το πραγματικό χρώμα επηρεάζεται από θολότητα, φωτισμό και ποτήρι.
  </small>
</div>

<style>
.color-calculator {
  max-width: 560px;
  margin: 40px auto;
  padding: 30px;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 18px;
  color: #f5f5f5;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}

.color-calculator h2 {
  color: #d6a21d;
  margin-bottom: 10px;
}

.color-calculator p {
  color: #ccc;
  margin-bottom: 25px;
}

.color-calculator label {
  display: block;
  text-align: left;
  margin: 15px 0 6px;
  font-weight: 600;
  color: #f5f5f5;
}

.color-calculator input,
.color-calculator select {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.color-calculator select option {
  background: #1f1f1f;
  color: #fff;
}

.color-calculator button {
  width: 100%;
  margin-top: 22px;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: #d6a21d;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.color-calculator button:hover {
  background: #f0bb35;
}

.color-preview-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

#beerColorPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f8c15a;
  border: 3px solid rgba(255,255,255,0.18);
  box-shadow: inset 0 0 25px rgba(0,0,0,0.35), 0 8px 25px rgba(0,0,0,0.4);
}

#colorResult {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1.7;
}

#colorResult strong {
  color: #d6a21d;
}

.color-calculator small {
  display: block;
  margin-top: 18px;
  color: #999;
  line-height: 1.4;
}
</style>

<script>
function convertBeerColor() {
  const value = parseFloat(document.getElementById("colorValue").value);
  const unit = document.getElementById("colorUnit").value;
  const result = document.getElementById("colorResult");
  const preview = document.getElementById("beerColorPreview");

  if (!value || value <= 0) {
    result.innerHTML = "Βάλε σωστή τιμή.";
    return;
  }

  let srm;

  if (unit === "srm") {
    srm = value;
  } else if (unit === "ebc") {
    srm = value * 0.508;
  } else if (unit === "lovibond") {
    srm = (1.3546 * value) - 0.76;
  }

  if (srm < 0) srm = 0;

  const ebc = srm * 1.97;
  const lovibond = (srm + 0.76) / 1.3546;

  const hex = srmToHex(srm);
  preview.style.background = hex;

  result.innerHTML =
    "<strong>SRM:</strong> " + srm.toFixed(1) + "<br>" +
    "<strong>EBC:</strong> " + ebc.toFixed(1) + "<br>" +
    "<strong>Lovibond / °L:</strong> " + lovibond.toFixed(1) + "<br>" +
    "<strong>Χρώμα:</strong> " + hex;
}

function srmToHex(srm) {
  const colors = [
    [1, "#FFE699"],
    [2, "#FFD878"],
    [3, "#FFCA5A"],
    [4, "#FFBF42"],
    [5, "#FBB123"],
    [6, "#F8A600"],
    [8, "#E89100"],
    [10, "#D58000"],
    [13, "#B86200"],
    [17, "#8C3F00"],
    [20, "#6B2E00"],
    [24, "#4C1D00"],
    [30, "#331000"],
    [35, "#1F0800"],
    [40, "#0F0300"]
  ];

  if (srm <= 1) return colors[0][1];
  if (srm >= 40) return colors[colors.length - 1][1];

  for (let i = 0; i < colors.length - 1; i++) {
    if (srm >= colors[i][0] && srm <= colors[i + 1][0]) {
      return colors[i][1];
    }
  }

  return "#0F0300";
}
</script>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%ce%bc%ce%b5%cf%84%ce%b1%cf%84%cf%81%ce%bf%cf%80%ce%ae-%cf%87%cf%81%cf%8e%ce%bc%ce%b1%cf%84%ce%bf%cf%82-%ce%bc%cf%80%cf%8d%cf%81%ce%b1%cf%82/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Υπολογιστής ABV</title>
		<link>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-abv/</link>
					<comments>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-abv/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 08:26:55 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=26807</guid>

					<description><![CDATA[Υπολογιστής Αλκοόλ Μπύρας Βάλε αρχική και τελική βαρύτητα για να υπολογίσεις το ABV. Αρχική Βαρύτητα / OG Τελική Βαρύτητα / FG Υπολόγισε ABV]]></description>
										<content:encoded><![CDATA[
<div class="abv-calculator">
  <h2>Υπολογιστής Αλκοόλ Μπύρας</h2>
  <p>Βάλε αρχική και τελική βαρύτητα για να υπολογίσεις το ABV.</p>

  <label>Αρχική Βαρύτητα / OG</label>
  <input type="number" id="og" step="0.001" placeholder="π.χ. 1.050">

  <label>Τελική Βαρύτητα / FG</label>
  <input type="number" id="fg" step="0.001" placeholder="π.χ. 1.010">

  <button onclick="calculateABV()">Υπολόγισε ABV</button>

  <div id="abv-result"></div>
</div>

<style>
.abv-calculator {
  max-width: 520px;
  margin: 40px auto;
  padding: 30px;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 18px;
  color: #f5f5f5;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}

.abv-calculator h2 {
  color: #d6a21d;
  margin-bottom: 10px;
}

.abv-calculator p {
  color: #ccc;
  margin-bottom: 25px;
}

.abv-calculator label {
  display: block;
  text-align: left;
  margin: 15px 0 6px;
  font-weight: 600;
  color: #f5f5f5;
}

.abv-calculator input {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  font-size: 18px;
}

.abv-calculator button {
  width: 100%;
  margin-top: 22px;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: #d6a21d;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.abv-calculator button:hover {
  background: #f0bb35;
}

#abv-result {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 800;
  color: #d6a21d;
}
</style>

<script>
function calculateABV() {
  const og = parseFloat(document.getElementById("og").value);
  const fg = parseFloat(document.getElementById("fg").value);
  const result = document.getElementById("abv-result");

  if (!og || !fg || og <= fg) {
    result.innerHTML = "Βάλε σωστές τιμές OG και FG.";
    return;
  }

  const abv = (og - fg) * 131.25;
  result.innerHTML = "ABV: " + abv.toFixed(2) + "%";
}
</script>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2026/06/27/%cf%85%cf%80%ce%bf%ce%bb%ce%bf%ce%b3%ce%b9%cf%83%cf%84%ce%ae%cf%82-abv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Στείλε μας αυτό που δεν βρίσκεις!</title>
		<link>https://www.beeramatistirio.gr/2025/01/25/%cf%80%ce%b1%cf%81%ce%b1%ce%b3%ce%b3%ce%b5%ce%bb%ce%af%ce%b1-%ce%b1%cf%80%cf%8c-kegland/</link>
					<comments>https://www.beeramatistirio.gr/2025/01/25/%cf%80%ce%b1%cf%81%ce%b1%ce%b3%ce%b3%ce%b5%ce%bb%ce%af%ce%b1-%ce%b1%cf%80%cf%8c-kegland/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Sat, 25 Jan 2025 09:54:45 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=23819</guid>

					<description><![CDATA[Στο Beeramatistirio, έχουμε μία ευρεία γκάμα πρώτων υλών και εξοπλισμού οικιακής ζυθοποίησης. Εάν όμως θέλεις ένα προϊόν που δεν το έχουμε, στείλε μας στην παρακάτω φόρμα και θα σε ενημερώσουμε για κόστος και διαθεσιμότητα. Συνεργαζόμαστε με όλους τους μεγάλους οίκους του χώρου, όπως Brouwland.be , Kegland.eu , Mr-Malt.com , Enolandia.it και πολλούς ακόμα, απλά πες [...]]]></description>
										<content:encoded><![CDATA[
<p class="has-large-font-size wp-block-paragraph">Στο Beeramatistirio, έχουμε μία ευρεία γκάμα πρώτων υλών και εξοπλισμού οικιακής ζυθοποίησης.</p>



<p class="wp-block-paragraph" style="font-size:30px">Εάν όμως θέλεις ένα προϊόν που δεν το έχουμε, στείλε μας στην παρακάτω φόρμα και θα σε ενημερώσουμε για κόστος και διαθεσιμότητα.</p>



<p class="wp-block-paragraph" style="font-size:30px">Συνεργαζόμαστε με όλους τους μεγάλους οίκους του χώρου, όπως <strong><a href="https://brouwland.com/en/">Brouwland.be</a> , <a href="https://kegland.eu/">Kegland.eu</a> , <a href="http://Mr-Malt.com">Mr-Malt.com</a></strong> , <strong><a href="https://www.enolandia.it/">Enolandia.it</a> </strong>και πολλούς ακόμα, απλά πες μας αυτό που χρειάζεσαι!</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>


[contact-form-7]



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2025/01/25/%cf%80%ce%b1%cf%81%ce%b1%ce%b3%ce%b3%ce%b5%ce%bb%ce%af%ce%b1-%ce%b1%cf%80%cf%8c-kegland/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Συχνές ερωτήσεις, όταν φτιάχνεις μπύρα</title>
		<link>https://www.beeramatistirio.gr/2024/05/03/%cf%83%cf%85%cf%87%ce%bd%ce%ad%cf%82-%ce%b5%cf%81%cf%89%cf%84%ce%ae%cf%83%ce%b5%ce%b9%cf%82-%cf%8c%cf%84%ce%b1%ce%bd-%cf%86%cf%84%ce%b9%ce%ac%cf%87%ce%bd%ce%b5%ce%b9%cf%82-%ce%bc%cf%80%cf%8d%cf%81/</link>
					<comments>https://www.beeramatistirio.gr/2024/05/03/%cf%83%cf%85%cf%87%ce%bd%ce%ad%cf%82-%ce%b5%cf%81%cf%89%cf%84%ce%ae%cf%83%ce%b5%ce%b9%cf%82-%cf%8c%cf%84%ce%b1%ce%bd-%cf%86%cf%84%ce%b9%ce%ac%cf%87%ce%bd%ce%b5%ce%b9%cf%82-%ce%bc%cf%80%cf%8d%cf%81/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Fri, 03 May 2024 08:22:33 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=22494</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
<p><strong>Έριξα τη μαγιά, αλλα η μπύρα δε ζυμώνει, τι να κάνω?<br /></strong>Αρχικά, όταν ρίχνουμε τη μαγιά, αναδεύουμε ΠΑΝΤΑ. Αν δεν το έκανες η ζυμωση θα καθυστερήσει 48 ώρες.<br />Διαφορετικά, ελέγχουμε αν εχει κλείσει σωστά το καπάκι ή η φλάτζα της αεροπαγίδας και δεν υπάρχει διαροή αερίων.<br />Έπειτα, ελέγχεις αν έχεις τη σωστή θερμοκρασία ζύμωσης.</p>
<p><strong>Πέρασε πολύς καιρός από τότε που ξεκίνησε η ζύμωση αλλά η αεροπαγίδα βγαζει ακόμα φυσαλλίδες.</strong><br />Η φυσαλλίδες μπορεί και να μην σταματήσουν ποτέ. Με το πέρας της ζύμωσης υπάρχουν αρκετές αναθυμίασης, αυτό δεν σημαίνει όμως ότι υπάρχει ζύμωση. Πάρε μία μέτρηση με το πυκνόμετρο και θα δες αν όντως έχεις μια ολοκληρωμένη ζύμωση.</p>
<p> </p>


    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2024/05/03/%cf%83%cf%85%cf%87%ce%bd%ce%ad%cf%82-%ce%b5%cf%81%cf%89%cf%84%ce%ae%cf%83%ce%b5%ce%b9%cf%82-%cf%8c%cf%84%ce%b1%ce%bd-%cf%86%cf%84%ce%b9%ce%ac%cf%87%ce%bd%ce%b5%ce%b9%cf%82-%ce%bc%cf%80%cf%8d%cf%81/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Συχνές ερωτήσεις, όταν δεν φτιάχνεις μπύρα</title>
		<link>https://www.beeramatistirio.gr/2024/05/03/%cf%83%cf%85%cf%87%ce%bd%ce%ad%cf%82-%ce%b5%cf%81%cf%89%cf%84%ce%ae%cf%83%ce%b5%ce%b9%cf%82/</link>
					<comments>https://www.beeramatistirio.gr/2024/05/03/%cf%83%cf%85%cf%87%ce%bd%ce%ad%cf%82-%ce%b5%cf%81%cf%89%cf%84%ce%ae%cf%83%ce%b5%ce%b9%cf%82/#respond</comments>
		
		<dc:creator><![CDATA[teku]]></dc:creator>
		<pubDate>Fri, 03 May 2024 07:44:47 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=22489</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p><strong>Είναι εύκολο να φτιάξω σπιτική μπύρα?<br /></strong>Το να φτιάξει κάποιος σπιτική μπύρα, είναι αρκετά εύκολο αρκεί να ακολουθήσεις κατά γράμμα τις οδηγίες που αναφέρουμε για τον κάθε τρόπο.</p>
<p><strong>Πόσοι τρόποι υπάρχουν δηλαδη?<br /></strong>Στο Βeeramatistirio, έχουμε χωρίσει την παραγωγή σπιτικής μπύρας, σε 3 βασικά επίπεδα.<br /><strong>Νο 1. Έτοιμο κιτ μπύρας</strong><br />Εδώ, θα χρειαστείς τον αρχικό εξοπλισμό <a href="https://www.beeramatistirio.gr/product/kit-zythopoiisis-total/">total</a> + τα μπουκάλια. Με τον τρόπο αυτο, θα χρειαστεί απλά να αραιώσεις και να ζυμώσεις, ένα έτοιμο μείγμα της επιλογής σου. Θα τα βρείς όλα <a href="https://www.beeramatistirio.gr/product-category/beerkit/">εδώ</a>   <br /><strong>Νο 2. Malt Extract<br /></strong>Σε αυτο το επίπεδο, θα πρέπει να έχεις τον εξοπλισμό του 1ου σταδίου + ένα θερμόμετρο + μία κατσαρόλα 5-9 λίτρων. Σε αυτο το επίπεδο καλείσαι να φτιάξεις εσύ την συνταγή, με εκχύλισμα βύνης + φρέσκια βύνη και λυκίσκο. Συνταγές μπορείς να βρείς παντού στο google με αυτη τη μέθοδο ή να δοκιμάσεις τις δικιές μας <a href="https://www.beeramatistirio.gr/product-category/%cf%83%cf%85%ce%bd%cf%84%ce%b1%ce%b3%ce%ad%cf%82-extract/">εδώ</a>  <br /><strong>Νο.3 All grain &#8211; BIAB</strong><br />Στο στάδιο αυτο, που είναι και το πιο προχωρημένο, θα φτιάξεις την μπύρα σου κυριολεκτικά από το μηδέν. Όχι δεν θα χρειαστεί να βυνοποιήσεις το κριθάρι, αλλά θα πρέπει να πάρεις μία μεγάλη κατσαρόλα και έναν απαραίτητο εξοπλισμό που θα τον διαβάσεις <a href="https://www.beeramatistirio.gr/2018/08/30/%ce%bf%ce%b4%ce%b7%ce%b3%cf%8c%cf%82-all-grain/">εδώ</a> </p>
<p><strong>Σε πόσο καιρό θα πιω την μπύρα μου?</strong><br />Όποιον τρόπο και να διαλέξεις, η μπύρα σου πρέπει να ζυμώσει και να ωριμάσει. Αυτο σημαίνει, σίγουρα 1 βδομάδα ζύμωσης + 2-3 βδομάδες ωρίμανσης τουλάχιστον.</p>
<p><strong>Και δηλαδή η μπύρα μου θα πίνεται?</strong><br />Αν ακολουθήσεις πιστά τα βήματα, η μπύρα σου θα είναι καλύτερη από τον μέσο όρο της αγοράς.</p>
<p><strong>Πόσο χώρο θα χρειαστώ?</strong><br />Για το επίπεδο 1 και 2, αρκεί ένας χώρος 1m2<br />Για το επίπεδο 2, σίγουρα το μπαλκόνι σου για να φτιάξεις τη μπύρα και 1m2 για τη ζύμωση και την εμφιάλωση.</p>
<p><strong>Σε τι συνθήκες θα τη ζυμώσω και συντηρήσω?</strong><br />Ανάλογα με το είδος, η μπύρα ζυμώνει μεταξύ 12oC-22οC και σε εξαιρετικές περιπτώσεις και στους 35οC<br />Όποια κι αν είναι όμως η θερμοκρασία ζύμωσης, η μπύρα συντηρείται κάτω από τους 20οC και ιδανικά στους 2-4oC.</p>
<p><strong>Έχεις ακόμα απορίες?</strong><br />Στείλε μας e-mail στο info(παπάκι)beeramatistirio.gr</p>
<p> </p>


    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2024/05/03/%cf%83%cf%85%cf%87%ce%bd%ce%ad%cf%82-%ce%b5%cf%81%cf%89%cf%84%ce%ae%cf%83%ce%b5%ce%b9%cf%82/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Η Θερμοκρασία ανεβαίνει. Και τώρα πως ζυμώνω?</title>
		<link>https://www.beeramatistirio.gr/2021/05/25/%ce%b7-%ce%b8%ce%b5%cf%81%ce%bc%ce%bf%ce%ba%cf%81%ce%b1%cf%83%ce%af%ce%b1-%ce%b1%ce%bd%ce%b5%ce%b2%ce%b1%ce%af%ce%bd%ce%b5%ce%b9-%ce%ba%ce%b1%ce%b9-%cf%84%cf%8e%cf%81%ce%b1-%cf%80%cf%89%cf%82-%ce%b6/</link>
					<comments>https://www.beeramatistirio.gr/2021/05/25/%ce%b7-%ce%b8%ce%b5%cf%81%ce%bc%ce%bf%ce%ba%cf%81%ce%b1%cf%83%ce%af%ce%b1-%ce%b1%ce%bd%ce%b5%ce%b2%ce%b1%ce%af%ce%bd%ce%b5%ce%b9-%ce%ba%ce%b1%ce%b9-%cf%84%cf%8e%cf%81%ce%b1-%cf%80%cf%89%cf%82-%ce%b6/#respond</comments>
		
		<dc:creator><![CDATA[ΑΛΕΞΑΝΔΡΟΣ ΣΟΥΠΙΑΔΗΣ]]></dc:creator>
		<pubDate>Tue, 25 May 2021 20:41:13 +0000</pubDate>
				<category><![CDATA[Χωρίς κατηγορία]]></category>
		<guid isPermaLink="false">https://www.beeramatistirio.gr/?p=16627</guid>

					<description><![CDATA[Τους καλοκαιρινούς μήνες, ή καλύτερα όταν η θερμοκρασία ζύμωσης απογειώνεται πάνω από 22-23 βαθμούς, οι μπύρες που μπορούμε να ζυμώσουμε είναι περιορισμένες. Οι λύσεις είναι τρείς:i) Δεν ξαναζυμώνουμε μέχρι ο καιρός να δροσίσει. Νoooot.ii) Ζυμώνουμε με ό,τι θερμοκρασία έχουμε και κάνουμε τον σταυρό μας. Nooooot x 2.iii) Επιλέγουμε μαγιά Kveik και ζυμώνουμε ακόμα και τον [...]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Τους καλοκαιρινούς μήνες, ή καλύτερα όταν η θερμοκρασία ζύμωσης απογειώνεται πάνω από 22-23 βαθμούς, οι μπύρες που μπορούμε να ζυμώσουμε είναι περιορισμένες.</p>



<p class="wp-block-paragraph">Οι λύσεις είναι τρείς:<br>i)   Δεν ξαναζυμώνουμε μέχρι ο καιρός να δροσίσει. <strong>Νoooot.</strong><br>ii)  Ζυμώνουμε με ό,τι θερμοκρασία έχουμε και κάνουμε τον σταυρό μας. <strong>Nooooot x 2</strong>.<br>iii) Επιλέγουμε μαγιά Kveik και ζυμώνουμε ακόμα και τον δεκαπενταύγουστο.</p>



<p class="wp-block-paragraph">Η λέξη Kveik στα Νορβηγικά σημαίνει &#8220;μαγιά&#8221;, εκεί λοιπόν χρησιμοποιούσαν το συγκεκριμένο στέλεχος για να ζυμώνουν τις μπύρες τους με εξαιρετικά αποτελέσματα ανεξαρτήτως θερμοκρασίας! Ξέραιναν τη λάσπη της ζύμωσης και είχαν νέα κύτταρα για την επόμενή τους παρτίδα. Τόσο απλά! Nα το κάνω και γω? Αν δεν είσαι σίγουρος, καλύτερα αγόρασε έτοιμο φακελάκι με τη μαγιά <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p class="wp-block-paragraph">Το αποτέλεσμα της ζύμωσης είναι σχετικά ουδέτερο σε γεύση και άρωμα με ελαφριά την παρουσία φρούτων. Μπορούμε λοιπόν να πούμε ότι είναι κατάλληλη για Pale Ale , IPA και άλλα παρόμοια είδη, χωρίς να σημαίνει ότι δεν μπορούμε να τη χρησιμοποιήσουμε σε Brown ales, Stout κτλ, </p>



<p class="wp-block-paragraph">Η θερμοκρασία που της αρέσει είναι από 25 έως και 40 βαθμούς! Με σχετικά γρήγορη ταχύτητα ζύμωσης 2-3 ημερών, είναι η κατάλληλη μαγιά για τους θερμούς μήνες του καλοκαιριού.</p>



<p class="wp-block-paragraph">Ναι, και έτοιμο κιτ μπύρας αν κάνεις, μπορείς να χρησιμοποιήσεις την μαγιά Kveik αντί για του έτοιμου κιτ για να ζυμώσεις. Ψιτ, δεν πετάς τη μαγιά που περιέχει το κιτ, τη βάζεις ψυγείο για ώρα ανάγκης.</p>



<p class="wp-block-paragraph">Στην αγορά κυκλοφορούν 2 ξηρές μαγιές Kveik από τη <a href="https://www.beeramatistirio.gr/product/%ce%bc%ce%b1%ce%b3%ce%b9%ce%ac-mangrove-jacks-m12-kveik/">Mangrove Jacks</a> και τη <a href="https://www.beeramatistirio.gr/product/%ce%bc%ce%b1%ce%b3%ce%b9%ce%ac-lalbrew-voss-kveik/">Lallemand</a>. Και οι 2 είναι εξίσου ιδανικές και σε περιμένουν να μπυραματιστείς μαζί τους!</p>



<p class="wp-block-paragraph">Skål !</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.beeramatistirio.gr/2021/05/25/%ce%b7-%ce%b8%ce%b5%cf%81%ce%bc%ce%bf%ce%ba%cf%81%ce%b1%cf%83%ce%af%ce%b1-%ce%b1%ce%bd%ce%b5%ce%b2%ce%b1%ce%af%ce%bd%ce%b5%ce%b9-%ce%ba%ce%b1%ce%b9-%cf%84%cf%8e%cf%81%ce%b1-%cf%80%cf%89%cf%82-%ce%b6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
