NEWS
DS18B20 mit CC2530
-
@bimmi Standardmäßig wird die Z-Pumpe über Zeit gesteuert aber das ist mir zu ungenau. Ich erfasse die aktuelle Temperatur der Z-Leitung und wenn diese unter 45°C fällt, schaltet die Pumpe ein. Da unser Rohrleitungsnetz sehr gut isoliert ist, ist der Stromverbrauch der Pumpe recht übersichtlich. Für mich als Heizungsbauer macht es überhaupt keinen Sinn warum die Pumpe erst dann laufen soll wenn Wasser gezapft wird. Dann läuft doch eh Warmwasser durch die Leitung. Dann kannst Du auch gleich ganz auf die Pumpe verzichten, schneller kommt das Warmwasser jedenfalls dadurch nicht an die Zapfstelle.
-
@thomas4170 Das warme Wasser kommt bei Pumpenbetrieb durchaus schneller an die Zapfstelle. Ich habe es genau so umgesetzt: wenn warmes Wasser angefordert wird, steigt die Temperatur am Rohr und dann hilft die Pumpe mit das Wasser umzuwälzen; funktioniert gut. Die Pumpe läuft nun erheblich kürzer als zuvor.
-
@joergh aktuell reagiere ich mit einem einfachen Skript auf die Rücklauf Temperatur. Ich muss den Temperaturfühler wohl etwas weiter weg packen, denn ich sehe in der Warmwasserleitung nur einen sehr geringen Unterschied beim zapfen.
Kann ich evtl dein Skript dazu sehen?
@Thomas4170 theoretisch würde ich so oder so keine Zirkupumpe benötigen. Bis warmes Wasser kommt dauert es bei mir auch nicht sehr lange. Ich lasse sie aber trotzdem laufen damit eine Zirkulation stattfindet. Habe mein Warmwasser auf 45°C (bitte hier keine Diskussion bzgl. Legionellen
). Der Stromverbrauch der Pumpe ist wirklich uninteressant. Wichtiger finde ich die Wärmeverluste. Diese gehen nämlich in den Beton über.
Bei tasmota hat sich die Seriennummer der Sensoren nach jedem neuen Sensor geändert. Da dachte ich wäre ein beschriften der Eingangsleitungen durchaus interessant.
Trotzdem ein tolles Projekt und ich denke ernsthaft darüber nach das nachzubauen. CC Sticks hab ich noch übrig und so eine Platine ist fix bestellt.
-
@bimmi Ich habe einen Fühler ca. 60 cm von der Therme entfernt am Vorlauf und einen am Rücklauf, ca. 2 m vor der Therme. Ich messe am Vorlauf ob er über x Messungen einen kontinuierlichen Anstieg verzeichnet bevor ich einschalte, weil er mir sonst beim normalen Nachheizen des Wassers bereits die Zirkulation aktiviert hatte. Dann läuft er solange, bis die Temperaturdifferenz zum Rücklauf einen gewissen Wert unterschreitet. In der Praxis sind das dann 10-20 Minuten. Eventuell werde ich das nochmal verkürzen, da 5 Minuten vermutlich auch reichen würden. Zusätzlich zirkuliert er während des Legionellenzyklus fix nach Zeitvorgabe.
<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</variable> <variable id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</variable> <variable id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</variable> <variable id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</variable> <variable id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</variable> </variables> <block type="variables_set" id="q=%[O1D4|_}u]%HlD#mQ" x="63" y="-87"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="VALUE"> <block type="math_number" id="=G4+4ZP*RJFL7=6Z@,q)"> <field name="NUM">0</field> </block> </value> <next> <block type="on_ext" id="[)|,W;ixylfzB:d7^;2."> <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="CZr?G$MvXAtizp0FvBK-"> <field name="oid">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC1</field> </shadow> </value> <statement name="STATEMENT"> <block type="variables_set" id="fkEs}!zcbc]lF+6{3G2="> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> <value name="VALUE"> <block type="get_value" id="`kaF5P#`pbe`]!,e%Q6T"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC1</field> </block> </value> <next> <block type="variables_set" id="^R}xI,aAIOc(KX2RfK1?"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> <value name="VALUE"> <block type="get_value" id="EhdYYahN~^_4l[[~2Fyz"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC2</field> </block> </value> <next> <block type="controls_if" id="pMO)lv!4,(3_2j;mPZ9}"> <value name="IF0"> <block type="logic_compare" id="+wUa~6yz,c:8%ka%[PeS"> <field name="OP">LT</field> <value name="A"> <block type="math_arithmetic" id="UPt;B@I$}]q}?aNBPeim"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="DWour`T}(}GMgIf7tO`S"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="q4^JXI9,p+9aq=i20!V,"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id="s*W0;Z%avi?Cf1ckgEI`"> <field name="NUM">0</field> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="jHXT)YrK4!{q/O]Fh(-;"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="JGDRg?j5tH6xNDq;?sYX"> <field name="NUM">0</field> </block> </value> </block> </statement> <next> <block type="debug" id="dUv9D?`f]V57f!5ILV:["> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="OPd*tqyU7_fKxy~NC$^-"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="vSuP*aqXv)D@t-MjYo!c"> <mutation items="8"></mutation> <value name="ADD0"> <block type="text" id="=4i:f%I]1$Cs}_ep$S=E"> <field name="TEXT">VL Zirk. </field> </block> </value> <value name="ADD1"> <block type="variables_get" id=":dSvaJejgZ!-]Q35}:uL"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD2"> <block type="text" id="s(-.0UO+-=Eh)=R-lpAD"> <field name="TEXT"> Alt </field> </block> </value> <value name="ADD3"> <block type="variables_get" id="eLnUULjOm1F.ew@_}ePZ"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD4"> <block type="text" id="cX]|S4l]9mmd$tej#}rr"> <field name="TEXT"> - RL Zirk. </field> </block> </value> <value name="ADD5"> <block type="variables_get" id="r+J.tC%!Je7et7%R~#`T"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD6"> <block type="text" id=":^0vW]_sB0kV#KeTqp3M"> <field name="TEXT"> Alt </field> </block> </value> <value name="ADD7"> <block type="variables_get" id="W!D#3sp5[ySaloLHwwF3"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="controls_if" id="U{4X^L{b,S3J?z[:[.$W"> <mutation elseif="1"></mutation> <value name="IF0"> <block type="logic_negate" id="x;N-994=cXwzIePe`k/Z"> <value name="BOOL"> <block type="get_value" id="IEa3q)qbf(%75Gdjs6F0"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.Relay0.Switch</field> </block> </value> </block> </value> <statement name="DO0"> <block type="debug" id="@-+Ejj`Sty./^4Pr}at0"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="iIzz)Ze`tFG0dBSG8sll"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="HfyQum@EkbD-t0T|(06s"> <mutation items="4"></mutation> <value name="ADD0"> <block type="text" id="_].9YfT/O#S`})qrZ*tq"> <field name="TEXT">Temperaturdifferenz Vorlauf </field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="6-Gd{U$DH5On~MLcxALQ"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="!D$d7h=Xhf6_VBBDa;N("> <field name="NUM">1</field> </shadow> <block type="variables_get" id="BYXvaj[#ON$a}mR^F4rI"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="B"> <shadow type="math_number" id="#pO;3Bk17De6)#cF@d}="> <field name="NUM">1</field> </shadow> <block type="variables_get" id="0^c;I$4IVz}=U?{K8V8y"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> </block> </value> <value name="ADD2"> <block type="text" id="3z*8jp%uMuB$mKs?$cT."> <field name="TEXT"> Rundenzähler </field> </block> </value> <value name="ADD3"> <block type="variables_get" id="1eHe{ubCr5f.*^pQd*Ok"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> </block> </value> </block> </value> <next> <block type="controls_if" id="0C!y:|#AI=md!:%PU#{1"> <value name="IF0"> <block type="logic_operation" id=",Hc?h;AH^pHfAf%{%yx]" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="Y+8XW5zRsP67lsWmC`F:"> <field name="OP">EQ</field> <value name="A"> <block type="time_get" id="6kf3)?GEp5KD?26`R?/b"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="true"></mutation> <field name="OPTION">wdt</field> <field name="LANGUAGE">de</field> </block> </value> <value name="B"> <block type="text" id="[J{78(d6FCR.twe#!A9M"> <field name="TEXT">Montag</field> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="(1HEevsSO+2HoA;)m,aE"> <field name="OP">AND</field> <value name="A"> <block type="time_compare" id="j.I*4+OrCD92wtIZt9W^"> <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false"></mutation> <field name="OPTION">>=</field> <field name="START_TIME">04:00</field> </block> </value> <value name="B"> <block type="time_compare" id="dEn$7MOb6EV5h@W9iT1."> <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false"></mutation> <field name="OPTION"><</field> <field name="START_TIME">04:15</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="3v,-K`4pK`34^}gq3!qt"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> <value name="VALUE"> <block type="math_number" id="pI6v_PAqr%bds]{GY|yD"> <field name="NUM">75</field> </block> </value> </block> </statement> <next> <block type="controls_if" id="Q5T.6lHK^|7i(jAihb:w"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="gaKSY4xL6nG61)?S*_hl"> <field name="OP">GT</field> <value name="A"> <block type="math_arithmetic" id="k2=U!eQUzL=;-Sm#`l?."> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="8s]3SJ//G+G=.n@N*f)_"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="%G1X@!:_@ql^VG]ND)02"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="B"> <shadow type="math_number" id="zoRFY!,[4;CoX04u6wlR"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="RlEzO#AD[LT@k+}q/*K!"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id="|YG;B$25e9Ge7aGnO]s#"> <field name="NUM">0</field> </block> </value> </block> </value> <statement name="DO0"> <block type="math_change" id="#iy));-;,hZIir(L5gBc"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="DELTA"> <shadow type="math_number" id="y(Vw:mJ|lTO_j}U0.r+c"> <field name="NUM">1</field> </shadow> </value> <next> <block type="debug" id="?uHQXv]eV{-2]WZehpe5"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="$R5x4/R4@Ji_C/#KWor-"> <mutation items="2"></mutation> <value name="ADD0"> <block type="text" id="/}Jj,_Bu+j;SuySk(0G+"> <field name="TEXT"> Minuten seit Zirkulationsbeginn: </field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="k=%qim(A9=3_kA_3h.Ui"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="X|o}(S%l{sy,8u!?iH!f"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="2kf5w}z?*@Q))b@.NYYo"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> </block> </value> <next> <block type="controls_if" id="ob;D@QtyYCyOkArqW07J"> <value name="IF0"> <block type="logic_operation" id="?sr%q`)o@S!e_,n;re+Q" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_operation" id="^aAiojdw7DlR4HV7~VGb" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="N}H/gzW!T[eps5x)wgMs"> <field name="OP">GTE</field> <value name="A"> <block type="math_arithmetic" id="gt:wc?E]Mhr*?lYfG4du"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="%y6igs_s8-{$VbbLy8MO"> <field name="NUM">1</field> </shadow> <block type="time_get" id="h#Ab916Wqdv(^YYvsz-3"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number" id="x.3%kR[:g9t~W1C3RB++"> <field name="NUM">1</field> </shadow> <block type="get_value" id="+UlCX@N[_xths|e024Vx"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id=":V~yvm+)JMZ^n+-2+#-~"> <field name="NUM">30</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="|W}M,[*x?~(IY9q=Dxs#"> <field name="OP">LT</field> <value name="A"> <block type="get_value" id="Z-v5A5k-qoRDC,:p~R`^"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC1</field> </block> </value> <value name="B"> <block type="math_number" id="_tO.x`UqVtR?,=^QHf)X"> <field name="NUM">35</field> </block> </value> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="3milY/3yu:Da$EXE2d)^"> <field name="OP">GTE</field> <value name="A"> <block type="variables_get" id="(%IFpHT]f;~p$,Do2(BP"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> </block> </value> <value name="B"> <block type="math_number" id="s9ac4K8Tb532q[asW;+t"> <field name="NUM">5</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="bh$gK{z}fwKahZ[W^tI("> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.Relay0.Switch</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="2Vc)c``Lac2~%~#Vv^Au"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="control" id="o2hfITe2PC:)ulZlmSEa"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="time_get" id="E#Tsj1s{y/rFH)^fuXE9"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <next> <block type="debug" id="w*u+rQ|O-lEydgV_F+-_"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="z75IX6042BEyZ0xkgLv7"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="bJWK[}qJD}Rw5H^ZlPu."> <mutation items="11"></mutation> <value name="ADD0"> <block type="text" id="$g%8^gG,|0Aosv;EfU=9"> <field name="TEXT">Zirkulation an um: </field> </block> </value> <value name="ADD1"> <block type="time_get" id="rVls|4H(ml|tVN.]LTL+"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> </block> </value> <value name="ADD2"> <block type="text" id="fGguqXvzsZ4pZNmsUQd#"> <field name="TEXT"> Uhr.</field> </block> </value> <value name="ADD3"> <block type="text" id="0^%/K#q5cPPQMATo1u4#"> <field name="TEXT"> Vorlauf: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="ztxH=guh:KiJKp*{Z$IA"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD5"> <block type="text" id=":wKti7I%rZR+qsF|lN:C"> <field name="TEXT"> / </field> </block> </value> <value name="ADD6"> <block type="variables_get" id="8uKw;t)B|@b?Sq_nu[da"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD7"> <block type="text" id="Z29=nM@181Pz~L:$8B[1"> <field name="TEXT"> - Rücklauf: </field> </block> </value> <value name="ADD8"> <block type="variables_get" id="cmgFR|=DX421NqFG?#7N"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD9"> <block type="text" id=".kD{QVjNB#rAB|vXm5y2"> <field name="TEXT"> / </field> </block> </value> <value name="ADD10"> <block type="variables_get" id="dMIxU-hy8@NhjeJh6[JC"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="telegram" id="K^o7u$(BdWK^Gy3g]/**"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="X!*^k+q30wHSr~~[p$u%"> <field name="TEXT"></field> </shadow> <block type="text_join" id="!|cg3SxBYVy_:z;xzLgx"> <mutation items="11"></mutation> <value name="ADD0"> <block type="text" id="ck.A;zN;!T;~wvrbiZsR"> <field name="TEXT">Zirkulation an um: </field> </block> </value> <value name="ADD1"> <block type="time_get" id="s6SC8Dz_Y+1w#K$;$Dyj"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> </block> </value> <value name="ADD2"> <block type="text" id="ny$8V+.HUGfr4XFxL@W2"> <field name="TEXT"> Uhr.</field> </block> </value> <value name="ADD3"> <block type="text" id="{d:AvL`FmMm/r0YarY!`"> <field name="TEXT"> Vorlauf: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="-bko(d$7xJ,f]p8}YZ4q"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD5"> <block type="text" id="I8kw|f@45+;#F.b;+0eU"> <field name="TEXT"> / </field> </block> </value> <value name="ADD6"> <block type="variables_get" id="D(ukzF~/X0hC2tVVV^Pk"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD7"> <block type="text" id="xSczg^N9z)ma8zwF|BWS"> <field name="TEXT"> - Rücklauf: </field> </block> </value> <value name="ADD8"> <block type="variables_get" id="iFepBsV.qS87KkCSdc.K"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD9"> <block type="text" id="95oWk4:T4Ff#YCWGU7KB"> <field name="TEXT"> / </field> </block> </value> <value name="ADD10"> <block type="variables_get" id="}_X(z*Aw$W}R]2S|,NW%"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="variables_set" id="p)c9`t*b)FKnt!OKlvj)"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="VALUE"> <block type="math_number" id="|STdO@E2;[(c/zLQ@!RN"> <field name="NUM">0</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="@D?Y=?J:m#Ff-5gdf#1o"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="VALUE"> <block type="math_number" id="@CA]jROg,m:p{ExuB=z#"> <field name="NUM">0</field> </block> </value> </block> </statement> </block> </next> </block> </next> </block> </statement> <value name="IF1"> <block type="logic_operation" id="yJ)|LKfC_EaNN9W#4%A4" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="[V#P_ce!r:oUwYwg|UYD"> <field name="OP">LT</field> <value name="A"> <block type="math_arithmetic" id="5-FM0(b9Frpm,0ZYw$2I"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="0n.$HUfIOMUuia0hcX~}"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="Y{$_zj;hr~ay||tkU`T}"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id="ZhjhNgjY;:wG?Ew50,Jw"> <field name="NUM">1.7</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="VlLY$mPB|*Hvvo,11GmU"> <field name="OP">GT</field> <value name="A"> <block type="math_arithmetic" id="_Mej|i:PMKZ!cxtp!]rc"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="9Z$X[Zq8;Llrz]G;j#nI"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="b,CRn$}ZNC@dui%Sf7pa"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id="3$Fi=J85:Ij]f;,CFtoz"> <field name="NUM">10</field> </block> </value> </block> </value> </block> </value> <statement name="DO1"> <block type="control" id="A%^p$+2WE7GkyKDvf-*m"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.Relay0.Switch</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="ZlMX,x+a5h-(6#P%z]/v"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="debug" id="E^X_b4wU.wW8}cn+NnO!"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="+aubpBU9IVYCgsIr!*gd"> <field name="TEXT">test</field> </shadow> <block type="text_join" id=")DdxK5rjgjvOOsXa~0@*"> <mutation items="11"></mutation> <value name="ADD0"> <block type="text" id="GS_eR#b[5x,JDnY.[KA="> <field name="TEXT">Zirkulation aus um: </field> </block> </value> <value name="ADD1"> <block type="time_get" id="Q,OZN$ivyLDfX!3!|.ag"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> </block> </value> <value name="ADD2"> <block type="text" id="!lI7.b!^9;/)uadtXR:|"> <field name="TEXT"> Uhr.</field> </block> </value> <value name="ADD3"> <block type="text" id="[m?oJu#E-,YFK/0v%S*q"> <field name="TEXT"> Vorlauf: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="}TSau5~AZ.7K!:!SI3.e"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD5"> <block type="text" id="gAr-h-~X1xgc2dw3S1z6"> <field name="TEXT"> / </field> </block> </value> <value name="ADD6"> <block type="variables_get" id="UtG7G~`I!@e}0?n;?f{d"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD7"> <block type="text" id="RVi4qYSrqs+:ys[ye=Ec"> <field name="TEXT"> - Rücklauf: </field> </block> </value> <value name="ADD8"> <block type="variables_get" id="_Pn7?fq5_Lw]u1i^OZ(X"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD9"> <block type="text" id="{|j-HXZcl!yur5}Y=nQ~"> <field name="TEXT"> / </field> </block> </value> <value name="ADD10"> <block type="variables_get" id="APSy^r?K3{$o^(X$ZaXB"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="telegram" id="Z`%xMmi@d.%|BL{8{]^="> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="{M--5GBmI+%g[#WmR*da"> <field name="TEXT"></field> </shadow> <block type="text_join" id="=e{Sp$L4.Z`OL?j_cNm("> <mutation items="11"></mutation> <value name="ADD0"> <block type="text" id="SChcky/6_bF]2zaG3P{6"> <field name="TEXT">Zirkulation aus um: </field> </block> </value> <value name="ADD1"> <block type="time_get" id="0~sB*u0R-z4(oCfcc8#q"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> </block> </value> <value name="ADD2"> <block type="text" id="~!~B)$hCk{F~y+1#ic.o"> <field name="TEXT"> Uhr.</field> </block> </value> <value name="ADD3"> <block type="text" id="w:#-X@3tn;naFn_aSD]n"> <field name="TEXT"> Vorlauf: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="LN~XbXF2Y[j-0Q/(j/2]"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD5"> <block type="text" id="7ZqfG7BmZz`9b)F#ejtN"> <field name="TEXT"> / </field> </block> </value> <value name="ADD6"> <block type="variables_get" id="QbWvfx*ctz7{nlVpJrj7"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD7"> <block type="text" id="4t[NB`}pw[XDJmLPH1%J"> <field name="TEXT"> - Rücklauf: </field> </block> </value> <value name="ADD8"> <block type="variables_get" id="/e20)blnng`E=Z6sE]jG"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD9"> <block type="text" id="Yjl,eb}9_F7v[XfQF_Om"> <field name="TEXT"> / </field> </block> </value> <value name="ADD10"> <block type="variables_get" id="yZIZ0YVR%vMSITI%`2+L"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> </block> </next> </block> </next> </block> </statement> <next> <block type="variables_set" id="bo_chBW|/B:1wEK;7(aR"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> <value name="VALUE"> <block type="variables_get" id="D8xgbXr(W{*rf:rA}O[F"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <next> <block type="variables_set" id="4iz!I)$PbG}r3ruySI-h"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> <value name="VALUE"> <block type="variables_get" id="k!pPdq1DXY#P3RG2-CKN"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </xml>
P.S.: Die Wassertemperatur ist bei mir auch auf 50 Grad eingestellt
Reicht.
-
@joergh Danke für das Script. Habe es mal importiert jedoch macht es nicht das was ich will. Evtl. liegt es an anderen Temperaturen die bei mir erreicht werden
Ich werde mich nochmal bei Gelegenheit damit spielen!
-
@bimmi
Moin,ich habe das Skript nun etwas angepasst und vereinfacht, indem ich nach 5 Minuten die Zirkulation abschalte. Des Weiteren wird sie nicht gestartet wenn keiner Zuhause ist, um die hin-und wieder auftretenden Läufe aufgrund der Temperaturveränderungen zu unterbinden.
Viel Spaß damit.<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</variable> <variable id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</variable> <variable id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</variable> <variable id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</variable> <variable id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</variable> </variables> <block type="variables_set" id="q=%[O1D4|_}u]%HlD#mQ" x="63" y="-87"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="VALUE"> <block type="math_number" id="=G4+4ZP*RJFL7=6Z@,q)"> <field name="NUM">0</field> </block> </value> <next> <block type="on_ext" id="[)|,W;ixylfzB:d7^;2."> <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="CZr?G$MvXAtizp0FvBK-"> <field name="oid">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC1</field> </shadow> </value> <statement name="STATEMENT"> <block type="variables_set" id="fkEs}!zcbc]lF+6{3G2="> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> <value name="VALUE"> <block type="get_value" id="`kaF5P#`pbe`]!,e%Q6T"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC1</field> </block> </value> <next> <block type="variables_set" id="^R}xI,aAIOc(KX2RfK1?"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> <value name="VALUE"> <block type="get_value" id="EhdYYahN~^_4l[[~2Fyz"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC2</field> </block> </value> <next> <block type="controls_if" id="pMO)lv!4,(3_2j;mPZ9}"> <value name="IF0"> <block type="logic_compare" id="+wUa~6yz,c:8%ka%[PeS"> <field name="OP">LT</field> <value name="A"> <block type="math_arithmetic" id="UPt;B@I$}]q}?aNBPeim"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="DWour`T}(}GMgIf7tO`S"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="q4^JXI9,p+9aq=i20!V,"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id="s*W0;Z%avi?Cf1ckgEI`"> <field name="NUM">0</field> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="jHXT)YrK4!{q/O]Fh(-;"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="JGDRg?j5tH6xNDq;?sYX"> <field name="NUM">0</field> </block> </value> </block> </statement> <next> <block type="debug" id="dUv9D?`f]V57f!5ILV:["> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="OPd*tqyU7_fKxy~NC$^-"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="vSuP*aqXv)D@t-MjYo!c"> <mutation items="8"></mutation> <value name="ADD0"> <block type="text" id="=4i:f%I]1$Cs}_ep$S=E"> <field name="TEXT">VL Zirk. </field> </block> </value> <value name="ADD1"> <block type="variables_get" id=":dSvaJejgZ!-]Q35}:uL"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD2"> <block type="text" id="s(-.0UO+-=Eh)=R-lpAD"> <field name="TEXT"> Alt </field> </block> </value> <value name="ADD3"> <block type="variables_get" id="eLnUULjOm1F.ew@_}ePZ"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD4"> <block type="text" id="cX]|S4l]9mmd$tej#}rr"> <field name="TEXT"> - RL Zirk. </field> </block> </value> <value name="ADD5"> <block type="variables_get" id="r+J.tC%!Je7et7%R~#`T"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD6"> <block type="text" id=":^0vW]_sB0kV#KeTqp3M"> <field name="TEXT"> Alt </field> </block> </value> <value name="ADD7"> <block type="variables_get" id="W!D#3sp5[ySaloLHwwF3"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="controls_if" id="U{4X^L{b,S3J?z[:[.$W"> <value name="IF0"> <block type="logic_negate" id="x;N-994=cXwzIePe`k/Z"> <value name="BOOL"> <block type="get_value" id="IEa3q)qbf(%75Gdjs6F0"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.Relay0.Switch</field> </block> </value> </block> </value> <statement name="DO0"> <block type="debug" id="@-+Ejj`Sty./^4Pr}at0"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="iIzz)Ze`tFG0dBSG8sll"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="HfyQum@EkbD-t0T|(06s"> <mutation items="4"></mutation> <value name="ADD0"> <block type="text" id="_].9YfT/O#S`})qrZ*tq"> <field name="TEXT">Temperaturdifferenz Vorlauf </field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="6-Gd{U$DH5On~MLcxALQ"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="!D$d7h=Xhf6_VBBDa;N("> <field name="NUM">1</field> </shadow> <block type="variables_get" id="BYXvaj[#ON$a}mR^F4rI"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="B"> <shadow type="math_number" id="#pO;3Bk17De6)#cF@d}="> <field name="NUM">1</field> </shadow> <block type="variables_get" id="0^c;I$4IVz}=U?{K8V8y"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> </block> </value> <value name="ADD2"> <block type="text" id="3z*8jp%uMuB$mKs?$cT."> <field name="TEXT"> Rundenzähler </field> </block> </value> <value name="ADD3"> <block type="variables_get" id="1eHe{ubCr5f.*^pQd*Ok"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> </block> </value> </block> </value> <next> <block type="controls_if" id="0C!y:|#AI=md!:%PU#{1"> <value name="IF0"> <block type="logic_operation" id=",Hc?h;AH^pHfAf%{%yx]" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="Y+8XW5zRsP67lsWmC`F:"> <field name="OP">EQ</field> <value name="A"> <block type="time_get" id="6kf3)?GEp5KD?26`R?/b"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="true"></mutation> <field name="OPTION">wdt</field> <field name="LANGUAGE">de</field> </block> </value> <value name="B"> <block type="text" id="[J{78(d6FCR.twe#!A9M"> <field name="TEXT">Montag</field> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="(1HEevsSO+2HoA;)m,aE"> <field name="OP">AND</field> <value name="A"> <block type="time_compare" id="j.I*4+OrCD92wtIZt9W^"> <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false"></mutation> <field name="OPTION">>=</field> <field name="START_TIME">04:00</field> </block> </value> <value name="B"> <block type="time_compare" id="dEn$7MOb6EV5h@W9iT1."> <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false"></mutation> <field name="OPTION"><</field> <field name="START_TIME">04:15</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="3v,-K`4pK`34^}gq3!qt"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> <value name="VALUE"> <block type="math_number" id="pI6v_PAqr%bds]{GY|yD"> <field name="NUM">75</field> </block> </value> </block> </statement> <next> <block type="controls_if" id="Q5T.6lHK^|7i(jAihb:w"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="gaKSY4xL6nG61)?S*_hl"> <field name="OP">GT</field> <value name="A"> <block type="math_arithmetic" id="k2=U!eQUzL=;-Sm#`l?."> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="8s]3SJ//G+G=.n@N*f)_"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="%G1X@!:_@ql^VG]ND)02"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="B"> <shadow type="math_number" id="zoRFY!,[4;CoX04u6wlR"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="RlEzO#AD[LT@k+}q/*K!"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id="|YG;B$25e9Ge7aGnO]s#"> <field name="NUM">0</field> </block> </value> </block> </value> <statement name="DO0"> <block type="math_change" id="#iy));-;,hZIir(L5gBc"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="DELTA"> <shadow type="math_number" id="y(Vw:mJ|lTO_j}U0.r+c"> <field name="NUM">1</field> </shadow> </value> <next> <block type="debug" id="?uHQXv]eV{-2]WZehpe5"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="$R5x4/R4@Ji_C/#KWor-"> <mutation items="2"></mutation> <value name="ADD0"> <block type="text" id="/}Jj,_Bu+j;SuySk(0G+"> <field name="TEXT"> Minuten seit Zirkulationsbeginn: </field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="k=%qim(A9=3_kA_3h.Ui"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="X|o}(S%l{sy,8u!?iH!f"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="2kf5w}z?*@Q))b@.NYYo"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> </block> </value> <next> <block type="controls_if" id="ob;D@QtyYCyOkArqW07J"> <value name="IF0"> <block type="logic_operation" id="?sr%q`)o@S!e_,n;re+Q" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_operation" id="^aAiojdw7DlR4HV7~VGb" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="N}H/gzW!T[eps5x)wgMs"> <field name="OP">GTE</field> <value name="A"> <block type="math_arithmetic" id="gt:wc?E]Mhr*?lYfG4du"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="%y6igs_s8-{$VbbLy8MO"> <field name="NUM">1</field> </shadow> <block type="time_get" id="h#Ab916Wqdv(^YYvsz-3"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <value name="B"> <shadow type="math_number" id="x.3%kR[:g9t~W1C3RB++"> <field name="NUM">1</field> </shadow> <block type="get_value" id="+UlCX@N[_xths|e024Vx"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> </block> </value> </block> </value> <value name="B"> <block type="math_number" id=":V~yvm+)JMZ^n+-2+#-~"> <field name="NUM">30</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="|W}M,[*x?~(IY9q=Dxs#"> <field name="OP">LT</field> <value name="A"> <block type="get_value" id="Z-v5A5k-qoRDC,:p~R`^"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.ext.temperatureC1</field> </block> </value> <value name="B"> <block type="math_number" id="_tO.x`UqVtR?,=^QHf)X"> <field name="NUM">35</field> </block> </value> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="=5E5p8J4*vwLvjnjr517" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="3milY/3yu:Da$EXE2d)^"> <field name="OP">GTE</field> <value name="A"> <block type="variables_get" id="(%IFpHT]f;~p$,Do2(BP"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> </block> </value> <value name="B"> <block type="math_number" id="s9ac4K8Tb532q[asW;+t"> <field name="NUM">5</field> </block> </value> </block> </value> <value name="B"> <block type="get_value" id="p9RUhAI[Sl+0)*Mf-M|o"> <field name="ATTR">val</field> <field name="OID">hm-rega.0.32471</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="bh$gK{z}fwKahZ[W^tI("> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.Relay0.Switch</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="2Vc)c``Lac2~%~#Vv^Au"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="control" id="A~-;%+XD_.V[Wkt`ga!?"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation> <field name="OID">shelly.0.SHSW-1#483FDAA238B2#1.Relay0.Switch</field> <field name="WITH_DELAY">TRUE</field> <field name="DELAY_MS">5</field> <field name="UNIT">min</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="_a3a/DB)@c^%7X@^QVYZ"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="control" id="o2hfITe2PC:)ulZlmSEa"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">0_userdata.0.Heizung.Zirkulation_an</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="time_get" id="E#Tsj1s{y/rFH)^fuXE9"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">mid</field> </block> </value> <next> <block type="debug" id="w*u+rQ|O-lEydgV_F+-_"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="z75IX6042BEyZ0xkgLv7"> <field name="TEXT">test</field> </shadow> <block type="text_join" id="bJWK[}qJD}Rw5H^ZlPu."> <mutation items="11"></mutation> <value name="ADD0"> <block type="text" id="$g%8^gG,|0Aosv;EfU=9"> <field name="TEXT">Zirkulation an um: </field> </block> </value> <value name="ADD1"> <block type="time_get" id="rVls|4H(ml|tVN.]LTL+"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> </block> </value> <value name="ADD2"> <block type="text" id="fGguqXvzsZ4pZNmsUQd#"> <field name="TEXT"> Uhr.</field> </block> </value> <value name="ADD3"> <block type="text" id="0^%/K#q5cPPQMATo1u4#"> <field name="TEXT"> Vorlauf: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="ztxH=guh:KiJKp*{Z$IA"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD5"> <block type="text" id=":wKti7I%rZR+qsF|lN:C"> <field name="TEXT"> / </field> </block> </value> <value name="ADD6"> <block type="variables_get" id="8uKw;t)B|@b?Sq_nu[da"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD7"> <block type="text" id="Z29=nM@181Pz~L:$8B[1"> <field name="TEXT"> - Rücklauf: </field> </block> </value> <value name="ADD8"> <block type="variables_get" id="cmgFR|=DX421NqFG?#7N"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD9"> <block type="text" id=".kD{QVjNB#rAB|vXm5y2"> <field name="TEXT"> / </field> </block> </value> <value name="ADD10"> <block type="variables_get" id="dMIxU-hy8@NhjeJh6[JC"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="telegram" id="K^o7u$(BdWK^Gy3g]/**"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="X!*^k+q30wHSr~~[p$u%"> <field name="TEXT"></field> </shadow> <block type="text_join" id="!|cg3SxBYVy_:z;xzLgx"> <mutation items="11"></mutation> <value name="ADD0"> <block type="text" id="ck.A;zN;!T;~wvrbiZsR"> <field name="TEXT">Zirkulation an um: </field> </block> </value> <value name="ADD1"> <block type="time_get" id="s6SC8Dz_Y+1w#K$;$Dyj"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">hh:mm</field> </block> </value> <value name="ADD2"> <block type="text" id="ny$8V+.HUGfr4XFxL@W2"> <field name="TEXT"> Uhr.</field> </block> </value> <value name="ADD3"> <block type="text" id="{d:AvL`FmMm/r0YarY!`"> <field name="TEXT"> Vorlauf: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="-bko(d$7xJ,f]p8}YZ4q"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <value name="ADD5"> <block type="text" id="I8kw|f@45+;#F.b;+0eU"> <field name="TEXT"> / </field> </block> </value> <value name="ADD6"> <block type="variables_get" id="D(ukzF~/X0hC2tVVV^Pk"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> </block> </value> <value name="ADD7"> <block type="text" id="xSczg^N9z)ma8zwF|BWS"> <field name="TEXT"> - Rücklauf: </field> </block> </value> <value name="ADD8"> <block type="variables_get" id="iFepBsV.qS87KkCSdc.K"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> <value name="ADD9"> <block type="text" id="95oWk4:T4Ff#YCWGU7KB"> <field name="TEXT"> / </field> </block> </value> <value name="ADD10"> <block type="variables_get" id="}_X(z*Aw$W}R]2S|,NW%"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> </block> </value> </block> </value> <next> <block type="variables_set" id="p)c9`t*b)FKnt!OKlvj)"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="VALUE"> <block type="math_number" id="|STdO@E2;[(c/zLQ@!RN"> <field name="NUM">0</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="@D?Y=?J:m#Ff-5gdf#1o"> <field name="VAR" id="R3##Xrt^4f=6$2hh.s9+">Rundenzähler</field> <value name="VALUE"> <block type="math_number" id="@CA]jROg,m:p{ExuB=z#"> <field name="NUM">0</field> </block> </value> </block> </statement> </block> </next> </block> </next> </block> </statement> <next> <block type="variables_set" id="bo_chBW|/B:1wEK;7(aR"> <field name="VAR" id="-A)Drk0qCLm60iC@O34w">Zirkulation Vorlauf alt</field> <value name="VALUE"> <block type="variables_get" id="D8xgbXr(W{*rf:rA}O[F"> <field name="VAR" id="XO4qSato./I|ddY]{6]^">Zirkulation Vorlauf</field> </block> </value> <next> <block type="variables_set" id="4iz!I)$PbG}r3ruySI-h"> <field name="VAR" id="BTxwR|U{LXp#zCL-~_c8">Zirkulation Ruecklauf alt</field> <value name="VALUE"> <block type="variables_get" id="k!pPdq1DXY#P3RG2-CKN"> <field name="VAR" id="n?HM)+vZ@mVWp`dA)`s@">Zirkulation Ruecklauf</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </xml>
-
@JoergH supi. gleich mal ausprobieren
sorry übrigens für die späte Rückmeldung zu Deinem Script aber mein chrome Mobil hängt sich grundsätzlich auf wenn ich die forum.iobroker.net Webseite aufrufe...
-
@joergh wo führt denn der hm-rega.0.32471 hin? Ist das die Anwesenheit?
-
@bimmi sagte in DS18B20 mit CC2530:
@joergh wo führt denn der hm-rega.0.32471 hin? Ist das die Anwesenheit?
Ja, genau. Das ist die Anwesenheitserkennung per pdetect aus der pivCCU3
-
Moin, moin
ich möchte auch gerne meine vor und rücklauf temperaturen erfassen.
dafür habe ich jetzt 4 stück DS18b20 an CC2530 angeschlossen und entsprechend geflasht.
Das wird in zigbee adapter erkannt und verbunden aber leider bekomme ich keine Temperatur werte.
kann mir vielleicht jemand helfen was ich noch einstellen soll bzw was ich falsch mache?anbei ein paar Screenshots