<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Betreff: wie wird die Heizkurve berechnet? (Formel)" in Funktionen und Nutzung</title>
    <link>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50702#M14321</link>
    <description>&lt;P&gt;ah danke, too bad.&lt;/P&gt;&lt;P&gt;Schade dass mein Bosch nicht gleich Smart ist. Oder man sich bei Smarthome nicht weiter für die Funktionsweise von Bosch interessiert.&lt;/P&gt;&lt;P&gt;Bei Bosch Home Comfort finde ich leider nicht was ich suche, und da gibts nicht so ein schlaues Forum.&lt;/P&gt;&lt;P&gt;Ich suche weiter.&lt;span class="lia-unicode-emoji" title=":winkende_Hand:"&gt;👋&lt;/span&gt; danke nochmals&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 15:33:09 GMT</pubDate>
    <dc:creator>arnold37</dc:creator>
    <dc:date>2023-12-19T15:33:09Z</dc:date>
    <item>
      <title>wie wird die Heizkurve berechnet? (Formel)</title>
      <link>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50641#M14293</link>
      <description>&lt;P&gt;ich will gern die Heizkurven Berechnung nachvollziehen.&lt;/P&gt;&lt;P&gt;Ich hab das HPC410, und Compress 3000i.&lt;/P&gt;&lt;P&gt;Mit bbqkees an homeassistant verbunden.&lt;/P&gt;&lt;P&gt;Da versuche ich mit einem template die Vorlauf Soll Temperatur zu berechnen, siehe unten.&lt;/P&gt;&lt;P&gt;Das Ergebnis stimmt leider nur selten.&lt;/P&gt;&lt;P&gt;Was mache ich falsch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{% set x1 = states('number.thermostat_minexttemp')| float %}&lt;BR /&gt;{% set y1 = states('number.thermostat_hc1_designtemp')| float %}&lt;BR /&gt;{% set x2 = states('sensor.thermostat_dampedoutdoortemp')| float %}&lt;BR /&gt;{% set x3 = 20 %}&lt;BR /&gt;{% set y3 = states('number.thermostat_hc1_minflowtemp')| float %}&lt;BR /&gt;{% set c = states('sensor.thermostat_hc1_currtemp')| float %}&lt;BR /&gt;{% set s = states('number.thermostat_hc1_seltemp')| float %}&lt;BR /&gt;{% set r = states('number.thermostat_hc1_roominfluence')| float %}&lt;BR /&gt;{% set o = states('number.thermostat_hc1_offsettemp')| float %}&lt;BR /&gt;{% set r1 = s - 20 %}&lt;BR /&gt;{% set r2 = ((s - c) *r) %}&lt;BR /&gt;{% set y2 = ((( x2 - x1)*(y3-y1))/(x3-x1))+y1 %}&lt;BR /&gt;{% if r == 0 %}&lt;BR /&gt;{{ (y2 + r1 +o) |round }}&lt;BR /&gt;{% else %}&lt;BR /&gt;{{ (y2 + r2 +o) |round }}&lt;BR /&gt;{% endif %}&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 18:50:25 GMT</pubDate>
      <guid>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50641#M14293</guid>
      <dc:creator>arnold37</dc:creator>
      <dc:date>2023-12-18T18:50:25Z</dc:date>
    </item>
    <item>
      <title>Betreff: wie wird die Heizkurve berechnet? (Formel)</title>
      <link>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50652#M14296</link>
      <description>&lt;P&gt;&lt;a href="https://community.bosch-smarthome.com/t5/user/viewprofilepage/user-id/9903"&gt;@arnold37&lt;/a&gt;&amp;nbsp;Bad bist Du hier nicht in der richtigen Community. Hier geht es um das &lt;A href="https://www.bosch-smarthome.com/de/de/" target="_self"&gt;Bosch Smarthome System&lt;/A&gt;. Bei Fragen zu Heizungssteuerung schau bitte besser bei &lt;A href="https://www.google.com/aclk?sa=L&amp;amp;ai=DChcSEwjVrJiv7JqDAxVY51EKHaeLCL0YABAOGgJ3cw&amp;amp;gclid=EAIaIQobChMI1ayYr-yagwMVWOdRCh2niwi9EAAYASAAEgLJ4fD_BwE&amp;amp;sig=AOD64_3l8IGbjNN3eRLY5LArHtzW3lrh0g&amp;amp;q&amp;amp;adurl&amp;amp;ved=2ahUKEwjHsZGv7JqDAxXg1gIHHXD8B48Q0Qx6BAgIEAE" target="_self"&gt;Bosch Home Comfort&lt;/A&gt; oder in spezifischen Heizungforen.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 06:15:50 GMT</pubDate>
      <guid>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50652#M14296</guid>
      <dc:creator>Geomo</dc:creator>
      <dc:date>2023-12-19T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Betreff: wie wird die Heizkurve berechnet? (Formel)</title>
      <link>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50702#M14321</link>
      <description>&lt;P&gt;ah danke, too bad.&lt;/P&gt;&lt;P&gt;Schade dass mein Bosch nicht gleich Smart ist. Oder man sich bei Smarthome nicht weiter für die Funktionsweise von Bosch interessiert.&lt;/P&gt;&lt;P&gt;Bei Bosch Home Comfort finde ich leider nicht was ich suche, und da gibts nicht so ein schlaues Forum.&lt;/P&gt;&lt;P&gt;Ich suche weiter.&lt;span class="lia-unicode-emoji" title=":winkende_Hand:"&gt;👋&lt;/span&gt; danke nochmals&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:33:09 GMT</pubDate>
      <guid>https://community.bosch-smarthome.com/t5/funktionen-und-nutzung/wie-wird-die-heizkurve-berechnet-formel/m-p/50702#M14321</guid>
      <dc:creator>arnold37</dc:creator>
      <dc:date>2023-12-19T15:33:09Z</dc:date>
    </item>
  </channel>
</rss>

