{"id":2632,"date":"2022-12-03T15:06:30","date_gmt":"2022-12-03T15:06:30","guid":{"rendered":"https:\/\/csiag.eu\/?p=2632"},"modified":"2022-12-29T17:07:58","modified_gmt":"2022-12-29T17:07:58","slug":"hm_lss-yueke-bagli-anahtarlama-esiklerini-ayarlar","status":"publish","type":"post","link":"https:\/\/csiag.eu\/tr\/blog\/2022\/12\/03\/hm_lss-lastabhaengige-schaltschwellen-festlegen\/","title":{"rendered":"HG_LM - Y\u00fcke ba\u011fl\u0131 anahtarlama e\u015fiklerini ayarlay\u0131n"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Okuma s\u00fcresi<\/span> <span class=\"rt-time\"> 2<\/span> <span class=\"rt-label rt-postfix\">dakika<\/span><\/span>\n<p>Y\u00fcke ba\u011fl\u0131 bir anahtarlama e\u015fi\u011fi, k\u0131y\u0131 g\u00fcc\u00fcn\u00fc besleyen hatt\u0131n a\u015f\u0131r\u0131 y\u00fcklenmesini \u00f6nlemek i\u00e7in tasarlanm\u0131\u015ft\u0131r. Burada 3.100 W oldu\u011fu varsay\u0131lan izin verilen maksimum \u00e7\u0131k\u0131\u015f ve 1.500 W'l\u0131k maksimum ALDE elektrikli \u0131s\u0131tma \u00e7\u0131k\u0131\u015f\u0131 (a\u015fama I -&gt; 1.000 W, a\u015fama II -Y 500 W) temel al\u0131nd\u0131\u011f\u0131nda, bu yakla\u015f\u0131k 1.600 W'l\u0131k bir marj ile sonu\u00e7lan\u0131r.<\/p>\n\n\n\n<p>Program:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"246\" src=\"https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-1024x246.png\" alt=\"\" class=\"wp-image-2789\" srcset=\"https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-1024x246.png 1024w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-300x72.png 300w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-768x184.png 768w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-1536x369.png 1536w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-2048x492.png 2048w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-22-1560x375.png 1560w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Program - HG_LM - G\u00fc\u00e7 \u00f6l\u00e7\u00fcm\u00fc ve g\u00fc\u00e7le ilgili anahtarlama<\/figcaption><\/figure>\n<\/div>\n\n\n<p>Kod:<\/p>\n\n\n\n<p><code>real pwr = dom.GetObject(\"HG_LM_POWER\").Value(); WriteLine(\"Pwr.\");WriteLine(pwr);<br>var nicht_heizen = dom.GetObject(\"SV_IT\").Value(); WriteLine(\"nicht_heizen\");WriteLine(nicht_heizen);<\/code><\/p>\n\n\n\n<p><code>if ((pwr &gt; 1) &amp;&amp; (pwr &lt; 2201) &amp;&amp; (not_heating == false))<br>{<br>dom.GetObject(\"BidCos-RF.IEQ0101895:1.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:2.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:3.STATE\").State(1);<\/code><\/p>\n\n\n\n<p><code>dom.GetObject(\"BidCos-RF.SEQ3114635:1.STATE\").State(1);<\/code><\/p>\n\n\n\n<p><code>var P = \"P &gt; 1 &lt; 2201&quot;; dom.GetObject(&quot;Current_Load&quot;).State(P);WriteLine(P);<br>}<\/code><\/p>\n\n\n\n<p><code>elseif ((pwr &gt; 2200) &amp;&amp; (pwr &lt; 2601) &amp;&amp; (not_heating == false))<br>{<br>dom.GetObject(\"BidCos-RF.IEQ0101895:1.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:2.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:3.STATE\").State(0);<\/code><\/p>\n\n\n\n<p><code>dom.GetObject(\"BidCos-RF.SEQ3114635:1.STATE\").State(1);<\/code><\/p>\n\n\n\n<p><code>var P = \"P &gt; 2200 &lt; 2601&quot;; dom.GetObject(&quot;Current_Load&quot;).State(P);WriteLine(P);<br>}<\/code><\/p>\n\n\n\n<p><code>elseif ((pwr &gt; 2600) &amp;&amp; (pwr &lt; 2801) &amp;&amp; (not_heating == false))<br>{<br>dom.GetObject(\"BidCos-RF.IEQ0101895:1.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:2.STATE\").State(0);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:3.STATE\").State(1);<\/code><\/p>\n\n\n\n<p><code>dom.GetObject(\"BidCos-RF.SEQ3114635:1.STATE\").State(1);<\/code><\/p>\n\n\n\n<p><code>var P = \"P &gt; 2600 &lt; 2801&quot;; dom.GetObject(&quot;Current_Load&quot;).State(P);WriteLine(P);<br>}<\/code><\/p>\n\n\n\n<p><code>elseif ((pwr &gt; 2800) &amp;&amp; (pwr &lt; 3101) &amp;&amp; (not_heating == false))<br>{<br>dom.GetObject(\"BidCos-RF.IEQ0101895:1.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:2.STATE\").State(0);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:3.STATE\").State(1);<\/code><\/p>\n\n\n\n<p><code>dom.GetObject(\"BidCos-RF.SEQ3114635:1.STATE\").State(0);<\/code><\/p>\n\n\n\n<p><code>! var P = \"P &gt; 2800 &lt; 3101&quot;; dom.GetObject(&quot;Current_Load&quot;).State(P);WriteLine(P);<br>}<\/code><\/p>\n\n\n\n<p><code>elseif (pwr &gt; 3100)<br>{<\/code><br><code>dom.GetObject(\"BidCos-RF.IEQ0101895:1.STATE\").State(1);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:2.STATE\").State(0);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:3.STATE\").State(0);<\/code><\/p>\n\n\n\n<p><code>dom.GetObject(\"BidCos-RF.SEQ3114635:1.STATE\").State(0);<\/code><\/p>\n\n\n\n<p><code>var P = \"P &gt; 3100\"; dom.GetObject(\"Current_Load\").State(P);WriteLine(P);<br>}<\/code><\/p>\n\n\n\n<p><code>elseif (not_heating == true)<br>{<br>dom.GetObject(\"BidCos-RF.IEQ0101895:1.STATE\").State(0);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:2.STATE\").State(0);<br>dom.GetObject(\"BidCos-RF.IEQ0101895:3.STATE\").State(0);<\/code><\/p>\n\n\n\n<p><code>dom.GetObject(\"BidCos-RF.SEQ3114635:1.STATE\").State(1);<br>}<\/code><\/p>\n\n\n\n<p>Komut dosyas\u0131n\u0131n \u00e7\u0131kt\u0131s\u0131 (e\u011fer sat\u0131rlar <code>WriteLine(\" ... \")<\/code> yorumlanmam\u0131\u015ft\u0131r):<\/p>\n\n\n\n<p><code>Pwr.<br>1882.919998<br>not_heating<br>Yanl\u0131\u015f<br>P &gt; 1 &lt; 2201<\/code><\/p>\n\n\n\n<p>Kod, sistem de\u011fi\u015fkenini de\u011ferlendirir <code>HG_LM_POWER<\/code> \u00f6nceki komut dosyas\u0131ndan ve ayr\u0131ca \u0131s\u0131tma pompas\u0131n\u0131 anahtarlayan Homematic 4 katl\u0131 r\u00f6le mod\u00fcl\u00fcn\u00fcn 1. kanal\u0131n\u0131n durumu. <\/p>\n\n\n\n<p>Yeterli g\u00fc\u00e7 rezervi varsa, \u00f6rne\u011fin 2.301 W'tan az, pompan\u0131n durumu <code>1<\/code> bu nedenle sistem de\u011fi\u015fkeni <code>not_heating<\/code> = <code>Yanl\u0131\u015f<\/code>o zaman, g\u00f6re <code>E\u011fer<\/code>-\u015eube Seviye I ve II a\u00e7\u0131ld\u0131.<\/p>\n\n\n\n<p>\u00d6rne\u011fin, kahve makinesi \u015fimdi etkinle\u015ftirilirse, ek 800 W gerekir. \u00d6nceki 2.131,7 W'l\u0131k g\u00fc\u00e7 2.931,7 W olur.<\/p>\n\n\n\n<p>Sonu\u00e7 olarak, ikinci <code>elseif<\/code>-dal\u0131 ve I. a\u015fama kapat\u0131l\u0131r.<\/p>\n\n\n\n<p>Kahve makinesi tekrar kapat\u0131ld\u0131\u011f\u0131nda, g\u00fc\u00e7 gereksinimi \u00f6nceki seviyeye d\u00fc\u015f\u00fcr\u00fcl\u00fcr ve seviye I tekrar a\u00e7\u0131l\u0131r.<\/p>\n\n\n\n<p>Di\u011fer senaryolar da benzer \u015fekilde \u00e7al\u0131\u015f\u0131r.<\/p>","protected":false},"excerpt":{"rendered":"<p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Okuma s\u00fcresi<\/span> <span class=\"rt-time\"> 2<\/span> <span class=\"rt-label rt-postfix\">dakika<\/span><\/span>Y\u00fcke ba\u011fl\u0131 bir anahtarlama e\u015fi\u011fi, k\u0131y\u0131 g\u00fcc\u00fcn\u00fc besleyen hatt\u0131n a\u015f\u0131r\u0131 y\u00fcklenmesini \u00f6nlemek i\u00e7in tasarlanm\u0131\u015ft\u0131r. Burada 3.100 W oldu\u011fu varsay\u0131lan izin verilen maksimum g\u00fc\u00e7 ve 1.500 W'l\u0131k maksimum ALDE elektrikli \u0131s\u0131tma g\u00fcc\u00fc (seviye I -&gt; 1.000 W, seviye II -Y 500 W) temel al\u0131nd\u0131\u011f\u0131nda, bu yakla\u015f\u0131k 1.600 W'l\u0131k bir marjla sonu\u00e7lan\u0131r. Program: Kod: real pwr = dom.GetObject(\"HG_LM_POWER\").Value(); WriteLine(\"Pwr.\");WriteLine(pwr);var...&nbsp;<a href=\"https:\/\/csiag.eu\/tr\/blog\/2022\/12\/03\/hm_lss-lastabhaengige-schaltschwellen-festlegen\/\" rel=\"bookmark\">Daha fazlas\u0131n\u0131 oku \"<span class=\"screen-reader-text\">HG_LM - Y\u00fcke ba\u011fl\u0131 anahtarlama e\u015fiklerini ayarlay\u0131n<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[450,346,347],"tags":[452,451,453,389,454,391],"class_list":["post-2632","post","type-post","status-publish","format-standard","hentry","category-leistungsmessung","category-smarthome","category-smarthome-im-wohnmobil","tag-heizleistung","tag-lastabhaengig","tag-leistungsbedarf","tag-leistungsmessung","tag-leistungsreserve","tag-schaltschwelle"],"modified_by":"Achim Goerner","_links":{"self":[{"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/posts\/2632","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/comments?post=2632"}],"version-history":[{"count":0,"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/posts\/2632\/revisions"}],"wp:attachment":[{"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/media?parent=2632"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/categories?post=2632"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csiag.eu\/tr\/wp-json\/wp\/v2\/tags?post=2632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}