NEWS
[VORLAGE] Blockly Meldung wenn Waschmaschine fertig
-
@TorstenR1962 sagte in [VORLAGE] Blockly Meldung wenn Waschmaschine fertig:
@dslraser danke für den Hinweis. Dann mach ich am besten Screenshots von den blocklies und kopiere die Skripte in txt Dateien. Vor Updates.
Schaden kann es nicht. Aber soweit ich weiß ist davon nur das Update von einer "älteren Version" auf die z.Z. aktuelle Version betroffen.
-
Moin Zusammen,
ich habe das Skript bei mir via Blockly bearbeitet und meine Datenpunkte gesetzt. Meine WaMa
hat als untersten "Wattpunkt" 2 Watt. Danach geht Sie aus.Davor sind es immer um die 3 Watt. (siehe Flottdiagramm)
Zum Einsatz kommt eine Tasmota geflashte Gosund SP111, die ich mit einer 60Watt Birne kalibriert habe.
Irgendwie funktioniert das Skript aber nicht richtig, da ich die Meldung "Die Waschmaschine läuft jetzt und die Waschmaschine
drei Mal hintereinander bekomme.(Die Berechnung mal völlig aussen vor gelassen, die muss ich nochmal korrekt einstellen)
Welchen Grenzwert würdet ihr denn einsetzen?
Mein Skript hier im Spoiler. Ich hoffe nicht das ich da noch was privates veröffentliche.
Kann mir da jemand helfen?
-
Hallo liebe Leute,
erstmal vielen lieben Dank für die Vorlage.Ich habe es ein wenig modifiziert, mit einer Kostenberechnung und über meine Homematic IP Steckdose (Standarteinstellung) am Laufen und möchte es euch nicht vorenthalten.
<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="hFunOGBZcTXA#u6pg1/N">Meldetext</variable> <variable id="-I?6bgsaOwC_Ot_=lubM">parameter</variable> <variable id="/X7^!,3ed[@~:K1W1m~y">wartezeit</variable> <variable id="iudvL[/g8HU53/JA:jNL">Strompreis_proKWh</variable> <variable id="D{t#lK_dwK_y*kR}o]?V">VerzoegerungAktiv</variable> <variable id="v^vY=sz-rXYRR-=3NZYi">GrenzWertInWatt</variable> <variable id="/mlJ|]H$WBhj/HlKp={M">Waschdauer</variable> <variable type="timeout" id="timeout">timeout</variable> <variable id="id5*A#_}QH!*|tRHHXMu">EnergieVerbrauch</variable> <variable id=")aU%h@rMlr2se[EG@%r{">EnergieVerbrauchEuro</variable> <variable type="timeout" id="Einschaltverzoegerung">Einschaltverzoegerung</variable> </variables> <block type="create" id=":XvakORUFJ^_I1/^;0qD" x="13" y="13"> <field name="NAME">Eigene_Datenpunkte.HWR.Waschmaschine.WaschmaschineAN</field> <next> <block type="comment" id="@`s,ARMz+*DZ*ns;z2m_"> <field name="COMMENT">Initialisierung bei Scriptstart</field> <next> <block type="comment" id="Ov|lJMd@PV!y.oUN9Boj"> <field name="COMMENT">VerzögerungAktiv NICHT ändern</field> <next> <block type="variables_set" id="T+;|Db@bx|T]wkX[e.xT"> <field name="VAR" id="D{t#lK_dwK_y*kR}o]?V">VerzoegerungAktiv</field> <value name="VALUE"> <block type="logic_boolean" id="FimMeG{k6LBu0{7UjBJ4"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="comment" id="6q4+KcF6/q*eh;RCmGKL"> <field name="COMMENT">Entscheidungswert festlegen</field> <next> <block type="variables_set" id="pE;t15K()B2=@=,RY5D_"> <field name="VAR" id="v^vY=sz-rXYRR-=3NZYi">GrenzWertInWatt</field> <value name="VALUE"> <block type="get_value" id="7G;4PDP)!E{^5{z}{PV0"> <field name="ATTR">val</field> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.Schwellwert</field> </block> </value> <next> <block type="comment" id="|2tm%?,yK/o3_AA)J{ah"> <field name="COMMENT">Steckdose überwachen</field> <next> <block type="on_ext" id="n)UklDS{=z!-#^HfL@Ly"> <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="@Uda~stBc8L/=2DFzrvo"> <field name="oid">hm-rpc.1.0001D8A9933EFD.6.CURRENT</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="=n/Jfc]x(Ib[NRPJZ%7X"> <value name="IF0"> <block type="logic_compare" id="?m1STicTe5=N-/f:Ji2s"> <field name="OP">EQ</field> <value name="A"> <block type="on_source" id="QjKQBx`PdHENcy)eGM,5"> <field name="ATTR">oldState.val</field> </block> </value> <value name="B"> <block type="math_number" id=":(p2PWPzD2(~R-q9upeS"> <field name="NUM">0</field> </block> </value> </block> </value> <statement name="DO0"> <block type="comment" id=";%e=m5A.5_U8[v[Odt7."> <field name="COMMENT">Dieser Teil wird NUR ausgeführt wenn</field> <next> <block type="comment" id="Bv,r2iN_4zSfF_^X35gM"> <field name="COMMENT">Funkstecker oder Waschm. komplett aus war.</field> <next> <block type="variables_set" id="xuK#29.xYf)m6FX5LA78"> <field name="VAR" id="D{t#lK_dwK_y*kR}o]?V">VerzoegerungAktiv</field> <value name="VALUE"> <block type="logic_boolean" id=")}Jh9zUdflaLNnL+;^h="> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="debug" id="Wv*jiP9Bn3#//0KE[4e["> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="!hyL_SIc#q!nV1G.NU,/"> <field name="TEXT">***Starte Verzögerung</field> </shadow> </value> <next> <block type="timeouts_settimeout" id="v[ws-ZxN:-nNl,kERlT8"> <field name="NAME">Einschaltverzoegerung</field> <field name="DELAY">20</field> <field name="UNIT">sec</field> <statement name="STATEMENT"> <block type="comment" id="UyUTD{W;Ef;u2!)%y5h|"> <field name="COMMENT">Eventuell hohe Einschaltspannung abfangen.</field> <next> <block type="comment" id="^wiM;VZ*5RLS-+SMsG7?"> <field name="COMMENT">Diese kann größer als der Grenzwert sein</field> <next> <block type="variables_set" id="@d2;tEWydly|fW:ng;eg"> <field name="VAR" id="D{t#lK_dwK_y*kR}o]?V">VerzoegerungAktiv</field> <value name="VALUE"> <block type="logic_boolean" id="S5R1RMtIKx(=N;}|dM%Z"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="debug" id="1^,/eLLAT{#66hqVIel8"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="[koH26;mOP0UeXV~CJRb"> <field name="TEXT">***Beende Verzögerung</field> </shadow> </value> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> <next> <block type="comment" id="EZK4(UY%`}HZl{2F)m6p"> <field name="COMMENT">Ab hier wird gewaschen</field> <next> <block type="controls_if" id="S(-Xvr1uja6/vNdH|?j:"> <mutation elseif="2"></mutation> <value name="IF0"> <block type="logic_operation" id="s(;r=_ekdU*dF=_Tsrbb" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="d_lZY_VlNaa40/Pob=Um"> <field name="OP">GT</field> <value name="A"> <block type="on_source" id="`c4GU.`+o2_G+Vdxq;n/"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="variables_get" id="FD[JnQcwajuYLgGmTX`."> <field name="VAR" id="v^vY=sz-rXYRR-=3NZYi">GrenzWertInWatt</field> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="*Y`H0qa!`fsBeI/2Cv+c" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="zC,(}TPXAvX2yd^k`W._"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id=";a;[[bw/v2oQnG9DHZIn"> <field name="ATTR">val</field> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.WaschmaschineAN</field> </block> </value> <value name="B"> <block type="logic_boolean" id=";a5=vVD`86hstjR{4y~+"> <field name="BOOL">FALSE</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="K.3M9Le`+STB!.M_eD7O"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="[!KuvI83Wzp*sDDNM{S!"> <field name="VAR" id="D{t#lK_dwK_y*kR}o]?V">VerzoegerungAktiv</field> </block> </value> <value name="B"> <block type="logic_boolean" id="9_[X?aI?X1w]lj.RY`K^"> <field name="BOOL">FALSE</field> </block> </value> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="S6URE:3#}}.v#e!X.A4D"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.WaschmaschineAN</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="QqpwRU?xP?P=bvS9HS[1"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="procedures_callnoreturn" id="=!*WIp};Ta`)XeMMk,iR"> <mutation name="Melden"> <arg name="Meldetext"></arg> </mutation> <value name="ARG0"> <block type="get_value" id="V-y6EsZw%6T}y0dD2L=b"> <field name="ATTR">val</field> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.Ansage</field> </block> </value> </block> </next> </block> </statement> <value name="IF1"> <block type="logic_compare" id="Yuagp|w@)mC+asceXLLu"> <field name="OP">GT</field> <value name="A"> <block type="on_source" id="P(tu4AS{);E?w-p?]{1q"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="variables_get" id="ou6,Zi?vbs[;{]@93U`!"> <field name="VAR" id="v^vY=sz-rXYRR-=3NZYi">GrenzWertInWatt</field> </block> </value> </block> </value> <statement name="DO1"> <block type="comment" id="H90l#sdGb5I}Wqsbz=9s"> <field name="COMMENT">Timer stoppen</field> <next> <block type="procedures_callnoreturn" id="zo=cPu~=j#pus6bWVaJl"> <mutation name="checkFertig"> <arg name="parameter"></arg> </mutation> <value name="ARG0"> <block type="logic_boolean" id="1SYbGS^3xkqD/Uj?{bvJ"> <field name="BOOL">FALSE</field> </block> </value> </block> </next> </block> </statement> <value name="IF2"> <block type="logic_operation" id="_@|YxZPYI(z3![Q=ZbX4" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="Ge6FX#6b5WYoc;wF%%iH"> <field name="OP">LT</field> <value name="A"> <block type="on_source" id="0Vw33+AwVD~={g{aHa~d"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="variables_get" id="NufLwbvZR1.fEmqJNOTZ"> <field name="VAR" id="v^vY=sz-rXYRR-=3NZYi">GrenzWertInWatt</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="X[1t=zl25bQ]aHT[:`,8"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="4WFkiPOYU?#zQhOL)0u("> <field name="ATTR">val</field> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.WaschmaschineAN</field> </block> </value> <value name="B"> <block type="logic_boolean" id="?jrLY7K)k;1?sa!Ef{VO"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> </block> </value> <statement name="DO2"> <block type="comment" id="}Q59!:8+Dc~b~LwZhq-("> <field name="COMMENT">Timer starten</field> <next> <block type="procedures_callnoreturn" id=";MD%1IF[[H29g_f=vvYH"> <mutation name="checkFertig"> <arg name="parameter"></arg> </mutation> <value name="ARG0"> <block type="logic_boolean" id="/yX*,4aU!HHUO#/2U-NR"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> <block type="procedures_defnoreturn" id="l1.gm`YNTt2#Ww;_Stf+" x="13" y="1288"> <mutation> <arg name="Meldetext" varid="hFunOGBZcTXA#u6pg1/N"></arg> </mutation> <field name="NAME">Melden</field> <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment> <statement name="STACK"> <block type="comment" id="CgkHkrp5c26e`w3uU(i`"> <field name="COMMENT">Hier wird die Meldung ausgegeben</field> <next> <block type="debug" id="SYQu;@N0JgE!W~[JZcZ_"> <field name="Severity">log</field> <value name="TEXT"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="4+J8c.^+FrkDV^]dAda-"> <field name="TEXT">test</field> </shadow> <block type="variables_get" id="KuX^Hf4/i6gnp|rmq9WR"> <field name="VAR" id="hFunOGBZcTXA#u6pg1/N">Meldetext</field> </block> </value> <next> <block type="comment" id="a;Ent4V!@/ELz)~^PTwn"> <field name="COMMENT">Hier den SendTo Baustein einsetzen,</field> <next> <block type="comment" id="Xc,u6Sm.@c5xeqVM)suq"> <field name="COMMENT">den man benutzen will.</field> <next> <block type="comment" id="cI=%X;P?/Tfam8YIny%V"> <field name="COMMENT">Die Meldung befindet sich in der Variablen</field> <next> <block type="comment" id="{(av)+6o4VfWo^eJEnft"> <field name="COMMENT">"Meldetext"</field> <next> <block type="telegram" id="N%hus5Fj::jrrPBhGG$r"> <field name="INSTANCE">.0</field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="5;Z=IiN?hQ!Bx%Wm1oeu"> <field name="TEXT">Die Waschmaschine wurde angeschalten.</field> </shadow> <block type="variables_get" id="50w[]},}tV:Vl/A:@GQq"> <field name="VAR" id="hFunOGBZcTXA#u6pg1/N">Meldetext</field> </block> </value> <value name="USERNAME"> <block type="text" id=":pMV8/SRmkiL0{dTY=h7"> <field name="TEXT">Rababersaft</field> </block> </value> <next> <block type="control" id="3D$/CNc~D7-5_d;SPJ.h"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090LV03704104V7.Commands.speak</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="variables_get" id="x^dL2IsNfccHmEc_5mMG"> <field name="VAR" id="hFunOGBZcTXA#u6pg1/N">Meldetext</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> <block type="procedures_defnoreturn" id="sDP?w~)oJD}Z95[_?EY0" x="13" y="1738"> <mutation> <arg name="parameter" varid="-I?6bgsaOwC_Ot_=lubM"></arg> </mutation> <field name="NAME">checkFertig</field> <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment> <statement name="STACK"> <block type="comment" id="V2@7jqv5RTl+}q}xfEsZ"> <field name="COMMENT">Timer stoppen</field> <next> <block type="variables_set" id=".=1]f;4,Ld}|j(JT8H0H"> <field name="VAR" id="/X7^!,3ed[@~:K1W1m~y">wartezeit</field> <value name="VALUE"> <block type="math_arithmetic" id="NSbiq}Sazn|YVyF=Ht+B"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="PWs_2Er@1)??^rlTiCyR"> <field name="ATTR">val</field> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.Wartezeit</field> </block> </value> <value name="B"> <shadow type="math_number" id=":JXx/;=Y[JpE1wK]fN#="> <field name="NUM">60000</field> </shadow> </value> </block> </value> <next> <block type="timeouts_cleartimeout" id="y7iPL;/^^,*);q|%Pk6;"> <field name="NAME">Einschaltverzoegerung</field> <next> <block type="controls_if" id="*DX-*|5t*M5.|5Qw0p76"> <value name="IF0"> <block type="logic_compare" id="[-Hs2uzeFf6L7XO4:d6g"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="uT*6f!Y:?Sivq1F-y;7_"> <field name="VAR" id="-I?6bgsaOwC_Ot_=lubM">parameter</field> </block> </value> <value name="B"> <block type="logic_boolean" id="w?1)4.uK{/ey3NJ)NjH:"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <statement name="DO0"> <block type="comment" id="fU`TRz:h*y1K[t@GmyY:"> <field name="COMMENT">Timer starten</field> <next> <block type="timeouts_settimeout" id="k%sy5:QdTn+3f@{OZshs"> <field name="NAME">timeout</field> <field name="DELAY">wartezeit</field> <field name="UNIT">ms</field> <statement name="STATEMENT"> <block type="control" id="UOquZ.)w|Dv~5_@iC*HO"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.WaschmaschineAN</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="ttQizIf!/AB*HLfb9Kw1"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="procedures_callnoreturn" id="HHrpaU=vtt6v1JInTG~l"> <mutation name="Melden"> <arg name="Meldetext"></arg> </mutation> <value name="ARG0"> <block type="get_value" id="@E,iu;CK`xds=QaR=f?d"> <field name="ATTR">val</field> <field name="OID">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.Ansage_Aus</field> </block> </value> </block> </next> </block> </statement> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </statement> </block> <block type="comment" id="Ndk2|M:b%{xY#gAT;#GB" x="13" y="2113"> <field name="COMMENT">Strompreisberechnung</field> <next> <block type="comment" id=",oUiU+);[kwQjaK$Jh|="> <field name="COMMENT">und Meldung an TG</field> <next> <block type="variables_set" id="0hM-ii.o^!}n{7IE2@)-"> <field name="VAR" id="iudvL[/g8HU53/JA:jNL">Strompreis_proKWh</field> <value name="VALUE"> <block type="math_number" id="5gOZS$(3{]gruLzkthKw"> <field name="NUM">0.2494</field> </block> </value> <next> <block type="on_ext" id="k:@3t/x/}S@JI_~Uh5wT"> <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="XmMa@,ld{@#|KwBmpZ)v"> <field name="oid">javascript.0.Eigene_Datenpunkte.HWR.Waschmaschine.WaschmaschineAN</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="5|+:^$[-:4(J^fPG,NZ,"> <mutation else="1"></mutation> <value name="IF0"> <block type="on_source" id="]KFop3Fiy|)q?#%IO`!^"> <field name="ATTR">state.val</field> </block> </value> <statement name="DO0"> <block type="variables_set" id="tfpv1HGN^BVN/DXL*$jR"> <field name="VAR" id="/mlJ|]H$WBhj/HlKp={M">Waschdauer</field> <value name="VALUE"> <block type="time_get" id="Po%YjhRka(b0OVbVw%~T"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">sid</field> </block> </value> <next> <block type="variables_set" id="jpff2s7PVg;HulDGklVe"> <field name="VAR" id="id5*A#_}QH!*|tRHHXMu">EnergieVerbrauch</field> <value name="VALUE"> <block type="convert_tonumber" id="I8?TM5A`sy!f4lJ7-dZa"> <value name="VALUE"> <block type="get_value" id="b//hv.0irfww(?)P|)~Q"> <field name="ATTR">val</field> <field name="OID">hm-rpc.1.0001D8A9933EFD.6.ENERGY_COUNTER</field> </block> </value> </block> </value> </block> </next> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="04(n4PXf;W_00Kfhk`q/"> <field name="VAR" id="/mlJ|]H$WBhj/HlKp={M">Waschdauer</field> <value name="VALUE"> <block type="math_arithmetic" id="Pg%=K2BUsuE?Vk+jkVMq"> <field name="OP">MINUS</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="time_get" id="X22ej-_2JTOba_}1(jWZ"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation> <field name="OPTION">sid</field> </block> </value> <value name="B"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="uR~d_zgedFdL3)aEA%5*"> <field name="VAR" id="/mlJ|]H$WBhj/HlKp={M">Waschdauer</field> </block> </value> </block> </value> <next> <block type="variables_set" id="ZANy7N^0)#.+-dp97$rg"> <field name="VAR" id="id5*A#_}QH!*|tRHHXMu">EnergieVerbrauch</field> <value name="VALUE"> <block type="math_arithmetic" id="g9eF,;1r*w_PT]lABWT*"> <field name="OP">MINUS</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="convert_tonumber" id="5OQMP_KUWm*)UI=XJ_|V"> <value name="VALUE"> <block type="get_value" id="`fk^)dW`:WbGP3{Z`eMv"> <field name="ATTR">val</field> <field name="OID">hm-rpc.1.0001D8A9933EFD.6.ENERGY_COUNTER</field> </block> </value> </block> </value> <value name="B"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id=":`[5v]Q;dgh-^nv]Oa_I"> <field name="VAR" id="id5*A#_}QH!*|tRHHXMu">EnergieVerbrauch</field> </block> </value> </block> </value> <next> <block type="variables_set" id="]SEB[(q32t-.x.3^bGr;"> <field name="VAR" id=")aU%h@rMlr2se[EG@%r{">EnergieVerbrauchEuro</field> <value name="VALUE"> <block type="math_arithmetic" id="R,NJL#n-eV6wsTYON?1L"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="math_arithmetic" id="12F{3ttb*u`[yKe[.rV0"> <field name="OP">DIVIDE</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="z:bk]x1u#poog-D9M?vA"> <field name="VAR" id="id5*A#_}QH!*|tRHHXMu">EnergieVerbrauch</field> </block> </value> <value name="B"> <shadow type="math_number" id="M]1V$Vy=H(s0A1WM{:zx"> <field name="NUM">1000</field> </shadow> </value> </block> </value> <value name="B"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">0.277</field> </shadow> <block type="variables_get" id="4iY39:AuWZWmD`e!wFp{"> <field name="VAR" id="iudvL[/g8HU53/JA:jNL">Strompreis_proKWh</field> </block> </value> </block> </value> <next> <block type="telegram" id="$c**uPY9!D3]=4U,yy3q"> <field name="INSTANCE">.0</field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="text"></shadow> <block type="text_join" id="E!znRV;PPJsEi(1!)[=x" inline="false"> <mutation items="7"></mutation> <value name="ADD0"> <block type="text" id="$kc;o(Zx2Jxxn?,@T[:]"> <field name="TEXT">Der Waschvorgang dauerte </field> </block> </value> <value name="ADD1"> <block type="math_round" id="{Hl,j~GV1!K]{7|DovlY"> <field name="OP">ROUND</field> <value name="NUM"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">3.1</field> </shadow> <block type="math_arithmetic" id="OS2gkL3Ip[Kc`K{P|$?_"> <field name="OP">DIVIDE</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="/+cgM,)r!WQjI%(Korpu"> <field name="VAR" id="/mlJ|]H$WBhj/HlKp={M">Waschdauer</field> </block> </value> <value name="B"> <shadow type="math_number" id="!J_R~_G]gqb[L4?]i;c_"> <field name="NUM">60</field> </shadow> </value> </block> </value> </block> </value> <value name="ADD2"> <block type="text" id="KZNFv;w]$bD2eGGEjTDz"> <field name="TEXT"> Minuten und hat </field> </block> </value> <value name="ADD3"> <block type="math_rndfixed" id="s!Kcg|!3wt[pfwY%`D*^"> <field name="n">2</field> <value name="x"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">3.1234</field> </shadow> <block type="math_arithmetic" id="$,AkcAdd$YTh=by|`Ie1"> <field name="OP">DIVIDE</field> <value name="A"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="zcy$`fGs/,Ub@I6cbW:c"> <field name="VAR" id="id5*A#_}QH!*|tRHHXMu">EnergieVerbrauch</field> </block> </value> <value name="B"> <shadow type="math_number" id="pv08rEn.4W(|=IA2r-Mi"> <field name="NUM">1000</field> </shadow> </value> </block> </value> </block> </value> <value name="ADD4"> <block type="text" id="Jc958~5y+B;$4hhl*%k0"> <field name="TEXT"> kWh Energie (</field> </block> </value> <value name="ADD5"> <block type="math_rndfixed" id="U)wXlbQ].B%4$[6n0pdL"> <field name="n">2</field> <value name="x"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number"> <field name="NUM">3.1234</field> </shadow> <block type="variables_get" id="J[Y2)z)bB_X2/ivdv9AO"> <field name="VAR" id=")aU%h@rMlr2se[EG@%r{">EnergieVerbrauchEuro</field> </block> </value> </block> </value> <value name="ADD6"> <block type="text" id="zUJTZDW}g3}DpA8-}[q;"> <field name="TEXT"> €) beim Waschen verbraucht.</field> </block> </value> </block> </value> <value name="USERNAME"> <block type="text" id="A;jfVZF{(X_vE]=YMMW}"> <field name="TEXT">Rababersaft</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </xml>
Viel Spass.... Falls jemanden eine Verbesserung oder ein Fehler auffällt, immer her damit
-
Hallo zusammen,
habe leider auch das Problem dass mein Script nicht mehr funktioniert.
Habe bereits beim letzten "checkFertig" den timeout gestoppt (war vorher Einschaltverzögerung) - wie oben schon erwähnt.
Zudem habe ich den Datenpunkt "WaschmaschineAn" als Logikwerk eingestellt. Trotzdem funktionierte es nicht.
Dann habe ich einen manuellen Datenpunkt angelegt und im Skript die entsprechenden Felder ausgetauscht. Leider auch ohne Erfolg.Ich bekomme weder beim Start noch am Ende die Pushover Meldung bzw. Alexa Sprachausgabe. Soweit ich beobachten konnte ändert sich der Status vom Datenpunkt WaschmaschineAn auch nicht.
Früher hat es genau mit diesem Script funktioniert. Es liegt also auch nicht am "GrenzwertinWatt".
Nun weiß ich leider nicht mehr weiter was ich noch ändern könnte bzw. anpassen muss?
-
@Baki074 ich habe das gleiche Problem. Das einzige was ich geändert habe ist den Javascript Adapter auf 4.8.4 geupdated
-
@vikk88 Bei einem Update wurde drauf hingewiesen, dass man die Timer nach dem Update überprüfen sollte.
Ich glaube da war etwas mit den Namen der Timer die eventuell nicht richtig übernommen werden. -
@rantanplan okay gucke ich mir nachher mal an. Danke
-
Ich glaube das Problem ist, dass sich der Status von "Power" von meinem Shelly nicht mehr ändert und daher das ganze Skript nicht mehr funktioniert.
"Power" bleibt immer auf "null W" - egal ob die Waschmaschine läuft oder nicht. Soweit ich mich erinnern kann hat "Power" früher immer die aktuelle Wattanzahl angezeigt.Weiß jemand warum dies nicht mehr so ist, bzw. auf welche Eigenschaft ich sonst triggern könnte?
EDIT: Ich benutzte Adapterversion 4.0.1
-
@Baki074 Das Problem mit sich nicht mehr ändernden Werten hatte ich bei meinen Sonoff/Tasmota Geräten auch. Ich habe beim Sonoff Adapter ein Downgrade gemacht von 2.3.3 auf 2.1.1 was zum gewünschten Ergebnis führte. Seither läuft alles wieder.
-
@berndroid Danke für den Hinweis. Habe dies auch versucht, leider führte dies nicht zum Erfolg. Was mich dann aber auf die Idee brachte die Shellys über die App zu aktualisieren. Dann erhielt ich über den IOBroker wieder die entsprechenden Werte.
Für jene welche auch Probleme mit dem Skript im Zusammenhang mit Shellys haben, meine Schritte kurz zusammengefasst.
-
Die Art von Datenpunkt WaschmaschineAN auf Logikwert stellen. Rolle bleibt auf State. Eventuell Datenpunkt komplett löschen und manuell nochmals anlegen und im Skript neu verlinken.
-
Alle Timeout Blöcke im Skript austauschen und aktualisieren. Nach dem letzten Checkfertig "Stop timeout" auf "stop Einschaltverzoegerung" ändern.
-
Prüfen ob der Wert "Power" des Shelly überhaupt den aktuellen Wattwert anzeigt. Wenn nicht, Shelly über die Shelly App aktualisieren. Danach muss der aktuelle Wattwert im IoBroker angezeigt werden. Es darf also nicht mehr "null W" stehen. Ein Update oder ein Downgrade des Shelly Adapters war bei mir nicht nötig.
-
-
Mal so in die Runde da das Script bei mir leider nicht so richtig laugfen wollte (und zu komplex für mich war).
Ich hab das hier genommen-https://www.youtube.com/watch?v=r7rFjTq3ReE
Import, Datenpunkte erstellen und umbiegen. Fertig.Vielleicht ja für den einen oder anderen interessant.
Edit: Das Programm-Ende funzt bei mir (noch) nicht zuverlässig. Meine Frau hatte die Maschinen immer aus gemacht... dann kommt die Telegram Mittteilung
-
Ich habe leider das Problem das ich das Ende der Waschmaschine nicht erkannt bekomme. Ich bekomme ständig Fertig, Startet, Fertig Startet gemeldet. Habe sowohl das Timeout als auch den Grenzwert schon angepasst. Das ändert aber nichts.
-
Anbei mal mein Blockly. Da kannst du sehen wie ich das mit dem Erkennen des AN und AUS Zustandes gemacht habe.
Vielleicht hilft es dir etwas.<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</variable> <variable id="BKDH;YD6S{z-_yOt`k3b">Eingeschalten</variable> <variable id=".N]l}E,shM{VuB|L@nT2">AUS Zähler</variable> <variable id="U?m^Hau8H1wffSbrCg:(">Start_kWh</variable> </variables> <block type="on_ext" id="+A7wlutQO8gBfqosc.y3" x="-837" y="-412"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation> <field name="CONDITION">any</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="L[i=p{|ii-ai*/YAZ@8s"> <field name="oid">sonoff.0.AEG.ENERGY_Power</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="#W`Oy~=o$.qb{Mqqc[A4"> <value name="IF0"> <block type="logic_operation" id="Z{$7uN4#1@*s^}a7MHX!"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="%gTyA?r|!^Zk[e+5+J:`"> <field name="OP">NEQ</field> <value name="A"> <block type="variables_get" id="xRiNE.Eksc@rQkuO#c_9"> <field name="VAR" id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</field> </block> </value> <value name="B"> <block type="math_number" id="F)D.+n{x`p(#/@6XJz#y"> <field name="NUM">0</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="3^m)l^YyUdzg8f2jHUQ1"> <field name="OP">NEQ</field> <value name="A"> <block type="variables_get" id="?cl4]z,X}4??,=|]`~tE"> <field name="VAR" id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</field> </block> </value> <value name="B"> <block type="math_number" id="AKFMc(dWu%*`@NFqpN)1"> <field name="NUM">1</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="0EWD2?(QMntzryo}{N#L"> <field name="VAR" id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</field> <value name="VALUE"> <block type="math_number" id="jk{~c]]ZV[UC:4L$pydu"> <field name="NUM">0</field> </block> </value> </block> </statement> <next> <block type="controls_if" id="|fK(^XJL7?~%1[w#E]dv"> <value name="IF0"> <block type="logic_compare" id="(PxXv=bp!1vlAl1C?)]M"> <field name="OP">GT</field> <value name="A"> <block type="get_value" id="vPJE-TO:!MTW4mrDsvBS"> <field name="ATTR">val</field> <field name="OID">sonoff.0.AEG.ENERGY_Power</field> </block> </value> <value name="B"> <block type="text" id="!;PZ{rcoQ)l!YDkXS]+{"> <field name="TEXT">10</field> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="7uYE+u0x]}%xgiu`G=2,"> <field name="VAR" id="BKDH;YD6S{z-_yOt`k3b">Eingeschalten</field> <value name="VALUE"> <block type="math_number" id="-QmjVM+5qk:;OPcR]8*7"> <field name="NUM">1</field> </block> </value> </block> </statement> <next> <block type="controls_if" id="6_Cmy56-A`Z{ux*u[Q(("> <value name="IF0"> <block type="logic_compare" id="N]vLQ^QbJ_*![/mh1!9|"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="rzosismbrgr`.iaCA!y6"> <field name="VAR" id="BKDH;YD6S{z-_yOt`k3b">Eingeschalten</field> </block> </value> <value name="B"> <block type="math_number" id="qtECRtJ0Gl/uuE3mv7Pe"> <field name="NUM">1</field> </block> </value> </block> </value> <statement name="DO0"> <block type="controls_if" id="V6]e:v6u:?I_dnQ6L_VO"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="M~uV)}gj0R1:#*W8;u|_"> <field name="OP">LT</field> <value name="A"> <block type="get_value" id=";C4ZX5Zy!7cKvi8im7j~"> <field name="ATTR">val</field> <field name="OID">sonoff.0.AEG.ENERGY_Power</field> </block> </value> <value name="B"> <block type="text" id="qZr5=RgO[|.`JAG]=%:e"> <field name="TEXT">3</field> </block> </value> </block> </value> <statement name="DO0"> <block type="math_change" id="T.un5=.rdLl@woGn*4oJ"> <field name="VAR" id=".N]l}E,shM{VuB|L@nT2">AUS Zähler</field> <value name="DELTA"> <shadow type="math_number" id="?c=pXLOc61v3AJP.(d:k"> <field name="NUM">1</field> </shadow> <block type="math_number" id="VK|irx!KX{ybRSUt=nJ)"> <field name="NUM">1</field> </block> </value> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="A$JL3S;D7!Wix{lca|:5"> <field name="VAR" id=".N]l}E,shM{VuB|L@nT2">AUS Zähler</field> <value name="VALUE"> <block type="math_number" id="DC,yhv04whS5O13j`4,9"> <field name="NUM">0</field> </block> </value> </block> </statement> <next> <block type="controls_if" id="Fka;*|t}*-`SbqlH][O,"> <value name="IF0"> <block type="logic_operation" id="kO:HqK]p;oBgl6e94QoN"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="uvt{b:m0eZ!HIW|y{n=r"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="HW4-I|q*E8@T~3ORlH[6"> <field name="VAR" id="BKDH;YD6S{z-_yOt`k3b">Eingeschalten</field> </block> </value> <value name="B"> <block type="math_number" id="7~MaZ@N]YyRp/S(nLXL."> <field name="NUM">1</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="aADhp{zeu@}PLji26EU8"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="m6G46K1Y-QF}lDs08OoH"> <field name="VAR" id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</field> </block> </value> <value name="B"> <block type="math_number" id="W?v8M=MdjKB6_/B[2X`="> <field name="NUM">0</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="debug" id=".Sgt+REZye}Y_1SUpu-w"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="(=rDMpTQYJW]8^f^ff1)"> <field name="TEXT">Maschine AEG an</field> </shadow> </value> <next> <block type="variables_set" id="U}k7g{,kKleQ;PGpgOH6"> <field name="VAR" id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</field> <value name="VALUE"> <block type="math_number" id="[O;SMS@ANCQZjdR53yne"> <field name="NUM">1</field> </block> </value> <next> <block type="control_ex" id="Now/G%+PzxO]`XRK^zY|"> <field name="TYPE">true</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="g{#Q=0]hw8hO{oe*W~[7"> <field name="oid">Object ID</field> </shadow> <block type="field_oid" id="bsHw.I_%9u.9K/wc,m84"> <field name="oid">0_userdata.0.Waschmaschinen.Waschmaschine_AEG</field> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="WXP;ApH,:l#;kqdAs)4I"> <field name="BOOL">TRUE</field> </shadow> </value> <value name="DELAY_MS"> <shadow type="math_number" id="FaSP6sMv=w`Gl0ZdbK8a"> <field name="NUM">0</field> </shadow> </value> <next> <block type="variables_set" id="l-:R$t[z:q|xVfPv{g7B"> <field name="VAR" id="U?m^Hau8H1wffSbrCg:(">Start_kWh</field> <value name="VALUE"> <block type="get_value" id="93s]YH?Y^05|w)mge^[M"> <field name="ATTR">val</field> <field name="OID">sonoff.0.AEG.ENERGY_Today</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </statement> <next> <block type="controls_if" id="I5G5,xEQ9|pglEcLrxmF"> <value name="IF0"> <block type="logic_compare" id="%AbMO?J2D[f-rCEWyq=O"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="u5FZNsypgs:pPUYsV1=g"> <field name="VAR" id=".N]l}E,shM{VuB|L@nT2">AUS Zähler</field> </block> </value> <value name="B"> <block type="math_number" id="uaHP[P3wt-!h@M!UE]eX"> <field name="NUM">5</field> </block> </value> </block> </value> <statement name="DO0"> <block type="debug" id="n6tOdqoNC2Az|o..y!1C"> <field name="Severity">log</field> <value name="TEXT"> <shadow type="text" id="k,uQ:J_7[mNg*o^my|+?"> <field name="TEXT">Maschine AEG aus.</field> </shadow> </value> <next> <block type="control_ex" id="w1s3uf~=$N]BnS4J3QNo"> <field name="TYPE">true</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid"> <field name="oid">Object ID</field> </shadow> <block type="field_oid" id="_4UFWXj}S;H0Gf@A7Cfx"> <field name="oid">0_userdata.0.Waschmaschinen.Waschgang_kWh_AEG</field> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="^]h@C27.~LT[Lg+Ct#(]"> <field name="BOOL">TRUE</field> </shadow> <block type="math_rndfixed" id=".)[+Pv}mK1Y0oN2E:#?~"> <field name="n">4</field> <value name="x"> <shadow type="math_number" id=":5DgH!kmVj+Zrfy0Z@qm"> <field name="NUM">3.1234</field> </shadow> <block type="math_arithmetic" id="X{h45n,n%Pv/f::)0@es"> <field name="OP">MINUS</field> <value name="A"> <shadow type="math_number" id="F`(n|FHEx(#}aKi?*ES~"> <field name="NUM">1</field> </shadow> <block type="get_value" id="b#{4tk9,vL}TCXH=au:]"> <field name="ATTR">val</field> <field name="OID">sonoff.0.AEG.ENERGY_Today</field> </block> </value> <value name="B"> <shadow type="math_number" id="nL;xRrD*$^S3TGU6@~-2"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="mt{+3?VFEfwbkEZ3Ncn?"> <field name="VAR" id="U?m^Hau8H1wffSbrCg:(">Start_kWh</field> </block> </value> </block> </value> </block> </value> <value name="DELAY_MS"> <shadow type="math_number" id="Dk-6lMVee=H4I2{ecfCr"> <field name="NUM">0</field> </shadow> </value> <next> <block type="control_ex" id="r0zo,bZnPvd1f@TzE9;5"> <field name="TYPE">true</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="g{#Q=0]hw8hO{oe*W~[7"> <field name="oid">Object ID</field> </shadow> <block type="field_oid" id="YpiA8Tvu~+rwDM+_qhvK"> <field name="oid">0_userdata.0.Waschmaschinen.Waschmaschine_AEG</field> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="!|)Uap,HllJ{Gs#Rp`oh"> <field name="BOOL">FALSE</field> </shadow> </value> <value name="DELAY_MS"> <shadow type="math_number" id="P7qUlKI+MInsy9OIwvn4"> <field name="NUM">0</field> </shadow> </value> <next> <block type="control" id="ZU(Af:-yVH+at5A?|v#i"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090LA09819201CG.Commands.speak-volume</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="%3=SwY!@-Cm-)niNJ}PH"> <field name="NUM">30</field> </block> </value> <next> <block type="control" id="7.Vci{UCquqV=z[H#jNG"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090LA09819201CG.Commands.speak</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="M0a|{lGoFE`*`N+g=t`5"> <field name="TEXT">Hallo, die Wäsche ist jetzt fertig gewaschen. Liebe Grüße, von eurer Waschmaschine.</field> </block> </value> <next> <block type="control_ex" id="CK$?r{H_NNorvE}pGis:" disabled="true"> <field name="TYPE">true</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow type="field_oid" id="XoVHNvyujUVF8$8.TB|P"> <field name="oid">EigeneVars.0.TelegramText</field> </shadow> </value> <value name="VALUE"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="$y4W8%w^#KHte)tcs8pn"> <field name="BOOL">TRUE</field> </shadow> <block type="text" id="KlJjW41IOEZI!(3w9^ws"> <field name="TEXT">Die Wäsche ist jetzt fertig gewaschen. Liebe Grüße, die AEG Waschmaschine.</field> </block> </value> <value name="DELAY_MS"> <shadow type="math_number" id="_}9}uTxK]4k|:fC5/,r9"> <field name="NUM">0</field> </shadow> </value> <next> <block type="variables_set" id="SW.y,,i0Hxr4Cty[,tFM"> <field name="VAR" id="BKDH;YD6S{z-_yOt`k3b">Eingeschalten</field> <value name="VALUE"> <block type="math_number" id="_dOM68.?|f}qS/[(/;yJ"> <field name="NUM">0</field> </block> </value> <next> <block type="variables_set" id="{i?ndO|XNP~N*^MT/05v"> <field name="VAR" id="Q_!D7)w!!aG?oUCZx`yj">Nur einmal</field> <value name="VALUE"> <block type="math_number" id="v+G-I54el?b1),@;(^Zf"> <field name="NUM">0</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </statement> <next> <block type="on_ext" id="kJ01-[C5WB2vYq`H}Q:7"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation> <field name="CONDITION">any</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="Xne243)RIg==M5w*:P~e"> <field name="oid">default</field> </shadow> <block type="field_oid" id="jKD9R:8CQ*^E[zPk$ER5"> <field name="oid">0_userdata.0.Waschmaschinen.Waschgang_kWh_AEG</field> </block> </value> <statement name="STATEMENT"> <block type="control_ex" id="%sfP-A[-/-Kha*9=EhhP"> <field name="TYPE">true</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid"> <field name="oid">Object ID</field> </shadow> <block type="field_oid" id="EAL_sUBBNLNdeg/cl[{$"> <field name="oid">0_userdata.0.Waschmaschinen.Waschgang_EUR_AEG</field> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="6sVGEd8T9DT[T(:!l^i3"> <field name="BOOL">TRUE</field> </shadow> <block type="math_rndfixed" id="f[zzl%@.d^7J@J#X!}v{"> <field name="n">2</field> <value name="x"> <shadow type="math_number" id="k}di*Io]irKWMp;x3@0W"> <field name="NUM">3.1234</field> </shadow> <block type="math_arithmetic" id="T1QB]]G?2Xkw6Wbf-+[+"> <field name="OP">MULTIPLY</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="get_value" id="MzrcJ$O9rxl!:-HB`dK4"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Waschmaschinen.Waschgang_kWh_AEG</field> </block> </value> <value name="B"> <shadow type="math_number" id="eBVS9#`rNoH:/[w?n0JK"> <field name="NUM">1</field> </shadow> <block type="get_value" id=")tf^!rc[78MjHZicEIbK"> <field name="ATTR">val</field> <field name="OID">0_userdata.0.Strom.Strompreis</field> </block> </value> </block> </value> </block> </value> <value name="DELAY_MS"> <shadow type="math_number" id="y)D11BM_MX^Y4-+-JENO"> <field name="NUM">0</field> </shadow> </value> </block> </statement> </block> </next> </block> </xml>
-
@Phil82 So ähnlich habe ich es auch. Nur meine Vermutung ist es, dass die Timeouts nicht sauber funktionieren, insbesondere das "stop timeout".
-
Es wäre nett, wenn für Scripte die nichts mit dem Original zu tun haben, in ein eigenes Fred gepackt würden.
-
Hallo zusammen,
ich habe seit kurzen das Skript am Laufen, leider funktioniert es nicht ganz wie gewünscht. Nach längerem Beobachten der Waschprogramme und der Leistungsaufnahme muss ich wohl einen kleinen Kompromiss eingehen. Durch längere Ruhepausen während der Programme habe ich bis zu 8 Minuten Leistungen unter 2 Watt. Recht zuverlässig hat sich ein Grenzwert von 1,65 Watt herausgestellt, wenn dieser Wert 10 Minuten unterschritten bleibt ist Maschine sicher fertig.Genau da ist mein Problem, der Timeout fängt erst an zu laufen, wenn die Leistung auf unter 1 Watt (z.B. 0,99 Watt) fällt. Kann die Variable keine Kommazahlen und nimmt nur die 1 als Wert?
Vielleicht hat ja jemand einen Tipp für mich.
-
@banza Es sollten auch Kommazahlen gehen. Wobei das "Komma" ein Punkt sein muss. Also 1.65 und nicht 1,65
-
@rantanplan ja, es ist 1.65 eingetragen, ein Komma nimmt das Zahlenfeld gar nicht an. Ich habe nochmal getestet und es sieht wirklich danach aus, als würde das Skript bei mir den Wert hinter dem Komma ignorieren
-
Hallo,
ich komme einfach nicht klar mit dem Skript. Hab das für meinen Trockner und bekomme wenn er Fertig ist ca. alle 3min die Meldung dess er Fertig sei.
Aber warum wird der Datenpunkt wieder auf wahr geschalten. Im Skript ist doch die Bedingung dass der DP nur dann geschalten werden soll wenn der vorherige Wert 0 war.
Kann mit bitte jemand sagen wo mein Fehler liegt und die ich das ändere dass ich nur noch eine Medung bekomme wenn der Trockner fertig ist?
-
@georg2608
soweit ich weiß, liegt das am Knitterschutz. Der Wert geht immer wieder mal für kurze Zeit nach oben (auch bei dir), sodass das Skript wieder von vorne startet (Grenzwert ist bei dir bei 3 und das Diagramm zeigt, dass dein Wert auch mal auf 0? geht?). Ich hatte das damals gelöst, indem ich zwei Datenpunkte angelegt habe: Einen für "Waschmaschine läuft", der andere für "Knitterschutz aktiv" (damit auch zwei Skripte). Dort hatte ich mit unterschiedlichen Watt-Zahlen gearbeitet.