Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Taster press short or long mit blockly

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    18
    1
    550

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

Taster press short or long mit blockly

Geplant Angeheftet Gesperrt Verschoben Skripten / Logik
39 Beiträge 5 Kommentatoren 8.1k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • AxelF1977A AxelF1977

    @paul53 said in Taster press short or long mit blockly:

    @AxelF1977 sagte:

    Ich nutze mittlerweile den Enocean Adapter vom ioBroker.

    Das sieht ganz anders aus: 1 Datenpunkt pro Taster. Bleiben die Datenpunkte AO, AI, BO, BI true, solange der zugehörige Taster gedrückt wird ?

    Ja, die bleiben so lange auf true, bis der Taster wieder losgelassen wird. Sorry das Du dir die Mühe gemacht hast, und ich vergesssen hatte, dass der Adapter jetzt weniger Datenpunkte hat

    paul53P Offline
    paul53P Offline
    paul53
    schrieb am zuletzt editiert von
    #30

    @AxelF1977 sagte:

    die bleiben so lange auf true, bis der Taster wieder losgelassen wird.

    Dann versuche es mal damit für die linken Taster (AI: Ein/Heller; AO: Aus/Dunkler):

    Blockly_temp.JPG

    <xml xmlns="http://www.w3.org/1999/xhtml">
     <variables>
       <variable type="" id=".0n)fPPZ0Vnq@(#OkayL">level</variable>
       <variable type="" id="aJZ]={d,#UG6hNfL+g%q">button</variable>
       <variable type="" id="U0|}x*G;[=9}9Ql;A}WY">ein</variable>
       <variable type="" id="LOUNWT3$L)e!L@xYU#}h">step</variable>
       <variable type="" id="r@NrZq0IZi*lPW#AYK/Q">delta</variable>
       <variable type="" id="R*r}N3kzibH)Apx7BA2q">long</variable>
       <variable type="undefined" id="timeout">timeout</variable>
       <variable type="undefined" id="Intervall">Intervall</variable>
     </variables>
     <block type="variables_set" id="mBjs]l~k+|EXhuQdommL" x="-313" y="-387">
       <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
       <value name="VALUE">
         <block type="get_value" id="X`JY{Vb._~,oJne_SWOY">
           <field name="ATTR">val</field>
           <field name="OID">ID auswählen</field>
         </block>
       </value>
       <next>
         <block type="variables_set" id="BZ25)c-VK5Z[3goO6AO@">
           <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
           <value name="VALUE">
             <block type="math_number" id=";wxnn-=7*b4-c-IMf:=:">
               <field name="NUM">5</field>
             </block>
           </value>
           <next>
             <block type="comment" id="k5O@A`WZ%=k2SxN%R*eR">
               <field name="COMMENT">AI</field>
               <next>
                 <block type="on_ext" id="9A$Wi*GJ.dRaDpyO`/xI">
                   <mutation items="1"></mutation>
                   <field name="CONDITION">ne</field>
                   <field name="ACK_CONDITION"></field>
                   <value name="OID0">
                     <shadow type="field_oid" id="/c7pXjT/I+1ho9^BP9Uz">
                       <field name="oid">default</field>
                     </shadow>
                   </value>
                   <statement name="STATEMENT">
                     <block type="variables_set" id="@G{{4oK*6TJZL#zVETGB">
                       <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                       <value name="VALUE">
                         <block type="variables_get" id="o53B6/DeytPJHbI;Mi7O">
                           <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                         </block>
                       </value>
                       <next>
                         <block type="procedures_callnoreturn" id="dFHtN~%maUxxB.]?1tcM">
                           <mutation name="licht">
                             <arg name="button"></arg>
                             <arg name="ein"></arg>
                           </mutation>
                           <value name="ARG0">
                             <block type="on_source" id="WE@9|8|/~vvX{OXDYb}[">
                               <field name="ATTR">state.val</field>
                             </block>
                           </value>
                           <value name="ARG1">
                             <block type="logic_boolean" id="Yu9B::0if$v]tT:bxB*U">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <next>
                     <block type="comment" id="jSZ/2_c*((aR7,pNt)0y">
                       <field name="COMMENT">AO</field>
                       <next>
                         <block type="on_ext" id="W{d|e4vAl3#[=|KF-G3+">
                           <mutation items="1"></mutation>
                           <field name="CONDITION">ne</field>
                           <field name="ACK_CONDITION"></field>
                           <value name="OID0">
                             <shadow type="field_oid" id="@rAa%8m;](ekf2C:~We8">
                               <field name="oid">default</field>
                             </shadow>
                           </value>
                           <statement name="STATEMENT">
                             <block type="variables_set" id="gc~P[z$.$-v%j:u^XOI)">
                               <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                               <value name="VALUE">
                                 <block type="math_single" id="j!c[p($INLWaurOn$@GR">
                                   <field name="OP">NEG</field>
                                   <value name="NUM">
                                     <shadow type="math_number" id="J+I;Y,iqn1nqZM15lVe,">
                                       <field name="NUM">9</field>
                                     </shadow>
                                     <block type="variables_get" id="};j080s`b2/m%hM-3JlK">
                                       <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <next>
                                 <block type="procedures_callnoreturn" id="_vI+=tBli*j-/rK10bmF">
                                   <mutation name="licht">
                                     <arg name="button"></arg>
                                     <arg name="ein"></arg>
                                   </mutation>
                                   <value name="ARG0">
                                     <block type="on_source" id="q-S~S+O0usUFEH29nW-E">
                                       <field name="ATTR">state.val</field>
                                     </block>
                                   </value>
                                   <value name="ARG1">
                                     <block type="logic_boolean" id="$/j)O2ra|t9)h^$@i$!O">
                                       <field name="BOOL">FALSE</field>
                                     </block>
                                   </value>
                                 </block>
                               </next>
                             </block>
                           </statement>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </next>
         </block>
       </next>
     </block>
     <block type="procedures_defnoreturn" id="0[(od3jtT2]$A1$a$};A" x="137" y="-363">
       <field name="NAME">dimm</field>
       <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
       <statement name="STACK">
         <block type="math_change" id="ay^:v^GMiK8;@C.C{91L">
           <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
           <value name="DELTA">
             <shadow type="math_number" id=",p-gkt;Nv8#h2}*;XqVf">
               <field name="NUM">1</field>
             </shadow>
             <block type="variables_get" id="-hl/L_),_!x:MXDb=iyJ">
               <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
             </block>
           </value>
           <next>
             <block type="controls_if" id="%kszP{vBYtCwZ/qzTtSa">
               <value name="IF0">
                 <block type="logic_compare" id="-.%Q*lZ}FCy~^wP+p[:1">
                   <field name="OP">GT</field>
                   <value name="A">
                     <block type="variables_get" id="UA:CC7Vx~omd?~j2gEKs">
                       <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="math_number" id="99D.}K4,`E`IF@EOxgvF">
                       <field name="NUM">100</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="variables_set" id="v0aJHm1a3E.+HF6~ocI$">
                   <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                   <value name="VALUE">
                     <block type="math_number" id="EtU#raSrJ7YV0iWJf:5J">
                       <field name="NUM">100</field>
                     </block>
                   </value>
                 </block>
               </statement>
               <next>
                 <block type="controls_if" id="beN!nf7!FvW*:[ddES,]">
                   <value name="IF0">
                     <block type="logic_compare" id="79QUCa4(?d3Oot-2GPSk">
                       <field name="OP">LT</field>
                       <value name="A">
                         <block type="variables_get" id="~ZX5X]P$m)=9n4?B@8~-">
                           <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="3:t:FbgDD?xLq~RgPObL">
                           <field name="NUM">0</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO0">
                     <block type="variables_set" id="6-eEI]Ym2;J;X:G_J6rv">
                       <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                       <value name="VALUE">
                         <block type="math_number" id=")Y-{eso01`GWZ-YsFUf;">
                           <field name="NUM">0</field>
                         </block>
                       </value>
                     </block>
                   </statement>
                   <next>
                     <block type="control" id="[Ly(jC0qvD44B2M,`N;q">
                       <mutation delay_input="false"></mutation>
                       <field name="OID">Object ID</field>
                       <field name="WITH_DELAY">FALSE</field>
                       <value name="VALUE">
                         <block type="variables_get" id="Zxd5^AHW3x`7Y(^h!Z?{">
                           <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                         </block>
                       </value>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </next>
         </block>
       </statement>
     </block>
     <block type="procedures_defnoreturn" id="NWZF^.s##C!,EL2.W.0%" x="137" y="-88">
       <mutation>
         <arg name="button" varid="aJZ]={d,#UG6hNfL+g%q"></arg>
         <arg name="ein" varid="U0|}x*G;[=9}9Ql;A}WY"></arg>
       </mutation>
       <field name="NAME">licht</field>
       <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
       <statement name="STACK">
         <block type="controls_if" id="8oO0{BL}4az$9-8hSj?N">
           <mutation else="1"></mutation>
           <value name="IF0">
             <block type="variables_get" id="lYX/%Zr4$W!`HeoKa0|7">
               <field name="VAR" id="aJZ]={d,#UG6hNfL+g%q" variabletype="">button</field>
             </block>
           </value>
           <statement name="DO0">
             <block type="variables_set" id="dbYw|pz[1kS)^NPuNqE|">
               <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
               <value name="VALUE">
                 <block type="logic_boolean" id="`A80q|79.cVrAN3@zzkX">
                   <field name="BOOL">FALSE</field>
                 </block>
               </value>
               <next>
                 <block type="timeouts_settimeout" id="c#ncZp7EQ8*QJ=XCRZ8Q">
                   <field name="NAME">timeout</field>
                   <field name="DELAY">500</field>
                   <field name="UNIT">ms</field>
                   <statement name="STATEMENT">
                     <block type="variables_set" id="TeeqM~uQR#SuLH3?:V?j">
                       <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="llYi+Cqf.bt/).4]RgFz">
                           <field name="BOOL">TRUE</field>
                         </block>
                       </value>
                       <next>
                         <block type="procedures_callnoreturn" id=",b+2?RiSiTW:]fvU7,.6">
                           <mutation name="dimm"></mutation>
                           <next>
                             <block type="timeouts_setinterval" id=".3yOZ$x;4,sop[Q(rj8#">
                               <field name="NAME">Intervall</field>
                               <field name="INTERVAL">250</field>
                               <field name="UNIT">ms</field>
                               <statement name="STATEMENT">
                                 <block type="procedures_callnoreturn" id="ORqY8t}R;isC4Qbus(+^">
                                   <mutation name="dimm"></mutation>
                                 </block>
                               </statement>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </next>
             </block>
           </statement>
           <statement name="ELSE">
             <block type="timeouts_cleartimeout" id="Zx?~y{}iOq-zpH-/|j;[">
               <field name="NAME">timeout</field>
               <next>
                 <block type="timeouts_clearinterval" id="R.=w_d*Xk3h6nUuanj51">
                   <field name="NAME">Intervall</field>
                   <next>
                     <block type="controls_if" id="Dir-(XSm)akkXs3-Y^xH">
                       <value name="IF0">
                         <block type="logic_negate" id="N,HqW]LM,^8!@tY0P)wK">
                           <value name="BOOL">
                             <block type="variables_get" id=".{q|vn^g`}@9EpN{;zsZ">
                               <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO0">
                         <block type="control" id="G)M!#H6*^$UaGALg/o7I">
                           <mutation delay_input="false"></mutation>
                           <field name="OID">Object ID</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="variables_get" id="WEi5d_diWt-*v)6q.f5R">
                               <field name="VAR" id="U0|}x*G;[=9}9Ql;A}WY" variabletype="">ein</field>
                             </block>
                           </value>
                         </block>
                       </statement>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </statement>
         </block>
       </statement>
     </block>
    </xml>
    

    Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
    Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

    AxelF1977A 1 Antwort Letzte Antwort
    1
    • paul53P paul53

      @AxelF1977 sagte:

      die bleiben so lange auf true, bis der Taster wieder losgelassen wird.

      Dann versuche es mal damit für die linken Taster (AI: Ein/Heller; AO: Aus/Dunkler):

      Blockly_temp.JPG

      <xml xmlns="http://www.w3.org/1999/xhtml">
       <variables>
         <variable type="" id=".0n)fPPZ0Vnq@(#OkayL">level</variable>
         <variable type="" id="aJZ]={d,#UG6hNfL+g%q">button</variable>
         <variable type="" id="U0|}x*G;[=9}9Ql;A}WY">ein</variable>
         <variable type="" id="LOUNWT3$L)e!L@xYU#}h">step</variable>
         <variable type="" id="r@NrZq0IZi*lPW#AYK/Q">delta</variable>
         <variable type="" id="R*r}N3kzibH)Apx7BA2q">long</variable>
         <variable type="undefined" id="timeout">timeout</variable>
         <variable type="undefined" id="Intervall">Intervall</variable>
       </variables>
       <block type="variables_set" id="mBjs]l~k+|EXhuQdommL" x="-313" y="-387">
         <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
         <value name="VALUE">
           <block type="get_value" id="X`JY{Vb._~,oJne_SWOY">
             <field name="ATTR">val</field>
             <field name="OID">ID auswählen</field>
           </block>
         </value>
         <next>
           <block type="variables_set" id="BZ25)c-VK5Z[3goO6AO@">
             <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
             <value name="VALUE">
               <block type="math_number" id=";wxnn-=7*b4-c-IMf:=:">
                 <field name="NUM">5</field>
               </block>
             </value>
             <next>
               <block type="comment" id="k5O@A`WZ%=k2SxN%R*eR">
                 <field name="COMMENT">AI</field>
                 <next>
                   <block type="on_ext" id="9A$Wi*GJ.dRaDpyO`/xI">
                     <mutation items="1"></mutation>
                     <field name="CONDITION">ne</field>
                     <field name="ACK_CONDITION"></field>
                     <value name="OID0">
                       <shadow type="field_oid" id="/c7pXjT/I+1ho9^BP9Uz">
                         <field name="oid">default</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="variables_set" id="@G{{4oK*6TJZL#zVETGB">
                         <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                         <value name="VALUE">
                           <block type="variables_get" id="o53B6/DeytPJHbI;Mi7O">
                             <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                           </block>
                         </value>
                         <next>
                           <block type="procedures_callnoreturn" id="dFHtN~%maUxxB.]?1tcM">
                             <mutation name="licht">
                               <arg name="button"></arg>
                               <arg name="ein"></arg>
                             </mutation>
                             <value name="ARG0">
                               <block type="on_source" id="WE@9|8|/~vvX{OXDYb}[">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="ARG1">
                               <block type="logic_boolean" id="Yu9B::0if$v]tT:bxB*U">
                                 <field name="BOOL">TRUE</field>
                               </block>
                             </value>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <next>
                       <block type="comment" id="jSZ/2_c*((aR7,pNt)0y">
                         <field name="COMMENT">AO</field>
                         <next>
                           <block type="on_ext" id="W{d|e4vAl3#[=|KF-G3+">
                             <mutation items="1"></mutation>
                             <field name="CONDITION">ne</field>
                             <field name="ACK_CONDITION"></field>
                             <value name="OID0">
                               <shadow type="field_oid" id="@rAa%8m;](ekf2C:~We8">
                                 <field name="oid">default</field>
                               </shadow>
                             </value>
                             <statement name="STATEMENT">
                               <block type="variables_set" id="gc~P[z$.$-v%j:u^XOI)">
                                 <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                                 <value name="VALUE">
                                   <block type="math_single" id="j!c[p($INLWaurOn$@GR">
                                     <field name="OP">NEG</field>
                                     <value name="NUM">
                                       <shadow type="math_number" id="J+I;Y,iqn1nqZM15lVe,">
                                         <field name="NUM">9</field>
                                       </shadow>
                                       <block type="variables_get" id="};j080s`b2/m%hM-3JlK">
                                         <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="procedures_callnoreturn" id="_vI+=tBli*j-/rK10bmF">
                                     <mutation name="licht">
                                       <arg name="button"></arg>
                                       <arg name="ein"></arg>
                                     </mutation>
                                     <value name="ARG0">
                                       <block type="on_source" id="q-S~S+O0usUFEH29nW-E">
                                         <field name="ATTR">state.val</field>
                                       </block>
                                     </value>
                                     <value name="ARG1">
                                       <block type="logic_boolean" id="$/j)O2ra|t9)h^$@i$!O">
                                         <field name="BOOL">FALSE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </next>
       </block>
       <block type="procedures_defnoreturn" id="0[(od3jtT2]$A1$a$};A" x="137" y="-363">
         <field name="NAME">dimm</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="math_change" id="ay^:v^GMiK8;@C.C{91L">
             <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
             <value name="DELTA">
               <shadow type="math_number" id=",p-gkt;Nv8#h2}*;XqVf">
                 <field name="NUM">1</field>
               </shadow>
               <block type="variables_get" id="-hl/L_),_!x:MXDb=iyJ">
                 <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
               </block>
             </value>
             <next>
               <block type="controls_if" id="%kszP{vBYtCwZ/qzTtSa">
                 <value name="IF0">
                   <block type="logic_compare" id="-.%Q*lZ}FCy~^wP+p[:1">
                     <field name="OP">GT</field>
                     <value name="A">
                       <block type="variables_get" id="UA:CC7Vx~omd?~j2gEKs">
                         <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="99D.}K4,`E`IF@EOxgvF">
                         <field name="NUM">100</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="variables_set" id="v0aJHm1a3E.+HF6~ocI$">
                     <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                     <value name="VALUE">
                       <block type="math_number" id="EtU#raSrJ7YV0iWJf:5J">
                         <field name="NUM">100</field>
                       </block>
                     </value>
                   </block>
                 </statement>
                 <next>
                   <block type="controls_if" id="beN!nf7!FvW*:[ddES,]">
                     <value name="IF0">
                       <block type="logic_compare" id="79QUCa4(?d3Oot-2GPSk">
                         <field name="OP">LT</field>
                         <value name="A">
                           <block type="variables_get" id="~ZX5X]P$m)=9n4?B@8~-">
                             <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                           </block>
                         </value>
                         <value name="B">
                           <block type="math_number" id="3:t:FbgDD?xLq~RgPObL">
                             <field name="NUM">0</field>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO0">
                       <block type="variables_set" id="6-eEI]Ym2;J;X:G_J6rv">
                         <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                         <value name="VALUE">
                           <block type="math_number" id=")Y-{eso01`GWZ-YsFUf;">
                             <field name="NUM">0</field>
                           </block>
                         </value>
                       </block>
                     </statement>
                     <next>
                       <block type="control" id="[Ly(jC0qvD44B2M,`N;q">
                         <mutation delay_input="false"></mutation>
                         <field name="OID">Object ID</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="variables_get" id="Zxd5^AHW3x`7Y(^h!Z?{">
                             <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
       </block>
       <block type="procedures_defnoreturn" id="NWZF^.s##C!,EL2.W.0%" x="137" y="-88">
         <mutation>
           <arg name="button" varid="aJZ]={d,#UG6hNfL+g%q"></arg>
           <arg name="ein" varid="U0|}x*G;[=9}9Ql;A}WY"></arg>
         </mutation>
         <field name="NAME">licht</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="controls_if" id="8oO0{BL}4az$9-8hSj?N">
             <mutation else="1"></mutation>
             <value name="IF0">
               <block type="variables_get" id="lYX/%Zr4$W!`HeoKa0|7">
                 <field name="VAR" id="aJZ]={d,#UG6hNfL+g%q" variabletype="">button</field>
               </block>
             </value>
             <statement name="DO0">
               <block type="variables_set" id="dbYw|pz[1kS)^NPuNqE|">
                 <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                 <value name="VALUE">
                   <block type="logic_boolean" id="`A80q|79.cVrAN3@zzkX">
                     <field name="BOOL">FALSE</field>
                   </block>
                 </value>
                 <next>
                   <block type="timeouts_settimeout" id="c#ncZp7EQ8*QJ=XCRZ8Q">
                     <field name="NAME">timeout</field>
                     <field name="DELAY">500</field>
                     <field name="UNIT">ms</field>
                     <statement name="STATEMENT">
                       <block type="variables_set" id="TeeqM~uQR#SuLH3?:V?j">
                         <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="llYi+Cqf.bt/).4]RgFz">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                         <next>
                           <block type="procedures_callnoreturn" id=",b+2?RiSiTW:]fvU7,.6">
                             <mutation name="dimm"></mutation>
                             <next>
                               <block type="timeouts_setinterval" id=".3yOZ$x;4,sop[Q(rj8#">
                                 <field name="NAME">Intervall</field>
                                 <field name="INTERVAL">250</field>
                                 <field name="UNIT">ms</field>
                                 <statement name="STATEMENT">
                                   <block type="procedures_callnoreturn" id="ORqY8t}R;isC4Qbus(+^">
                                     <mutation name="dimm"></mutation>
                                   </block>
                                 </statement>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </statement>
                   </block>
                 </next>
               </block>
             </statement>
             <statement name="ELSE">
               <block type="timeouts_cleartimeout" id="Zx?~y{}iOq-zpH-/|j;[">
                 <field name="NAME">timeout</field>
                 <next>
                   <block type="timeouts_clearinterval" id="R.=w_d*Xk3h6nUuanj51">
                     <field name="NAME">Intervall</field>
                     <next>
                       <block type="controls_if" id="Dir-(XSm)akkXs3-Y^xH">
                         <value name="IF0">
                           <block type="logic_negate" id="N,HqW]LM,^8!@tY0P)wK">
                             <value name="BOOL">
                               <block type="variables_get" id=".{q|vn^g`}@9EpN{;zsZ">
                                 <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="control" id="G)M!#H6*^$UaGALg/o7I">
                             <mutation delay_input="false"></mutation>
                             <field name="OID">Object ID</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="variables_get" id="WEi5d_diWt-*v)6q.f5R">
                                 <field name="VAR" id="U0|}x*G;[=9}9Ql;A}WY" variabletype="">ein</field>
                               </block>
                             </value>
                           </block>
                         </statement>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </statement>
           </block>
         </statement>
       </block>
      </xml>
      

      AxelF1977A Offline
      AxelF1977A Offline
      AxelF1977
      schrieb am zuletzt editiert von
      #31

      @paul53 said in Taster press short or long mit blockly:

      @AxelF1977 sagte:

      die bleiben so lange auf true, bis der Taster wieder losgelassen wird.

      Dann versuche es mal damit für die linken Taster (AI: Ein/Heller; AO: Aus/Dunkler):

      Blockly_temp.JPG

      <xml xmlns="http://www.w3.org/1999/xhtml">
       <variables>
         <variable type="" id=".0n)fPPZ0Vnq@(#OkayL">level</variable>
         <variable type="" id="aJZ]={d,#UG6hNfL+g%q">button</variable>
         <variable type="" id="U0|}x*G;[=9}9Ql;A}WY">ein</variable>
         <variable type="" id="LOUNWT3$L)e!L@xYU#}h">step</variable>
         <variable type="" id="r@NrZq0IZi*lPW#AYK/Q">delta</variable>
         <variable type="" id="R*r}N3kzibH)Apx7BA2q">long</variable>
         <variable type="undefined" id="timeout">timeout</variable>
         <variable type="undefined" id="Intervall">Intervall</variable>
       </variables>
       <block type="variables_set" id="mBjs]l~k+|EXhuQdommL" x="-313" y="-387">
         <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
         <value name="VALUE">
           <block type="get_value" id="X`JY{Vb._~,oJne_SWOY">
             <field name="ATTR">val</field>
             <field name="OID">ID auswählen</field>
           </block>
         </value>
         <next>
           <block type="variables_set" id="BZ25)c-VK5Z[3goO6AO@">
             <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
             <value name="VALUE">
               <block type="math_number" id=";wxnn-=7*b4-c-IMf:=:">
                 <field name="NUM">5</field>
               </block>
             </value>
             <next>
               <block type="comment" id="k5O@A`WZ%=k2SxN%R*eR">
                 <field name="COMMENT">AI</field>
                 <next>
                   <block type="on_ext" id="9A$Wi*GJ.dRaDpyO`/xI">
                     <mutation items="1"></mutation>
                     <field name="CONDITION">ne</field>
                     <field name="ACK_CONDITION"></field>
                     <value name="OID0">
                       <shadow type="field_oid" id="/c7pXjT/I+1ho9^BP9Uz">
                         <field name="oid">default</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="variables_set" id="@G{{4oK*6TJZL#zVETGB">
                         <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                         <value name="VALUE">
                           <block type="variables_get" id="o53B6/DeytPJHbI;Mi7O">
                             <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                           </block>
                         </value>
                         <next>
                           <block type="procedures_callnoreturn" id="dFHtN~%maUxxB.]?1tcM">
                             <mutation name="licht">
                               <arg name="button"></arg>
                               <arg name="ein"></arg>
                             </mutation>
                             <value name="ARG0">
                               <block type="on_source" id="WE@9|8|/~vvX{OXDYb}[">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="ARG1">
                               <block type="logic_boolean" id="Yu9B::0if$v]tT:bxB*U">
                                 <field name="BOOL">TRUE</field>
                               </block>
                             </value>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <next>
                       <block type="comment" id="jSZ/2_c*((aR7,pNt)0y">
                         <field name="COMMENT">AO</field>
                         <next>
                           <block type="on_ext" id="W{d|e4vAl3#[=|KF-G3+">
                             <mutation items="1"></mutation>
                             <field name="CONDITION">ne</field>
                             <field name="ACK_CONDITION"></field>
                             <value name="OID0">
                               <shadow type="field_oid" id="@rAa%8m;](ekf2C:~We8">
                                 <field name="oid">default</field>
                               </shadow>
                             </value>
                             <statement name="STATEMENT">
                               <block type="variables_set" id="gc~P[z$.$-v%j:u^XOI)">
                                 <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                                 <value name="VALUE">
                                   <block type="math_single" id="j!c[p($INLWaurOn$@GR">
                                     <field name="OP">NEG</field>
                                     <value name="NUM">
                                       <shadow type="math_number" id="J+I;Y,iqn1nqZM15lVe,">
                                         <field name="NUM">9</field>
                                       </shadow>
                                       <block type="variables_get" id="};j080s`b2/m%hM-3JlK">
                                         <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="procedures_callnoreturn" id="_vI+=tBli*j-/rK10bmF">
                                     <mutation name="licht">
                                       <arg name="button"></arg>
                                       <arg name="ein"></arg>
                                     </mutation>
                                     <value name="ARG0">
                                       <block type="on_source" id="q-S~S+O0usUFEH29nW-E">
                                         <field name="ATTR">state.val</field>
                                       </block>
                                     </value>
                                     <value name="ARG1">
                                       <block type="logic_boolean" id="$/j)O2ra|t9)h^$@i$!O">
                                         <field name="BOOL">FALSE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </next>
       </block>
       <block type="procedures_defnoreturn" id="0[(od3jtT2]$A1$a$};A" x="137" y="-363">
         <field name="NAME">dimm</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="math_change" id="ay^:v^GMiK8;@C.C{91L">
             <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
             <value name="DELTA">
               <shadow type="math_number" id=",p-gkt;Nv8#h2}*;XqVf">
                 <field name="NUM">1</field>
               </shadow>
               <block type="variables_get" id="-hl/L_),_!x:MXDb=iyJ">
                 <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
               </block>
             </value>
             <next>
               <block type="controls_if" id="%kszP{vBYtCwZ/qzTtSa">
                 <value name="IF0">
                   <block type="logic_compare" id="-.%Q*lZ}FCy~^wP+p[:1">
                     <field name="OP">GT</field>
                     <value name="A">
                       <block type="variables_get" id="UA:CC7Vx~omd?~j2gEKs">
                         <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="99D.}K4,`E`IF@EOxgvF">
                         <field name="NUM">100</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="variables_set" id="v0aJHm1a3E.+HF6~ocI$">
                     <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                     <value name="VALUE">
                       <block type="math_number" id="EtU#raSrJ7YV0iWJf:5J">
                         <field name="NUM">100</field>
                       </block>
                     </value>
                   </block>
                 </statement>
                 <next>
                   <block type="controls_if" id="beN!nf7!FvW*:[ddES,]">
                     <value name="IF0">
                       <block type="logic_compare" id="79QUCa4(?d3Oot-2GPSk">
                         <field name="OP">LT</field>
                         <value name="A">
                           <block type="variables_get" id="~ZX5X]P$m)=9n4?B@8~-">
                             <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                           </block>
                         </value>
                         <value name="B">
                           <block type="math_number" id="3:t:FbgDD?xLq~RgPObL">
                             <field name="NUM">0</field>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO0">
                       <block type="variables_set" id="6-eEI]Ym2;J;X:G_J6rv">
                         <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                         <value name="VALUE">
                           <block type="math_number" id=")Y-{eso01`GWZ-YsFUf;">
                             <field name="NUM">0</field>
                           </block>
                         </value>
                       </block>
                     </statement>
                     <next>
                       <block type="control" id="[Ly(jC0qvD44B2M,`N;q">
                         <mutation delay_input="false"></mutation>
                         <field name="OID">Object ID</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="variables_get" id="Zxd5^AHW3x`7Y(^h!Z?{">
                             <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
       </block>
       <block type="procedures_defnoreturn" id="NWZF^.s##C!,EL2.W.0%" x="137" y="-88">
         <mutation>
           <arg name="button" varid="aJZ]={d,#UG6hNfL+g%q"></arg>
           <arg name="ein" varid="U0|}x*G;[=9}9Ql;A}WY"></arg>
         </mutation>
         <field name="NAME">licht</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="controls_if" id="8oO0{BL}4az$9-8hSj?N">
             <mutation else="1"></mutation>
             <value name="IF0">
               <block type="variables_get" id="lYX/%Zr4$W!`HeoKa0|7">
                 <field name="VAR" id="aJZ]={d,#UG6hNfL+g%q" variabletype="">button</field>
               </block>
             </value>
             <statement name="DO0">
               <block type="variables_set" id="dbYw|pz[1kS)^NPuNqE|">
                 <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                 <value name="VALUE">
                   <block type="logic_boolean" id="`A80q|79.cVrAN3@zzkX">
                     <field name="BOOL">FALSE</field>
                   </block>
                 </value>
                 <next>
                   <block type="timeouts_settimeout" id="c#ncZp7EQ8*QJ=XCRZ8Q">
                     <field name="NAME">timeout</field>
                     <field name="DELAY">500</field>
                     <field name="UNIT">ms</field>
                     <statement name="STATEMENT">
                       <block type="variables_set" id="TeeqM~uQR#SuLH3?:V?j">
                         <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="llYi+Cqf.bt/).4]RgFz">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                         <next>
                           <block type="procedures_callnoreturn" id=",b+2?RiSiTW:]fvU7,.6">
                             <mutation name="dimm"></mutation>
                             <next>
                               <block type="timeouts_setinterval" id=".3yOZ$x;4,sop[Q(rj8#">
                                 <field name="NAME">Intervall</field>
                                 <field name="INTERVAL">250</field>
                                 <field name="UNIT">ms</field>
                                 <statement name="STATEMENT">
                                   <block type="procedures_callnoreturn" id="ORqY8t}R;isC4Qbus(+^">
                                     <mutation name="dimm"></mutation>
                                   </block>
                                 </statement>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </statement>
                   </block>
                 </next>
               </block>
             </statement>
             <statement name="ELSE">
               <block type="timeouts_cleartimeout" id="Zx?~y{}iOq-zpH-/|j;[">
                 <field name="NAME">timeout</field>
                 <next>
                   <block type="timeouts_clearinterval" id="R.=w_d*Xk3h6nUuanj51">
                     <field name="NAME">Intervall</field>
                     <next>
                       <block type="controls_if" id="Dir-(XSm)akkXs3-Y^xH">
                         <value name="IF0">
                           <block type="logic_negate" id="N,HqW]LM,^8!@tY0P)wK">
                             <value name="BOOL">
                               <block type="variables_get" id=".{q|vn^g`}@9EpN{;zsZ">
                                 <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="control" id="G)M!#H6*^$UaGALg/o7I">
                             <mutation delay_input="false"></mutation>
                             <field name="OID">Object ID</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="variables_get" id="WEi5d_diWt-*v)6q.f5R">
                                 <field name="VAR" id="U0|}x*G;[=9}9Ql;A}WY" variabletype="">ein</field>
                               </block>
                             </value>
                           </block>
                         </statement>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </statement>
           </block>
         </statement>
       </block>
      </xml>
      

      Wie krass! Das funktioniert, unglaublich.

      Ein wenig zickig ist es noch, nach loslassen der Tasten dimmt er noch weiter hoch oder runter, mal einen Schritt, mal mehrere, ich glaube je nachdem wie lange gedrückt war.

      Wo muss ich was ändern, dass er bei langem Drücken nicht so weit runter dimmt, dass das Licht ausgeht, sondern bis max 10%

      Ich habe mal die Anordnung der Button geändert, A0 ist oben und AI unten

      Sonst scheint das sehr gut zu laufen.
      Ich bin mehr als beeindruckt.

      55b2f5f7-894a-4422-85a9-2d9302206ae7-image.png

      ASROCK Deskmini Intel I3 8100 16GB mit Proxmox VM ioBroker VM DIYHue| CCU piVCCU + FHEM auf Raspberry | Maria DB mit Grafana und Prometheus auf Tinker Board

      paul53P 1 Antwort Letzte Antwort
      0
      • AxelF1977A AxelF1977

        @paul53 said in Taster press short or long mit blockly:

        @AxelF1977 sagte:

        die bleiben so lange auf true, bis der Taster wieder losgelassen wird.

        Dann versuche es mal damit für die linken Taster (AI: Ein/Heller; AO: Aus/Dunkler):

        Blockly_temp.JPG

        <xml xmlns="http://www.w3.org/1999/xhtml">
         <variables>
           <variable type="" id=".0n)fPPZ0Vnq@(#OkayL">level</variable>
           <variable type="" id="aJZ]={d,#UG6hNfL+g%q">button</variable>
           <variable type="" id="U0|}x*G;[=9}9Ql;A}WY">ein</variable>
           <variable type="" id="LOUNWT3$L)e!L@xYU#}h">step</variable>
           <variable type="" id="r@NrZq0IZi*lPW#AYK/Q">delta</variable>
           <variable type="" id="R*r}N3kzibH)Apx7BA2q">long</variable>
           <variable type="undefined" id="timeout">timeout</variable>
           <variable type="undefined" id="Intervall">Intervall</variable>
         </variables>
         <block type="variables_set" id="mBjs]l~k+|EXhuQdommL" x="-313" y="-387">
           <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
           <value name="VALUE">
             <block type="get_value" id="X`JY{Vb._~,oJne_SWOY">
               <field name="ATTR">val</field>
               <field name="OID">ID auswählen</field>
             </block>
           </value>
           <next>
             <block type="variables_set" id="BZ25)c-VK5Z[3goO6AO@">
               <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
               <value name="VALUE">
                 <block type="math_number" id=";wxnn-=7*b4-c-IMf:=:">
                   <field name="NUM">5</field>
                 </block>
               </value>
               <next>
                 <block type="comment" id="k5O@A`WZ%=k2SxN%R*eR">
                   <field name="COMMENT">AI</field>
                   <next>
                     <block type="on_ext" id="9A$Wi*GJ.dRaDpyO`/xI">
                       <mutation items="1"></mutation>
                       <field name="CONDITION">ne</field>
                       <field name="ACK_CONDITION"></field>
                       <value name="OID0">
                         <shadow type="field_oid" id="/c7pXjT/I+1ho9^BP9Uz">
                           <field name="oid">default</field>
                         </shadow>
                       </value>
                       <statement name="STATEMENT">
                         <block type="variables_set" id="@G{{4oK*6TJZL#zVETGB">
                           <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                           <value name="VALUE">
                             <block type="variables_get" id="o53B6/DeytPJHbI;Mi7O">
                               <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                             </block>
                           </value>
                           <next>
                             <block type="procedures_callnoreturn" id="dFHtN~%maUxxB.]?1tcM">
                               <mutation name="licht">
                                 <arg name="button"></arg>
                                 <arg name="ein"></arg>
                               </mutation>
                               <value name="ARG0">
                                 <block type="on_source" id="WE@9|8|/~vvX{OXDYb}[">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <value name="ARG1">
                                 <block type="logic_boolean" id="Yu9B::0if$v]tT:bxB*U">
                                   <field name="BOOL">TRUE</field>
                                 </block>
                               </value>
                             </block>
                           </next>
                         </block>
                       </statement>
                       <next>
                         <block type="comment" id="jSZ/2_c*((aR7,pNt)0y">
                           <field name="COMMENT">AO</field>
                           <next>
                             <block type="on_ext" id="W{d|e4vAl3#[=|KF-G3+">
                               <mutation items="1"></mutation>
                               <field name="CONDITION">ne</field>
                               <field name="ACK_CONDITION"></field>
                               <value name="OID0">
                                 <shadow type="field_oid" id="@rAa%8m;](ekf2C:~We8">
                                   <field name="oid">default</field>
                                 </shadow>
                               </value>
                               <statement name="STATEMENT">
                                 <block type="variables_set" id="gc~P[z$.$-v%j:u^XOI)">
                                   <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                                   <value name="VALUE">
                                     <block type="math_single" id="j!c[p($INLWaurOn$@GR">
                                       <field name="OP">NEG</field>
                                       <value name="NUM">
                                         <shadow type="math_number" id="J+I;Y,iqn1nqZM15lVe,">
                                           <field name="NUM">9</field>
                                         </shadow>
                                         <block type="variables_get" id="};j080s`b2/m%hM-3JlK">
                                           <field name="VAR" id="LOUNWT3$L)e!L@xYU#}h" variabletype="">step</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <next>
                                     <block type="procedures_callnoreturn" id="_vI+=tBli*j-/rK10bmF">
                                       <mutation name="licht">
                                         <arg name="button"></arg>
                                         <arg name="ein"></arg>
                                       </mutation>
                                       <value name="ARG0">
                                         <block type="on_source" id="q-S~S+O0usUFEH29nW-E">
                                           <field name="ATTR">state.val</field>
                                         </block>
                                       </value>
                                       <value name="ARG1">
                                         <block type="logic_boolean" id="$/j)O2ra|t9)h^$@i$!O">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </next>
                                 </block>
                               </statement>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </next>
         </block>
         <block type="procedures_defnoreturn" id="0[(od3jtT2]$A1$a$};A" x="137" y="-363">
           <field name="NAME">dimm</field>
           <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           <statement name="STACK">
             <block type="math_change" id="ay^:v^GMiK8;@C.C{91L">
               <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
               <value name="DELTA">
                 <shadow type="math_number" id=",p-gkt;Nv8#h2}*;XqVf">
                   <field name="NUM">1</field>
                 </shadow>
                 <block type="variables_get" id="-hl/L_),_!x:MXDb=iyJ">
                   <field name="VAR" id="r@NrZq0IZi*lPW#AYK/Q" variabletype="">delta</field>
                 </block>
               </value>
               <next>
                 <block type="controls_if" id="%kszP{vBYtCwZ/qzTtSa">
                   <value name="IF0">
                     <block type="logic_compare" id="-.%Q*lZ}FCy~^wP+p[:1">
                       <field name="OP">GT</field>
                       <value name="A">
                         <block type="variables_get" id="UA:CC7Vx~omd?~j2gEKs">
                           <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="99D.}K4,`E`IF@EOxgvF">
                           <field name="NUM">100</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO0">
                     <block type="variables_set" id="v0aJHm1a3E.+HF6~ocI$">
                       <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                       <value name="VALUE">
                         <block type="math_number" id="EtU#raSrJ7YV0iWJf:5J">
                           <field name="NUM">100</field>
                         </block>
                       </value>
                     </block>
                   </statement>
                   <next>
                     <block type="controls_if" id="beN!nf7!FvW*:[ddES,]">
                       <value name="IF0">
                         <block type="logic_compare" id="79QUCa4(?d3Oot-2GPSk">
                           <field name="OP">LT</field>
                           <value name="A">
                             <block type="variables_get" id="~ZX5X]P$m)=9n4?B@8~-">
                               <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                             </block>
                           </value>
                           <value name="B">
                             <block type="math_number" id="3:t:FbgDD?xLq~RgPObL">
                               <field name="NUM">0</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO0">
                         <block type="variables_set" id="6-eEI]Ym2;J;X:G_J6rv">
                           <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                           <value name="VALUE">
                             <block type="math_number" id=")Y-{eso01`GWZ-YsFUf;">
                               <field name="NUM">0</field>
                             </block>
                           </value>
                         </block>
                       </statement>
                       <next>
                         <block type="control" id="[Ly(jC0qvD44B2M,`N;q">
                           <mutation delay_input="false"></mutation>
                           <field name="OID">Object ID</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="variables_get" id="Zxd5^AHW3x`7Y(^h!Z?{">
                               <field name="VAR" id=".0n)fPPZ0Vnq@(#OkayL" variabletype="">level</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </statement>
         </block>
         <block type="procedures_defnoreturn" id="NWZF^.s##C!,EL2.W.0%" x="137" y="-88">
           <mutation>
             <arg name="button" varid="aJZ]={d,#UG6hNfL+g%q"></arg>
             <arg name="ein" varid="U0|}x*G;[=9}9Ql;A}WY"></arg>
           </mutation>
           <field name="NAME">licht</field>
           <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           <statement name="STACK">
             <block type="controls_if" id="8oO0{BL}4az$9-8hSj?N">
               <mutation else="1"></mutation>
               <value name="IF0">
                 <block type="variables_get" id="lYX/%Zr4$W!`HeoKa0|7">
                   <field name="VAR" id="aJZ]={d,#UG6hNfL+g%q" variabletype="">button</field>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="variables_set" id="dbYw|pz[1kS)^NPuNqE|">
                   <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                   <value name="VALUE">
                     <block type="logic_boolean" id="`A80q|79.cVrAN3@zzkX">
                       <field name="BOOL">FALSE</field>
                     </block>
                   </value>
                   <next>
                     <block type="timeouts_settimeout" id="c#ncZp7EQ8*QJ=XCRZ8Q">
                       <field name="NAME">timeout</field>
                       <field name="DELAY">500</field>
                       <field name="UNIT">ms</field>
                       <statement name="STATEMENT">
                         <block type="variables_set" id="TeeqM~uQR#SuLH3?:V?j">
                           <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="llYi+Cqf.bt/).4]RgFz">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                           <next>
                             <block type="procedures_callnoreturn" id=",b+2?RiSiTW:]fvU7,.6">
                               <mutation name="dimm"></mutation>
                               <next>
                                 <block type="timeouts_setinterval" id=".3yOZ$x;4,sop[Q(rj8#">
                                   <field name="NAME">Intervall</field>
                                   <field name="INTERVAL">250</field>
                                   <field name="UNIT">ms</field>
                                   <statement name="STATEMENT">
                                     <block type="procedures_callnoreturn" id="ORqY8t}R;isC4Qbus(+^">
                                       <mutation name="dimm"></mutation>
                                     </block>
                                   </statement>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </statement>
                     </block>
                   </next>
                 </block>
               </statement>
               <statement name="ELSE">
                 <block type="timeouts_cleartimeout" id="Zx?~y{}iOq-zpH-/|j;[">
                   <field name="NAME">timeout</field>
                   <next>
                     <block type="timeouts_clearinterval" id="R.=w_d*Xk3h6nUuanj51">
                       <field name="NAME">Intervall</field>
                       <next>
                         <block type="controls_if" id="Dir-(XSm)akkXs3-Y^xH">
                           <value name="IF0">
                             <block type="logic_negate" id="N,HqW]LM,^8!@tY0P)wK">
                               <value name="BOOL">
                                 <block type="variables_get" id=".{q|vn^g`}@9EpN{;zsZ">
                                   <field name="VAR" id="R*r}N3kzibH)Apx7BA2q" variabletype="">long</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="control" id="G)M!#H6*^$UaGALg/o7I">
                               <mutation delay_input="false"></mutation>
                               <field name="OID">Object ID</field>
                               <field name="WITH_DELAY">FALSE</field>
                               <value name="VALUE">
                                 <block type="variables_get" id="WEi5d_diWt-*v)6q.f5R">
                                   <field name="VAR" id="U0|}x*G;[=9}9Ql;A}WY" variabletype="">ein</field>
                                 </block>
                               </value>
                             </block>
                           </statement>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
           </statement>
         </block>
        </xml>
        

        Wie krass! Das funktioniert, unglaublich.

        Ein wenig zickig ist es noch, nach loslassen der Tasten dimmt er noch weiter hoch oder runter, mal einen Schritt, mal mehrere, ich glaube je nachdem wie lange gedrückt war.

        Wo muss ich was ändern, dass er bei langem Drücken nicht so weit runter dimmt, dass das Licht ausgeht, sondern bis max 10%

        Ich habe mal die Anordnung der Button geändert, A0 ist oben und AI unten

        Sonst scheint das sehr gut zu laufen.
        Ich bin mehr als beeindruckt.

        55b2f5f7-894a-4422-85a9-2d9302206ae7-image.png

        paul53P Offline
        paul53P Offline
        paul53
        schrieb am zuletzt editiert von paul53
        #32

        @AxelF1977 sagte:

        Wo muss ich was ändern, dass er bei langem Drücken nicht so weit runter dimmt, dass das Licht ausgeht, sondern bis max 10%

        falls level < 10 setze level auf 10

        @AxelF1977 sagte in Taster press short or long mit blockly:

        nach loslassen der Tasten dimmt er noch weiter hoch oder runter,

        Reagieren die Datenpunkte AI, AO nicht sofort auf den Taster ?

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        AxelF1977A 1 Antwort Letzte Antwort
        0
        • paul53P paul53

          @AxelF1977 sagte:

          Wo muss ich was ändern, dass er bei langem Drücken nicht so weit runter dimmt, dass das Licht ausgeht, sondern bis max 10%

          falls level < 10 setze level auf 10

          @AxelF1977 sagte in Taster press short or long mit blockly:

          nach loslassen der Tasten dimmt er noch weiter hoch oder runter,

          Reagieren die Datenpunkte AI, AO nicht sofort auf den Taster ?

          AxelF1977A Offline
          AxelF1977A Offline
          AxelF1977
          schrieb am zuletzt editiert von
          #33

          @paul53 said in Taster press short or long mit blockly:

          @AxelF1977 sagte:

          Wo muss ich was ändern, dass er bei langem Drücken nicht so weit runter dimmt, dass das Licht ausgeht, sondern bis max 10%

          falls level < 10 setze level auf 10

          falls level < 10 setze level auf 10 funktioniert perfekt, DANKE!

          @paul53 said in Taster press short or long mit blockly:

          @AxelF1977 sagte in Taster press short or long mit blockly:

          nach loslassen der Tasten dimmt er noch weiter hoch oder runter,

          Reagieren die Datenpunkte AI, AO nicht sofort auf den Taster ?

          Es gibt ca. eine Verzögerung von 1 sek, dann kann aber an der HUE Bridge liegen. Die Taster reagieren teils etwas träge, auch beim normalen Schalten. Das Signal muss über einen USB Stick an den Raspi gesendet werden, dort vom Adapter verabeitet und an die Bridge gesendet werden.

          An und aus hat auch eine Verzögerung.

          ASROCK Deskmini Intel I3 8100 16GB mit Proxmox VM ioBroker VM DIYHue| CCU piVCCU + FHEM auf Raspberry | Maria DB mit Grafana und Prometheus auf Tinker Board

          paul53P 1 Antwort Letzte Antwort
          0
          • AxelF1977A AxelF1977

            @paul53 said in Taster press short or long mit blockly:

            @AxelF1977 sagte:

            Wo muss ich was ändern, dass er bei langem Drücken nicht so weit runter dimmt, dass das Licht ausgeht, sondern bis max 10%

            falls level < 10 setze level auf 10

            falls level < 10 setze level auf 10 funktioniert perfekt, DANKE!

            @paul53 said in Taster press short or long mit blockly:

            @AxelF1977 sagte in Taster press short or long mit blockly:

            nach loslassen der Tasten dimmt er noch weiter hoch oder runter,

            Reagieren die Datenpunkte AI, AO nicht sofort auf den Taster ?

            Es gibt ca. eine Verzögerung von 1 sek, dann kann aber an der HUE Bridge liegen. Die Taster reagieren teils etwas träge, auch beim normalen Schalten. Das Signal muss über einen USB Stick an den Raspi gesendet werden, dort vom Adapter verabeitet und an die Bridge gesendet werden.

            An und aus hat auch eine Verzögerung.

            paul53P Offline
            paul53P Offline
            paul53
            schrieb am zuletzt editiert von
            #34

            @AxelF1977 sagte:

            Es gibt ca. eine Verzögerung von 1 sek,

            Dann ist der Intervallzyklus von 250 ms wohl etwas zu kurz. Verdopple ihn mal auf 500 ms.

            Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
            Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

            AxelF1977A 1 Antwort Letzte Antwort
            0
            • paul53P paul53

              @AxelF1977 sagte:

              Es gibt ca. eine Verzögerung von 1 sek,

              Dann ist der Intervallzyklus von 250 ms wohl etwas zu kurz. Verdopple ihn mal auf 500 ms.

              AxelF1977A Offline
              AxelF1977A Offline
              AxelF1977
              schrieb am zuletzt editiert von
              #35

              @paul53 said in Taster press short or long mit blockly:

              @AxelF1977 sagte:

              Es gibt ca. eine Verzögerung von 1 sek,

              Dann ist der Intervallzyklus von 250 ms wohl etwas zu kurz. Verdopple ihn mal auf 500 ms.

              500 ist so langsam, das man das Gefühl bekommt, es dimmt nicht. Ich habs mit 350ms probiert, das scheint zu passen. Zwischendurch pausiert das Dimmen immer mal wieder, als wenn ein cache zu läuft durch die Daten.

              Was mir noch auffällt, wenn ich hoch dimme, geht das Licht erst auf die 10% zurück, und dimmt dann hoch.

              Das alles als Feedback, denn wenn das richtig funktioniert, haben da sicherlich mehrere User Interesse dran.

              ASROCK Deskmini Intel I3 8100 16GB mit Proxmox VM ioBroker VM DIYHue| CCU piVCCU + FHEM auf Raspberry | Maria DB mit Grafana und Prometheus auf Tinker Board

              paul53P 1 Antwort Letzte Antwort
              0
              • AxelF1977A AxelF1977

                @paul53 said in Taster press short or long mit blockly:

                @AxelF1977 sagte:

                Es gibt ca. eine Verzögerung von 1 sek,

                Dann ist der Intervallzyklus von 250 ms wohl etwas zu kurz. Verdopple ihn mal auf 500 ms.

                500 ist so langsam, das man das Gefühl bekommt, es dimmt nicht. Ich habs mit 350ms probiert, das scheint zu passen. Zwischendurch pausiert das Dimmen immer mal wieder, als wenn ein cache zu läuft durch die Daten.

                Was mir noch auffällt, wenn ich hoch dimme, geht das Licht erst auf die 10% zurück, und dimmt dann hoch.

                Das alles als Feedback, denn wenn das richtig funktioniert, haben da sicherlich mehrere User Interesse dran.

                paul53P Offline
                paul53P Offline
                paul53
                schrieb am zuletzt editiert von paul53
                #36

                @AxelF1977 sagte:

                wenn ich hoch dimme, geht das Licht erst auf die 10% zurück, und dimmt dann hoch.

                Dieses Verhalten gibt das Skript nicht her.

                Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                AxelF1977A 1 Antwort Letzte Antwort
                0
                • paul53P paul53

                  @AxelF1977 sagte:

                  wenn ich hoch dimme, geht das Licht erst auf die 10% zurück, und dimmt dann hoch.

                  Dieses Verhalten gibt das Skript nicht her.

                  AxelF1977A Offline
                  AxelF1977A Offline
                  AxelF1977
                  schrieb am zuletzt editiert von
                  #37

                  @paul53 said in Taster press short or long mit blockly:

                  @AxelF1977 sagte:

                  wenn ich hoch dimme, geht das Licht erst auf die 10% zurück, und dimmt dann hoch.

                  Dieses Verhalten gibt das Skript nicht her.

                  Passiert aber komischer weise, ich kann es mir anhand des Scripts auch nicht erklären. Aber wie gesagt, sowas kann auch an der Hue Bridge liegen

                  ASROCK Deskmini Intel I3 8100 16GB mit Proxmox VM ioBroker VM DIYHue| CCU piVCCU + FHEM auf Raspberry | Maria DB mit Grafana und Prometheus auf Tinker Board

                  1 Antwort Letzte Antwort
                  0
                  • AxelF1977A Offline
                    AxelF1977A Offline
                    AxelF1977
                    schrieb am zuletzt editiert von
                    #38

                    Ein gutes Ergebnis liefern ein Intervall von 700ms und steps mit 9

                    ASROCK Deskmini Intel I3 8100 16GB mit Proxmox VM ioBroker VM DIYHue| CCU piVCCU + FHEM auf Raspberry | Maria DB mit Grafana und Prometheus auf Tinker Board

                    1 Antwort Letzte Antwort
                    0
                    • saintheinS Offline
                      saintheinS Offline
                      sainthein
                      schrieb am zuletzt editiert von sainthein
                      #39

                      Bekommt das ganze auch mit einem Tradfri On/Off Taster gebacken?
                      Dimmen läuft, nur an und aus mit kurzem Tastendruck läuft nicht.

                      1 Antwort Letzte Antwort
                      0
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      917

                      Online

                      32.5k

                      Benutzer

                      81.6k

                      Themen

                      1.3m

                      Beiträge
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Anmelden

                      • Du hast noch kein Konto? Registrieren

                      • Anmelden oder registrieren, um zu suchen
                      • Erster Beitrag
                        Letzter Beitrag
                      0
                      • Home
                      • Aktuell
                      • Tags
                      • Ungelesen 0
                      • Kategorien
                      • Unreplied
                      • Beliebt
                      • GitHub
                      • Docu
                      • Hilfe