Für alle die das selbe Problem haben,
ich habe folgendes Brockly erstellt:
<block xmlns="https://developers.google.com/blockly/xml" type="on" id="on_3" x="413" y="172">
<field name="OID">zigbee.0.4c97a1fffef0ac1e.valve_2</field>
<field name="CONDITION">true</field>
<field name="ACK_CONDITION"></field>
<statement name="STATEMENT">
<block type="control" id="set_cd_3">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">alias.0.Ventil_4.countdown_2</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="math_number" id="V-Li}c:Iw]!%`x+w_~/y">
<field name="NUM">30</field>
</block>
</value>
<next>
<block type="timeouts_settimeout_variable" id="*`2:~1QB,E~VpA7B4G1y">
<field name="NAME">timeout2</field>
<value name="DELAY_MS">
<shadow type="math_number" id="%t7?unM,v$-?@)iS3aTC">
<field name="NUM">1000</field>
</shadow>
<block type="math_arithmetic" id="Jsnw_z,$ojx6Nr]m3qq4">
<field name="OP">MULTIPLY</field>
<value name="A">
<shadow type="math_number" id="=u!`4bW+L)4+yEX~%JRu">
<field name="NUM">60000</field>
</shadow>
</value>
<value name="B">
<shadow type="math_number" id="V8^b[`DAPXMHAvn[JY4Z">
<field name="NUM">1</field>
</shadow>
<block type="get_value" id="]tG.R1HD7374}m3Jr$fb">
<field name="ATTR">val</field>
<field name="OID">0_userdata.0.Bewaesserung.Ventil_04_Minuten_Fehlerbehebung</field>
</block>
</value>
</block>
</value>
<statement name="STATEMENT">
<block type="control" id="off_3">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">zigbee.0.4c97a1fffef0ac1e.valve_2</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="Vl0Z`fp}_T9]X9[}?`Cw">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
<next>
<block type="timeouts_settimeout" id="overlap_3">
<field name="NAME">overlap_3</field>
<field name="DELAY">10</field>
<field name="UNIT">sec</field>
<statement name="STATEMENT">
<block type="control" id="overlap_off_3">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">zigbee.0.4c97a1fffef0ac1e.valve_1</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="K/Grm1K@Ulug+n)U#+Om">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
574bcff9-577c-42b0-ada8-5b495cc51b58-image.png
Hier wird die Zeit des Ventil 2, auf 30 Minuten gestellt, darauf auf einen generierten Objekt / wo ich die Minuten in der Visualisierung einstellen kann, nach ablaufen der gewünschten Zeit ausgeschaltet. Das Ventil 1, was startet, wird innerhalb 10 Sekunden wieder ausgeschaltet.
Grüße
Oliver