Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Sonoff NSPanel

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Sonoff NSPanel

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eppi last edited by eppi

      Hallo zusammen
      Ich bin neu und habe bereits einige Geräte auf meinem NSPanel eingerichtet, was mir sehr gut gefällt. Vielen Dank an dieser Stelle!
      Ich kämpfe jedoch mit dem Shelly 2.5 welcher als Jalousie-Device fungiert. Die Jalousie reagiert einfach nicht auf dem NSPanel, Im iOBroker funktioniert sie 😞

      Ich habe den Alias wie folgt angelegt:
      8dc1e006-5a13-443c-86c0-2aca8385bc60-grafik.png

      Im TypeScript wie folgt definiert:

      var Seite2: PageEntities =
      {
          "type": "cardEntities",
          "heading": "Geräte",
          "useColor": true,
          "subPage": false,
          "parent": undefined,
          "items": [
              <PageItem>{ id: "alias.0.NSPanel1.Rollo_Kueche", name: "Rollladen Kueche", interpolateColor: true}
          ]
      };
      

      Hat jemand einen Tip für mich?
      Danke euch - viele Grüsse Eppi

      K Armilar 2 Replies Last reply Reply Quote 0
      • K
        Kuckuckmann @eppi last edited by

        @eppi

        Hi eppi,

        müsstest Du nicht OPEN und CLOSE konfiguriert haben?

        LG

        1 Reply Last reply Reply Quote 0
        • G
          Gre4t0ne @Peet_b last edited by Gre4t0ne

          @peet_b said in Sonoff NSPanel:

          @armilar

          Also es klappt. EInfach anstatt ein Typescript ein Javascipt in Global erstellen und Inhalt von file.js.txt reinkopieren!

          bei mir läuft es so.

          Das Problem soll bei der globalen TS-Ausführung liegen.

          Hatte auch das Problem und habe das jetzt so gemacht wie beschrieben, ABER leider noch nichts am Display und Errors bei der Ausführung des NSPanel TS:

          1.9.2022, 18:59:00.018	[warn ]: javascript.0 (26573)     at SendToPanel (script.js.NSPanel:1363:9)
          1.9.2022, 18:59:00.019	[warn ]: javascript.0 (26573)     at SendTime (script.js.NSPanel:1479:5)
          1.9.2022, 18:59:00.019	[warn ]: javascript.0 (26573)     at Object.<anonymous> (script.js.NSPanel:686:5)
          1.9.2022, 19:00:00.009	[warn ]: javascript.0 (26573)     at SendToPanel (script.js.NSPanel:1363:9)
          1.9.2022, 19:00:00.009	[warn ]: javascript.0 (26573)     at SendTime (script.js.NSPanel:1479:5)
          1.9.2022, 19:00:00.010	[warn ]: javascript.0 (26573)     at Object.<anonymous> (script.js.NSPanel:686:5)
          1.9.2022, 19:00:00.030	[warn ]: javascript.0 (26573)     at get_current_tasmota_ip_address (script.js.NSPanel:974:30)
          1.9.2022, 19:00:00.030	[warn ]: javascript.0 (26573)     at get_tasmota_status0 (script.js.NSPanel:1049:31)
          1.9.2022, 19:00:00.030	[warn ]: javascript.0 (26573)     at Object.<anonymous> (script.js.NSPanel:721:5)
          1.9.2022, 19:00:00.036	[error]: javascript.0 (26573)     at get_current_tasmota_ip_address (script.js.NSPanel:977:20)
          1.9.2022, 19:00:00.036	[error]: javascript.0 (26573)     at get_tasmota_status0 (script.js.NSPanel:1049:31)
          1.9.2022, 19:00:00.037	[error]: javascript.0 (26573)     at Object.<anonymous> (script.js.NSPanel:721:5)
          1.9.2022, 19:00:00.072	[warn ]: javascript.0 (26573)     at SendToPanel (script.js.NSPanel:1363:9)
          1.9.2022, 19:00:00.072	[warn ]: javascript.0 (26573)     at SendDate (script.js.NSPanel:1473:5)
          1.9.2022, 19:00:00.072	[warn ]: javascript.0 (26573)     at Object.<anonymous> (script.js.NSPanel:706:5)
          1.9.2022, 19:01:00.024	[warn ]: javascript.0 (26573)     at SendToPanel (script.js.NSPanel:1363:9)
          1.9.2022, 19:01:00.025	[warn ]: javascript.0 (26573)     at SendTime (script.js.NSPanel:1479:5)
          1.9.2022, 19:01:00.025	[warn ]: javascript.0 (26573)     at Object.<anonymous> (script.js.NSPanel:686:5)
          
          G 1 Reply Last reply Reply Quote 0
          • G
            Gre4t0ne @Gre4t0ne last edited by Gre4t0ne

            EDIT: Ich habs gefunden - sorry :((

            Ich habe den Result falsch gesetzt -> mqtt.0.tele.nspanel_0C007C.RESULT
            (hatte vorher mqtt.0.stat.nspanel_0C007C.RESULT

            nicht desto trotzt, der workaround war davon ja unabhängig- DANKe dafür!

            1 Reply Last reply Reply Quote 0
            • Armilar
              Armilar Most Active Forum Testing @eppi last edited by

              @eppi sagte in Sonoff NSPanel:

              Hallo zusammen
              Ich bin neu und habe bereits einige Geräte auf meinem NSPanel eingerichtet, was mir sehr gut gefällt. Vielen Dank an dieser Stelle!
              Ich kämpfe jedoch mit dem Shelly 2.5 welcher als Jalousie-Device fungiert. Die Jalousie reagiert einfach nicht auf dem NSPanel, Im iOBroker funktioniert sie 😞

              Ich habe den Alias wie folgt angelegt:
              8dc1e006-5a13-443c-86c0-2aca8385bc60-grafik.png

              Im TypeScript wie folgt definiert:

              var Seite2: PageEntities =
              {
                  "type": "cardEntities",
                  "heading": "Geräte",
                  "useColor": true,
                  "subPage": false,
                  "parent": undefined,
                  "items": [
                      <PageItem>{ id: "alias.0.NSPanel1.Rollo_Kueche", name: "Rollladen Kueche", interpolateColor: true}
                  ]
              };
              

              Hat jemand einen Tip für mich?
              Danke euch - viele Grüsse Eppi

              Schalte mal über die Shelly-Datenpunkte unter Objekte...

              J 1 Reply Last reply Reply Quote 0
              • J
                joBr99 @Armilar last edited by

                @Armilar @Kuckuckmann

                Da ich es vorher schon mal hier gelesen hab und wir jetzt zwei Posts hier haben die irgendwie Anleitung sind und das bei 1200+ Posts nicht leicht zu finden ist hab ich mal das Wiki im Github aktiviert. Das sollte jeder ohne aufwendige Pull Requests bearbeiten können, einfach ne neue Seite anlegen.

                https://github.com/joBr99/nspanel-lovelace-ui/wiki

                1 Reply Last reply Reply Quote 0
                • T
                  tklein last edited by

                  Wie habt ihr das mit dem Javascript Adapter gemacht, der immer abstürzt? Es soll an der TS Script Datei "icon_mapping" in global liegen.
                  Den Adapter habe ich manuell auf 6.0.1 geupdated, da dort ein fix dazu drin sein soll. Leider habe ich das Problem immer noch.

                  11884	2022-09-02 10:32:29.376	error	Error: Debug Failure. Unhandled SyntaxKind: Unknown. at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:113075:22) at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13) at emitModuleDeclaration (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114436:13) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112799:32) at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13) at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116742:9) at emitNodeListItems (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115493:17) at emitNodeList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115411:17) at emitList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115376:13) at emitSourceFileWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115062:13) at emitBodyWithDetachedComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116369:17) at emitSourceFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114981:17) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112623:24) at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13) at print (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112484:13) at writeFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112468:13) at printFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112329:13) at Object.printNode (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112313:62) at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64) at processImmediate (node:internal/timers:468:21)
                  
                  K Armilar 2 Replies Last reply Reply Quote 0
                  • K
                    Kuckuckmann @tklein last edited by

                    @tklein
                    So wie ich das verstehe, haben die anderen statt einem Type Skript ein Java Skript erstellt.
                    Der Inhalt bleibt dabei aber der gleiche.

                    G 1 Reply Last reply Reply Quote 0
                    • Armilar
                      Armilar Most Active Forum Testing @tklein last edited by

                      @tklein sagte in Sonoff NSPanel:

                      Wie habt ihr das mit dem Javascript Adapter gemacht, der immer abstürzt? Es soll an der TS Script Datei "icon_mapping" in global liegen.
                      Den Adapter habe ich manuell auf 6.0.1 geupdated, da dort ein fix dazu drin sein soll. Leider habe ich das Problem immer noch.

                      11884	2022-09-02 10:32:29.376	error	Error: Debug Failure. Unhandled SyntaxKind: Unknown. at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:113075:22) at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13) at emitModuleDeclaration (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114436:13) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112799:32) at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13) at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116742:9) at emitNodeListItems (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115493:17) at emitNodeList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115411:17) at emitList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115376:13) at emitSourceFileWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115062:13) at emitBodyWithDetachedComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116369:17) at emitSourceFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114981:17) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112623:24) at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13) at print (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112484:13) at writeFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112468:13) at printFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112329:13) at Object.printNode (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112313:62) at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64) at processImmediate (node:internal/timers:468:21)
                      

                      Ich habe ein Downgrade des 6.0.1 auf 6.0.0 gemacht. Die Version funktioniert beim mir.
                      Obwohl du dich dann wohl im BETA-Repository (latest) befinden dürftest und wissen solltest, dass es noch zu Problemen kommen kann.
                      Also entweder Repositióries auf stable oder Downgrad bis es funktioniert. Zusätzlich wäre die Option des JS-Scriptes als Workaround möglich.
                      Der 6.0.1 macht bei mir an allen Ecken und Kanten Probleme...

                      T 1 Reply Last reply Reply Quote 0
                      • T
                        tklein @Armilar last edited by

                        @armilar thx, probiere ich mal aus, wobei 6.0.0 bei mir auch nicht ging

                        1 Reply Last reply Reply Quote 0
                        • G
                          Gre4t0ne @Kuckuckmann last edited by

                          @kuckuckmann said in Sonoff NSPanel:

                          @tklein
                          So wie ich das verstehe, haben die anderen statt einem Type Skript ein Java Skript erstellt.
                          Der Inhalt bleibt dabei aber der gleiche.

                          ACHTUNG: nein bleibt er nicht - er ist etwas anders ->
                          link text

                          Armilar 1 Reply Last reply Reply Quote 1
                          • P
                            Peet_b last edited by

                            Irgendwie stehe ich hier gerade auf dem Schlauch. Wie bekomme ich die Toggleswitchs am Panel zu einfachen Tastern? Über "Switchmode 1" geht es schonmal nicht.

                            Danke und Gruß
                            Peet

                            Armilar 1 Reply Last reply Reply Quote 0
                            • Armilar
                              Armilar Most Active Forum Testing @Gre4t0ne last edited by

                              @gre4t0ne sagte in Sonoff NSPanel:

                              @kuckuckmann said in Sonoff NSPanel:

                              @tklein
                              So wie ich das verstehe, haben die anderen statt einem Type Skript ein Java Skript erstellt.
                              Der Inhalt bleibt dabei aber der gleiche.

                              ACHTUNG: nein bleibt er nicht - er ist etwas anders ->
                              link text

                              Habe die Datei (als icon_mapping.js) nochmals unter github abgelegt. Die Zeichen im Link von @Kuckuckmann sind bei mir nicht korrekt übersetzt. Die im github sollten funktionieren...

                              https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/ioBroker/icon_mapping.js

                              K 1 Reply Last reply Reply Quote 0
                              • Armilar
                                Armilar Most Active Forum Testing @Peet_b last edited by Armilar

                                @peet_b sagte in Sonoff NSPanel:

                                Toggleswitchs a

                                Du meinst die zwei Hardware-Buttons? Was willst du denn steuern?

                                Armilar P 2 Replies Last reply Reply Quote 0
                                • Armilar
                                  Armilar Most Active Forum Testing @Armilar last edited by Armilar

                                  Hardware-Buttons im Multipress-Mode

                                  Für alle die es noch nicht wussten:

                                  Man kann die physische Hardware-Buttons auch im

                                  SetOption73 1
                                  

                                  (Multi-Press Functions) betreiben. (Rule2 dabei ausschalten)

                                  a1e5208a-bd46-403c-a7a5-7133b9003d23-image.png

                                  Jeder Button sendet per /stat/RESULT "SINGLE", "DOUBLE", "TRIPLE", "QUAD" oder "PENTA". Somit hat man 5 mögliche Schaltzustände pro Button.

                                  Da ein sechster Klick das WifiConfig 2 ausführt, sollte dabei ebenfalls

                                  SetOption1 1
                                  

                                  ausgeführt werden, um zu verhindern, dass der Wifi Manager ausgeführt wird.

                                  Falls du diese Funktion nutzen möchtest, kannst du das nachfolgende Blockly (siehe Spoiler) gerne verwenden:
                                  71878124-cf78-4254-bf64-62c7a0d20310-image.png

                                  Blockly import

                                  <xml xmlns="https://developers.google.com/blockly/xml">
                                    <variables>
                                      <variable id="$%h)IyP*A]i!w|o;@^u~">PanelResult</variable>
                                      <variable id="iG,DhTT3ntIL)6jkdBSx">Action</variable>
                                    </variables>
                                    <block type="on_ext" id="Z*WW:Hq=V/0/+D.7sBGj" x="88" y="63">
                                      <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="s?5LPlVoKvrW,Gf/,d6(">
                                          <field name="oid">default</field>
                                        </shadow>
                                        <block type="field_oid" id=";VZs-nq`+#GL`5jVspo^">
                                          <field name="oid">mqtt.0.SmartHome.NSPanel_1.stat.RESULT</field>
                                        </block>
                                      </value>
                                      <statement name="STATEMENT">
                                        <block type="variables_set" id="W*-eYA4LLj$WMX1vlx9+">
                                          <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                          <value name="VALUE">
                                            <block type="convert_json2object" id="H}rYz*|_N_r:7lN6kRq)">
                                              <value name="VALUE">
                                                <block type="on_source" id="ks};I#sE9{y$Os12X3%`">
                                                  <field name="ATTR">state.val</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="controls_if" id="|e+,CBW1}SywJvnEFroP">
                                              <mutation elseif="1"></mutation>
                                              <value name="IF0">
                                                <block type="logic_compare" id="tkA^fRI!3FU^2Tiqlahc">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="text_getSubstring" id="k}-`K]@kua~8fg*?I[t#">
                                                      <mutation at1="true" at2="true"></mutation>
                                                      <field name="WHERE1">FROM_START</field>
                                                      <field name="WHERE2">FROM_START</field>
                                                      <value name="STRING">
                                                        <block type="on_source" id="qCOa@52xDIv4(R#:]Yzp">
                                                          <field name="ATTR">state.val</field>
                                                        </block>
                                                      </value>
                                                      <value name="AT1">
                                                        <block type="math_number" id="Ncm@lgRgVYVBF~^yWKRE">
                                                          <field name="NUM">3</field>
                                                        </block>
                                                      </value>
                                                      <value name="AT2">
                                                        <block type="math_number" id="Gov$3|Qrd91N~RUzWea=">
                                                          <field name="NUM">9</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="text" id="2~EGhvBs4KIPXXMcNVkx">
                                                      <field name="TEXT">Button1</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="variables_set" id="G!Z=C5KTj-Nl+XFa0RU_">
                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                  <value name="VALUE">
                                                    <block type="get_attr" id="Ed}{-}B{X+obkb^Mmk8O">
                                                      <value name="PATH">
                                                        <shadow type="text">
                                                          <field name="TEXT">Button2.Action</field>
                                                        </shadow>
                                                        <block type="text" id="-XSmbNSLD2q^JU.3)[(^">
                                                          <field name="TEXT">Button1.Action</field>
                                                        </block>
                                                      </value>
                                                      <value name="OBJECT">
                                                        <block type="variables_get" id="-%8e}:rqW1kj_iUDQyyf">
                                                          <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="controls_if" id="729?J2a__sAP*2PmMN2%">
                                                      <mutation elseif="4"></mutation>
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="u9lV/l]c1,yVRl3(21(L">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="kG0ARQ1j%HKz(I=l}`:P">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="v?m}nM1~E8zR0,Ja+if+">
                                                              <field name="TEXT">SINGLE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="comment" id="iqFwhe!^P0z9-W9D[tyh">
                                                          <field name="COMMENT">Schalte etwas: Button1 1x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="F22M/f@lJ_xQ$t2#QW[#">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="?r3.Wy5c@$3DxmvbIGr}">
                                                                  <field name="TEXT">Button1 SINGLE wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF1">
                                                        <block type="logic_compare" id="[Vpq7B,RWb4k)Bhwq{nh">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="|Whz!$I5#Iym52Pg8N?p">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="~f_cI8hrs;I)wJ-S.G3r">
                                                              <field name="TEXT">DOUBLE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO1">
                                                        <block type="comment" id="D;PPB54t87N)%F{.hQAx">
                                                          <field name="COMMENT">Schalte etwas: Button1 2x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="xoG/r3;33`8/j$QeZHW5">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="9PgW|#6f8``brbWQM9q7">
                                                                  <field name="TEXT">Button1 DOUBLE wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF2">
                                                        <block type="logic_compare" id="t)8drGw=u/q0Pl+ul^43">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="-lf~?Q^H8o}J:cf@I5aN">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="Z!={5~.hF?V-NFw73|BL">
                                                              <field name="TEXT">TRIPLE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO2">
                                                        <block type="comment" id="xjdh~X8eM8ab/a/JuIM/">
                                                          <field name="COMMENT">Schalte etwas: Button1 3x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="n$kU%^k3$wHN/L**K=jA">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="SA^R/OJX#a7JDhE7LwL[">
                                                                  <field name="TEXT">Button1 TRIPLE wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF3">
                                                        <block type="logic_compare" id="ZCUeBK[Sc08KKQVMF)tC">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id=":Jlhv9(rM!D5H*eM|Gw-">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="6NH!g[HN7f=7_q%U10M!">
                                                              <field name="TEXT">QUAD</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO3">
                                                        <block type="comment" id="77*X9-*|mO]|P0$Jw=K`">
                                                          <field name="COMMENT">Schalte etwas: Button1 4x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="qE@`G.#9s!UAtrlMJ/yi">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="G:19{lKn)m`B!x(NUx5S">
                                                                  <field name="TEXT">Button1 QUAD wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF4">
                                                        <block type="logic_compare" id="fz#2[~sK=iF%wd=4`hB,">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="ROFyrrPZn5KJg7?Hs),Z">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="a]-o=$vOr9JDr(T!#SmL">
                                                              <field name="TEXT">PENTA</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO4">
                                                        <block type="comment" id="fxPE82.Ci3L`ME=X3nl|">
                                                          <field name="COMMENT">Schalte etwas: Button1 5x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="7GbZ650het?k*+CCO:nr">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="*[}-a1hl?2pc^*@4E*hI">
                                                                  <field name="TEXT">Button1 PENTA wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                    </block>
                                                  </next>
                                                </block>
                                              </statement>
                                              <value name="IF1">
                                                <block type="logic_compare" id="8Ev:iPPfN3B?L^Q]oOIc">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="text_getSubstring" id="xx:q0nC7,q8A8~v?PC#s">
                                                      <mutation at1="true" at2="true"></mutation>
                                                      <field name="WHERE1">FROM_START</field>
                                                      <field name="WHERE2">FROM_START</field>
                                                      <value name="STRING">
                                                        <block type="on_source" id="JWC4m9/7dS^!]+xQ-I0Y">
                                                          <field name="ATTR">state.val</field>
                                                        </block>
                                                      </value>
                                                      <value name="AT1">
                                                        <block type="math_number" id="k7=j)18I6TmB%)upvAVJ">
                                                          <field name="NUM">3</field>
                                                        </block>
                                                      </value>
                                                      <value name="AT2">
                                                        <block type="math_number" id=",EKn%h/uX3}ZjCvmW1KE">
                                                          <field name="NUM">9</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="text" id="Uuj{UrX@-3nNjw{n!H/@">
                                                      <field name="TEXT">Button2</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO1">
                                                <block type="variables_set" id="U~1k_f;62_-QkRvGZz=)">
                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                  <value name="VALUE">
                                                    <block type="get_attr" id="izCz6K1Y;L.7M7MlHA$c">
                                                      <value name="PATH">
                                                        <shadow type="text">
                                                          <field name="TEXT">Button2.Action</field>
                                                        </shadow>
                                                        <block type="text" id="y1)^1#)QjYVVA7)mWdvM">
                                                          <field name="TEXT">Button2.Action</field>
                                                        </block>
                                                      </value>
                                                      <value name="OBJECT">
                                                        <block type="variables_get" id="TIg$Lr%^Fuk`fxDLC:,^">
                                                          <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="controls_if" id="tC_APU:6jW5063/l=sR1">
                                                      <mutation elseif="4"></mutation>
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="P9XXNXzc+3H{*^w1P_@q">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="sua/L8[qi8e:U#m}d^pi">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="E^e9/nh{n@)S6e:4q3_h">
                                                              <field name="TEXT">SINGLE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="comment" id="qoOw*}O|E06w[5[cXWLo">
                                                          <field name="COMMENT">Schalte etwas: Button2 1x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id=",tE:-UWz(0Zqlc8KBLqO">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text" id="!waPZV$J9fR+dq462%h+">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="{3#KVO|*86E:3pR/!%WP">
                                                                  <field name="TEXT">Button2 SINGLE wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF1">
                                                        <block type="logic_compare" id="_Z+eBL!Zj.|LQL+_s|Ld">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="15Tx7/a!(wJ;FO+x!4JW">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="}l%?@L+:Ma!=:d2Ky/%*">
                                                              <field name="TEXT">DOUBLE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO1">
                                                        <block type="comment" id="~72fN$sZV!.O{%*0+awy">
                                                          <field name="COMMENT">Schalte etwas: Button2 2x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="-T4*$n8-_X_{@6!Ga5FQ">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="LFX2j}Pr:o,{$YxQVcp2">
                                                                  <field name="TEXT">Button2 DOUBLE wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF2">
                                                        <block type="logic_compare" id="6-2Eew1,aoyC]Th*AaJ5">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="4Nl6[tYm2pL@rL7v8vLI">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="zthA#*kib2r|xv+,A{Sh">
                                                              <field name="TEXT">TRIPLE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO2">
                                                        <block type="comment" id="?OI)q#8XL#1)x.E=*m~~">
                                                          <field name="COMMENT">Schalte etwas: Button2 3x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="%6ZLfC`!6?Z%jXlF:mFa">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="eh|tY,l}uz:WTx}4_G_E">
                                                                  <field name="TEXT">Button2 TRIPLE wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF3">
                                                        <block type="logic_compare" id="*~f.cy|6d8U0s?|^%:8R">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="tiZ6%x5iuvhh:Yi*9qB9">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="I|K0m__6/:.kuBtYQE5l">
                                                              <field name="TEXT">QUAD</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO3">
                                                        <block type="comment" id="ToQ_dt~n$Ef|8-fb|__O">
                                                          <field name="COMMENT">Schalte etwas: Button2 4x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="qyb7DL~:^6|r@9~KOb+A">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="tb4wo7_n@J)Q9$FLf|rV">
                                                                  <field name="TEXT">Button2 QUAD wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF4">
                                                        <block type="logic_compare" id="M:x`b;I}a8;jJU=g}u)[">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="variables_get" id="Yh,)fk$+WmVXS=iwbzK{">
                                                              <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="text" id="1FMk3I`mfaAfEhMd$D#e">
                                                              <field name="TEXT">PENTA</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO4">
                                                        <block type="comment" id="5+tVGCf{MdkG(OBDmuy|">
                                                          <field name="COMMENT">Schalte etwas: Button2 5x gedrückt</field>
                                                          <next>
                                                            <block type="debug" id="}{-PVi#AL#[EGD,eb?M#">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text">
                                                                  <field name="TEXT">Button</field>
                                                                </shadow>
                                                                <block type="text" id="HuBkD3zi|o@.S3w.Qh7n">
                                                                  <field name="TEXT">Button2 PENTA wurde gedrückt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                    </block>
                                                  </next>
                                                </block>
                                              </statement>
                                            </block>
                                          </next>
                                        </block>
                                      </statement>
                                    </block>
                                  </xml>
                                  

                                  In der ersten Zeile musst du lediglich deine stat/RESULT anpassen und an den entsprechenden Kommentaren deine Aktoren einbauen.

                                  Da das Hardware-Buttons sind werden die extern verarbeitet (nicht über das TS-Skript)

                                  Viel Spaß dabei

                                  K T Jens Wozny 3 Replies Last reply Reply Quote 0
                                  • K
                                    Kuckuckmann @Armilar last edited by Kuckuckmann

                                    @armilar sagte in Sonoff NSPanel:

                                    Die Zeichen im Link von @Kuckuckmann sind bei mir nicht korrekt übersetzt. Die im github sollten funktionieren...

                                    @Armilar was meinst Du genau? Ich hatte doch mit dem JS nix am Hut - oder doch?
                                    meinst Du vlt. den Post von @Gre4t0ne ?

                                    Armilar 1 Reply Last reply Reply Quote 0
                                    • K
                                      Kuckuckmann @Armilar last edited by

                                      @armilar sagte in Sonoff NSPanel:

                                      Hardware-Buttons im Multipress-Mode

                                      Für alle die es noch nicht wussten:

                                      Man kann die physische Hardware-Buttons auch im

                                      SetOption73 1
                                      

                                      (Multi-Press Functions) betreiben. (Rule2 dabei ausschalten)

                                      a1e5208a-bd46-403c-a7a5-7133b9003d23-image.png

                                      Jeder Button sendet per /stat/RESULT "SINGLE", "DOUBLE", "TRIPLE", "QUAD" oder "PENTA". Somit hat man 5 mögliche Schaltzustände pro Button.

                                      Da ein sechster Klick das WifiConfig 2 ausführt, sollte dabei ebenfalls

                                      SetOption1 1
                                      

                                      ausgeführt werden, um zu verhindern, dass der Wifi Manager ausgeführt wird.

                                      Falls du diese Funktion nutzen möchtest, kannst du das nachfolgende Blockly (siehe Spoiler) gerne verwenden:
                                      71878124-cf78-4254-bf64-62c7a0d20310-image.png

                                      Blockly import

                                      <xml xmlns="https://developers.google.com/blockly/xml">
                                        <variables>
                                          <variable id="$%h)IyP*A]i!w|o;@^u~">PanelResult</variable>
                                          <variable id="iG,DhTT3ntIL)6jkdBSx">Action</variable>
                                        </variables>
                                        <block type="on_ext" id="Z*WW:Hq=V/0/+D.7sBGj" x="88" y="63">
                                          <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="s?5LPlVoKvrW,Gf/,d6(">
                                              <field name="oid">default</field>
                                            </shadow>
                                            <block type="field_oid" id=";VZs-nq`+#GL`5jVspo^">
                                              <field name="oid">mqtt.0.SmartHome.NSPanel_1.stat.RESULT</field>
                                            </block>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="variables_set" id="W*-eYA4LLj$WMX1vlx9+">
                                              <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                              <value name="VALUE">
                                                <block type="convert_json2object" id="H}rYz*|_N_r:7lN6kRq)">
                                                  <value name="VALUE">
                                                    <block type="on_source" id="ks};I#sE9{y$Os12X3%`">
                                                      <field name="ATTR">state.val</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="controls_if" id="|e+,CBW1}SywJvnEFroP">
                                                  <mutation elseif="1"></mutation>
                                                  <value name="IF0">
                                                    <block type="logic_compare" id="tkA^fRI!3FU^2Tiqlahc">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="text_getSubstring" id="k}-`K]@kua~8fg*?I[t#">
                                                          <mutation at1="true" at2="true"></mutation>
                                                          <field name="WHERE1">FROM_START</field>
                                                          <field name="WHERE2">FROM_START</field>
                                                          <value name="STRING">
                                                            <block type="on_source" id="qCOa@52xDIv4(R#:]Yzp">
                                                              <field name="ATTR">state.val</field>
                                                            </block>
                                                          </value>
                                                          <value name="AT1">
                                                            <block type="math_number" id="Ncm@lgRgVYVBF~^yWKRE">
                                                              <field name="NUM">3</field>
                                                            </block>
                                                          </value>
                                                          <value name="AT2">
                                                            <block type="math_number" id="Gov$3|Qrd91N~RUzWea=">
                                                              <field name="NUM">9</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="text" id="2~EGhvBs4KIPXXMcNVkx">
                                                          <field name="TEXT">Button1</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="variables_set" id="G!Z=C5KTj-Nl+XFa0RU_">
                                                      <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                      <value name="VALUE">
                                                        <block type="get_attr" id="Ed}{-}B{X+obkb^Mmk8O">
                                                          <value name="PATH">
                                                            <shadow type="text">
                                                              <field name="TEXT">Button2.Action</field>
                                                            </shadow>
                                                            <block type="text" id="-XSmbNSLD2q^JU.3)[(^">
                                                              <field name="TEXT">Button1.Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="OBJECT">
                                                            <block type="variables_get" id="-%8e}:rqW1kj_iUDQyyf">
                                                              <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="controls_if" id="729?J2a__sAP*2PmMN2%">
                                                          <mutation elseif="4"></mutation>
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="u9lV/l]c1,yVRl3(21(L">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="kG0ARQ1j%HKz(I=l}`:P">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="v?m}nM1~E8zR0,Ja+if+">
                                                                  <field name="TEXT">SINGLE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="comment" id="iqFwhe!^P0z9-W9D[tyh">
                                                              <field name="COMMENT">Schalte etwas: Button1 1x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="F22M/f@lJ_xQ$t2#QW[#">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="?r3.Wy5c@$3DxmvbIGr}">
                                                                      <field name="TEXT">Button1 SINGLE wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF1">
                                                            <block type="logic_compare" id="[Vpq7B,RWb4k)Bhwq{nh">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="|Whz!$I5#Iym52Pg8N?p">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="~f_cI8hrs;I)wJ-S.G3r">
                                                                  <field name="TEXT">DOUBLE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO1">
                                                            <block type="comment" id="D;PPB54t87N)%F{.hQAx">
                                                              <field name="COMMENT">Schalte etwas: Button1 2x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="xoG/r3;33`8/j$QeZHW5">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="9PgW|#6f8``brbWQM9q7">
                                                                      <field name="TEXT">Button1 DOUBLE wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF2">
                                                            <block type="logic_compare" id="t)8drGw=u/q0Pl+ul^43">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="-lf~?Q^H8o}J:cf@I5aN">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="Z!={5~.hF?V-NFw73|BL">
                                                                  <field name="TEXT">TRIPLE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO2">
                                                            <block type="comment" id="xjdh~X8eM8ab/a/JuIM/">
                                                              <field name="COMMENT">Schalte etwas: Button1 3x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="n$kU%^k3$wHN/L**K=jA">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="SA^R/OJX#a7JDhE7LwL[">
                                                                      <field name="TEXT">Button1 TRIPLE wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF3">
                                                            <block type="logic_compare" id="ZCUeBK[Sc08KKQVMF)tC">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id=":Jlhv9(rM!D5H*eM|Gw-">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="6NH!g[HN7f=7_q%U10M!">
                                                                  <field name="TEXT">QUAD</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO3">
                                                            <block type="comment" id="77*X9-*|mO]|P0$Jw=K`">
                                                              <field name="COMMENT">Schalte etwas: Button1 4x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="qE@`G.#9s!UAtrlMJ/yi">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="G:19{lKn)m`B!x(NUx5S">
                                                                      <field name="TEXT">Button1 QUAD wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF4">
                                                            <block type="logic_compare" id="fz#2[~sK=iF%wd=4`hB,">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="ROFyrrPZn5KJg7?Hs),Z">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="a]-o=$vOr9JDr(T!#SmL">
                                                                  <field name="TEXT">PENTA</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO4">
                                                            <block type="comment" id="fxPE82.Ci3L`ME=X3nl|">
                                                              <field name="COMMENT">Schalte etwas: Button1 5x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="7GbZ650het?k*+CCO:nr">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="*[}-a1hl?2pc^*@4E*hI">
                                                                      <field name="TEXT">Button1 PENTA wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </statement>
                                                  <value name="IF1">
                                                    <block type="logic_compare" id="8Ev:iPPfN3B?L^Q]oOIc">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="text_getSubstring" id="xx:q0nC7,q8A8~v?PC#s">
                                                          <mutation at1="true" at2="true"></mutation>
                                                          <field name="WHERE1">FROM_START</field>
                                                          <field name="WHERE2">FROM_START</field>
                                                          <value name="STRING">
                                                            <block type="on_source" id="JWC4m9/7dS^!]+xQ-I0Y">
                                                              <field name="ATTR">state.val</field>
                                                            </block>
                                                          </value>
                                                          <value name="AT1">
                                                            <block type="math_number" id="k7=j)18I6TmB%)upvAVJ">
                                                              <field name="NUM">3</field>
                                                            </block>
                                                          </value>
                                                          <value name="AT2">
                                                            <block type="math_number" id=",EKn%h/uX3}ZjCvmW1KE">
                                                              <field name="NUM">9</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="text" id="Uuj{UrX@-3nNjw{n!H/@">
                                                          <field name="TEXT">Button2</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO1">
                                                    <block type="variables_set" id="U~1k_f;62_-QkRvGZz=)">
                                                      <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                      <value name="VALUE">
                                                        <block type="get_attr" id="izCz6K1Y;L.7M7MlHA$c">
                                                          <value name="PATH">
                                                            <shadow type="text">
                                                              <field name="TEXT">Button2.Action</field>
                                                            </shadow>
                                                            <block type="text" id="y1)^1#)QjYVVA7)mWdvM">
                                                              <field name="TEXT">Button2.Action</field>
                                                            </block>
                                                          </value>
                                                          <value name="OBJECT">
                                                            <block type="variables_get" id="TIg$Lr%^Fuk`fxDLC:,^">
                                                              <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="controls_if" id="tC_APU:6jW5063/l=sR1">
                                                          <mutation elseif="4"></mutation>
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="P9XXNXzc+3H{*^w1P_@q">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="sua/L8[qi8e:U#m}d^pi">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="E^e9/nh{n@)S6e:4q3_h">
                                                                  <field name="TEXT">SINGLE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="comment" id="qoOw*}O|E06w[5[cXWLo">
                                                              <field name="COMMENT">Schalte etwas: Button2 1x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id=",tE:-UWz(0Zqlc8KBLqO">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text" id="!waPZV$J9fR+dq462%h+">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="{3#KVO|*86E:3pR/!%WP">
                                                                      <field name="TEXT">Button2 SINGLE wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF1">
                                                            <block type="logic_compare" id="_Z+eBL!Zj.|LQL+_s|Ld">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="15Tx7/a!(wJ;FO+x!4JW">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="}l%?@L+:Ma!=:d2Ky/%*">
                                                                  <field name="TEXT">DOUBLE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO1">
                                                            <block type="comment" id="~72fN$sZV!.O{%*0+awy">
                                                              <field name="COMMENT">Schalte etwas: Button2 2x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="-T4*$n8-_X_{@6!Ga5FQ">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="LFX2j}Pr:o,{$YxQVcp2">
                                                                      <field name="TEXT">Button2 DOUBLE wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF2">
                                                            <block type="logic_compare" id="6-2Eew1,aoyC]Th*AaJ5">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="4Nl6[tYm2pL@rL7v8vLI">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="zthA#*kib2r|xv+,A{Sh">
                                                                  <field name="TEXT">TRIPLE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO2">
                                                            <block type="comment" id="?OI)q#8XL#1)x.E=*m~~">
                                                              <field name="COMMENT">Schalte etwas: Button2 3x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="%6ZLfC`!6?Z%jXlF:mFa">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="eh|tY,l}uz:WTx}4_G_E">
                                                                      <field name="TEXT">Button2 TRIPLE wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF3">
                                                            <block type="logic_compare" id="*~f.cy|6d8U0s?|^%:8R">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="tiZ6%x5iuvhh:Yi*9qB9">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="I|K0m__6/:.kuBtYQE5l">
                                                                  <field name="TEXT">QUAD</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO3">
                                                            <block type="comment" id="ToQ_dt~n$Ef|8-fb|__O">
                                                              <field name="COMMENT">Schalte etwas: Button2 4x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="qyb7DL~:^6|r@9~KOb+A">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="tb4wo7_n@J)Q9$FLf|rV">
                                                                      <field name="TEXT">Button2 QUAD wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <value name="IF4">
                                                            <block type="logic_compare" id="M:x`b;I}a8;jJU=g}u)[">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="Yh,)fk$+WmVXS=iwbzK{">
                                                                  <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="text" id="1FMk3I`mfaAfEhMd$D#e">
                                                                  <field name="TEXT">PENTA</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO4">
                                                            <block type="comment" id="5+tVGCf{MdkG(OBDmuy|">
                                                              <field name="COMMENT">Schalte etwas: Button2 5x gedrückt</field>
                                                              <next>
                                                                <block type="debug" id="}{-PVi#AL#[EGD,eb?M#">
                                                                  <field name="Severity">log</field>
                                                                  <value name="TEXT">
                                                                    <shadow type="text">
                                                                      <field name="TEXT">Button</field>
                                                                    </shadow>
                                                                    <block type="text" id="HuBkD3zi|o@.S3w.Qh7n">
                                                                      <field name="TEXT">Button2 PENTA wurde gedrückt</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </statement>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </xml>
                                      

                                      In der ersten Zeile musst du lediglich deine stat/RESULT anpassen und an den entsprechenden Kommentaren deine Aktoren einbauen.

                                      Da das Hardware-Buttons sind werden die extern verarbeitet (nicht über das TS-Skript)

                                      Viel Spaß dabei

                                      Kann man Rule2 danach wieder verwenden? Sprich geht es mit entkoppeltem Relay?
                                      Wäre für mich noch ganz nützlich zu wissen.

                                      Armilar 1 Reply Last reply Reply Quote 0
                                      • Armilar
                                        Armilar Most Active Forum Testing @Kuckuckmann last edited by

                                        @kuckuckmann sagte in Sonoff NSPanel:

                                        @armilar sagte in Sonoff NSPanel:

                                        Hardware-Buttons im Multipress-Mode

                                        Für alle die es noch nicht wussten:

                                        Man kann die physische Hardware-Buttons auch im

                                        SetOption73 1
                                        

                                        (Multi-Press Functions) betreiben. (Rule2 dabei ausschalten)

                                        a1e5208a-bd46-403c-a7a5-7133b9003d23-image.png

                                        Jeder Button sendet per /stat/RESULT "SINGLE", "DOUBLE", "TRIPLE", "QUAD" oder "PENTA". Somit hat man 5 mögliche Schaltzustände pro Button.

                                        Da ein sechster Klick das WifiConfig 2 ausführt, sollte dabei ebenfalls

                                        SetOption1 1
                                        

                                        ausgeführt werden, um zu verhindern, dass der Wifi Manager ausgeführt wird.

                                        Falls du diese Funktion nutzen möchtest, kannst du das nachfolgende Blockly (siehe Spoiler) gerne verwenden:
                                        71878124-cf78-4254-bf64-62c7a0d20310-image.png

                                        Blockly import

                                        <xml xmlns="https://developers.google.com/blockly/xml">
                                          <variables>
                                            <variable id="$%h)IyP*A]i!w|o;@^u~">PanelResult</variable>
                                            <variable id="iG,DhTT3ntIL)6jkdBSx">Action</variable>
                                          </variables>
                                          <block type="on_ext" id="Z*WW:Hq=V/0/+D.7sBGj" x="88" y="63">
                                            <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="s?5LPlVoKvrW,Gf/,d6(">
                                                <field name="oid">default</field>
                                              </shadow>
                                              <block type="field_oid" id=";VZs-nq`+#GL`5jVspo^">
                                                <field name="oid">mqtt.0.SmartHome.NSPanel_1.stat.RESULT</field>
                                              </block>
                                            </value>
                                            <statement name="STATEMENT">
                                              <block type="variables_set" id="W*-eYA4LLj$WMX1vlx9+">
                                                <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                <value name="VALUE">
                                                  <block type="convert_json2object" id="H}rYz*|_N_r:7lN6kRq)">
                                                    <value name="VALUE">
                                                      <block type="on_source" id="ks};I#sE9{y$Os12X3%`">
                                                        <field name="ATTR">state.val</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="controls_if" id="|e+,CBW1}SywJvnEFroP">
                                                    <mutation elseif="1"></mutation>
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="tkA^fRI!3FU^2Tiqlahc">
                                                        <field name="OP">EQ</field>
                                                        <value name="A">
                                                          <block type="text_getSubstring" id="k}-`K]@kua~8fg*?I[t#">
                                                            <mutation at1="true" at2="true"></mutation>
                                                            <field name="WHERE1">FROM_START</field>
                                                            <field name="WHERE2">FROM_START</field>
                                                            <value name="STRING">
                                                              <block type="on_source" id="qCOa@52xDIv4(R#:]Yzp">
                                                                <field name="ATTR">state.val</field>
                                                              </block>
                                                            </value>
                                                            <value name="AT1">
                                                              <block type="math_number" id="Ncm@lgRgVYVBF~^yWKRE">
                                                                <field name="NUM">3</field>
                                                              </block>
                                                            </value>
                                                            <value name="AT2">
                                                              <block type="math_number" id="Gov$3|Qrd91N~RUzWea=">
                                                                <field name="NUM">9</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="text" id="2~EGhvBs4KIPXXMcNVkx">
                                                            <field name="TEXT">Button1</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="variables_set" id="G!Z=C5KTj-Nl+XFa0RU_">
                                                        <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                        <value name="VALUE">
                                                          <block type="get_attr" id="Ed}{-}B{X+obkb^Mmk8O">
                                                            <value name="PATH">
                                                              <shadow type="text">
                                                                <field name="TEXT">Button2.Action</field>
                                                              </shadow>
                                                              <block type="text" id="-XSmbNSLD2q^JU.3)[(^">
                                                                <field name="TEXT">Button1.Action</field>
                                                              </block>
                                                            </value>
                                                            <value name="OBJECT">
                                                              <block type="variables_get" id="-%8e}:rqW1kj_iUDQyyf">
                                                                <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="controls_if" id="729?J2a__sAP*2PmMN2%">
                                                            <mutation elseif="4"></mutation>
                                                            <value name="IF0">
                                                              <block type="logic_compare" id="u9lV/l]c1,yVRl3(21(L">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="kG0ARQ1j%HKz(I=l}`:P">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="v?m}nM1~E8zR0,Ja+if+">
                                                                    <field name="TEXT">SINGLE</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO0">
                                                              <block type="comment" id="iqFwhe!^P0z9-W9D[tyh">
                                                                <field name="COMMENT">Schalte etwas: Button1 1x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="F22M/f@lJ_xQ$t2#QW[#">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="?r3.Wy5c@$3DxmvbIGr}">
                                                                        <field name="TEXT">Button1 SINGLE wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF1">
                                                              <block type="logic_compare" id="[Vpq7B,RWb4k)Bhwq{nh">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="|Whz!$I5#Iym52Pg8N?p">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="~f_cI8hrs;I)wJ-S.G3r">
                                                                    <field name="TEXT">DOUBLE</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO1">
                                                              <block type="comment" id="D;PPB54t87N)%F{.hQAx">
                                                                <field name="COMMENT">Schalte etwas: Button1 2x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="xoG/r3;33`8/j$QeZHW5">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="9PgW|#6f8``brbWQM9q7">
                                                                        <field name="TEXT">Button1 DOUBLE wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF2">
                                                              <block type="logic_compare" id="t)8drGw=u/q0Pl+ul^43">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="-lf~?Q^H8o}J:cf@I5aN">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="Z!={5~.hF?V-NFw73|BL">
                                                                    <field name="TEXT">TRIPLE</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO2">
                                                              <block type="comment" id="xjdh~X8eM8ab/a/JuIM/">
                                                                <field name="COMMENT">Schalte etwas: Button1 3x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="n$kU%^k3$wHN/L**K=jA">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="SA^R/OJX#a7JDhE7LwL[">
                                                                        <field name="TEXT">Button1 TRIPLE wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF3">
                                                              <block type="logic_compare" id="ZCUeBK[Sc08KKQVMF)tC">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id=":Jlhv9(rM!D5H*eM|Gw-">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="6NH!g[HN7f=7_q%U10M!">
                                                                    <field name="TEXT">QUAD</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO3">
                                                              <block type="comment" id="77*X9-*|mO]|P0$Jw=K`">
                                                                <field name="COMMENT">Schalte etwas: Button1 4x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="qE@`G.#9s!UAtrlMJ/yi">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="G:19{lKn)m`B!x(NUx5S">
                                                                        <field name="TEXT">Button1 QUAD wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF4">
                                                              <block type="logic_compare" id="fz#2[~sK=iF%wd=4`hB,">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="ROFyrrPZn5KJg7?Hs),Z">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="a]-o=$vOr9JDr(T!#SmL">
                                                                    <field name="TEXT">PENTA</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO4">
                                                              <block type="comment" id="fxPE82.Ci3L`ME=X3nl|">
                                                                <field name="COMMENT">Schalte etwas: Button1 5x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="7GbZ650het?k*+CCO:nr">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="*[}-a1hl?2pc^*@4E*hI">
                                                                        <field name="TEXT">Button1 PENTA wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                    <value name="IF1">
                                                      <block type="logic_compare" id="8Ev:iPPfN3B?L^Q]oOIc">
                                                        <field name="OP">EQ</field>
                                                        <value name="A">
                                                          <block type="text_getSubstring" id="xx:q0nC7,q8A8~v?PC#s">
                                                            <mutation at1="true" at2="true"></mutation>
                                                            <field name="WHERE1">FROM_START</field>
                                                            <field name="WHERE2">FROM_START</field>
                                                            <value name="STRING">
                                                              <block type="on_source" id="JWC4m9/7dS^!]+xQ-I0Y">
                                                                <field name="ATTR">state.val</field>
                                                              </block>
                                                            </value>
                                                            <value name="AT1">
                                                              <block type="math_number" id="k7=j)18I6TmB%)upvAVJ">
                                                                <field name="NUM">3</field>
                                                              </block>
                                                            </value>
                                                            <value name="AT2">
                                                              <block type="math_number" id=",EKn%h/uX3}ZjCvmW1KE">
                                                                <field name="NUM">9</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="text" id="Uuj{UrX@-3nNjw{n!H/@">
                                                            <field name="TEXT">Button2</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO1">
                                                      <block type="variables_set" id="U~1k_f;62_-QkRvGZz=)">
                                                        <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                        <value name="VALUE">
                                                          <block type="get_attr" id="izCz6K1Y;L.7M7MlHA$c">
                                                            <value name="PATH">
                                                              <shadow type="text">
                                                                <field name="TEXT">Button2.Action</field>
                                                              </shadow>
                                                              <block type="text" id="y1)^1#)QjYVVA7)mWdvM">
                                                                <field name="TEXT">Button2.Action</field>
                                                              </block>
                                                            </value>
                                                            <value name="OBJECT">
                                                              <block type="variables_get" id="TIg$Lr%^Fuk`fxDLC:,^">
                                                                <field name="VAR" id="$%h)IyP*A]i!w|o;@^u~">PanelResult</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="controls_if" id="tC_APU:6jW5063/l=sR1">
                                                            <mutation elseif="4"></mutation>
                                                            <value name="IF0">
                                                              <block type="logic_compare" id="P9XXNXzc+3H{*^w1P_@q">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="sua/L8[qi8e:U#m}d^pi">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="E^e9/nh{n@)S6e:4q3_h">
                                                                    <field name="TEXT">SINGLE</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO0">
                                                              <block type="comment" id="qoOw*}O|E06w[5[cXWLo">
                                                                <field name="COMMENT">Schalte etwas: Button2 1x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id=",tE:-UWz(0Zqlc8KBLqO">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text" id="!waPZV$J9fR+dq462%h+">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="{3#KVO|*86E:3pR/!%WP">
                                                                        <field name="TEXT">Button2 SINGLE wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF1">
                                                              <block type="logic_compare" id="_Z+eBL!Zj.|LQL+_s|Ld">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="15Tx7/a!(wJ;FO+x!4JW">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="}l%?@L+:Ma!=:d2Ky/%*">
                                                                    <field name="TEXT">DOUBLE</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO1">
                                                              <block type="comment" id="~72fN$sZV!.O{%*0+awy">
                                                                <field name="COMMENT">Schalte etwas: Button2 2x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="-T4*$n8-_X_{@6!Ga5FQ">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="LFX2j}Pr:o,{$YxQVcp2">
                                                                        <field name="TEXT">Button2 DOUBLE wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF2">
                                                              <block type="logic_compare" id="6-2Eew1,aoyC]Th*AaJ5">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="4Nl6[tYm2pL@rL7v8vLI">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="zthA#*kib2r|xv+,A{Sh">
                                                                    <field name="TEXT">TRIPLE</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO2">
                                                              <block type="comment" id="?OI)q#8XL#1)x.E=*m~~">
                                                                <field name="COMMENT">Schalte etwas: Button2 3x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="%6ZLfC`!6?Z%jXlF:mFa">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="eh|tY,l}uz:WTx}4_G_E">
                                                                        <field name="TEXT">Button2 TRIPLE wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF3">
                                                              <block type="logic_compare" id="*~f.cy|6d8U0s?|^%:8R">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="tiZ6%x5iuvhh:Yi*9qB9">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="I|K0m__6/:.kuBtYQE5l">
                                                                    <field name="TEXT">QUAD</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO3">
                                                              <block type="comment" id="ToQ_dt~n$Ef|8-fb|__O">
                                                                <field name="COMMENT">Schalte etwas: Button2 4x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="qyb7DL~:^6|r@9~KOb+A">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="tb4wo7_n@J)Q9$FLf|rV">
                                                                        <field name="TEXT">Button2 QUAD wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                            <value name="IF4">
                                                              <block type="logic_compare" id="M:x`b;I}a8;jJU=g}u)[">
                                                                <field name="OP">EQ</field>
                                                                <value name="A">
                                                                  <block type="variables_get" id="Yh,)fk$+WmVXS=iwbzK{">
                                                                    <field name="VAR" id="iG,DhTT3ntIL)6jkdBSx">Action</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <block type="text" id="1FMk3I`mfaAfEhMd$D#e">
                                                                    <field name="TEXT">PENTA</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <statement name="DO4">
                                                              <block type="comment" id="5+tVGCf{MdkG(OBDmuy|">
                                                                <field name="COMMENT">Schalte etwas: Button2 5x gedrückt</field>
                                                                <next>
                                                                  <block type="debug" id="}{-PVi#AL#[EGD,eb?M#">
                                                                    <field name="Severity">log</field>
                                                                    <value name="TEXT">
                                                                      <shadow type="text">
                                                                        <field name="TEXT">Button</field>
                                                                      </shadow>
                                                                      <block type="text" id="HuBkD3zi|o@.S3w.Qh7n">
                                                                        <field name="TEXT">Button2 PENTA wurde gedrückt</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </statement>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                  </block>
                                                </next>
                                              </block>
                                            </statement>
                                          </block>
                                        </xml>
                                        

                                        In der ersten Zeile musst du lediglich deine stat/RESULT anpassen und an den entsprechenden Kommentaren deine Aktoren einbauen.

                                        Da das Hardware-Buttons sind werden die extern verarbeitet (nicht über das TS-Skript)

                                        Viel Spaß dabei

                                        Kann man Rule2 danach wieder verwenden? Sprich geht es mit entkoppeltem Relay?
                                        Wäre für mich noch ganz nützlich zu wissen.

                                        Ich denke für das entkoppelte Ralais kannst du bestimmt die Rule2 angeschaltet lassen. Das Script besteht ja aus 2 getrennten Buttonzweigen. Einfach einen entfernen.

                                        1 Reply Last reply Reply Quote 0
                                        • Armilar
                                          Armilar Most Active Forum Testing @Kuckuckmann last edited by Armilar

                                          @kuckuckmann sagte in Sonoff NSPanel:

                                          @armilar sagte in Sonoff NSPanel:

                                          Die Zeichen im Link von @Kuckuckmann sind bei mir nicht korrekt übersetzt. Die im github sollten funktionieren...

                                          @Armilar was meinst Du genau? Ich hatte doch mit dem JS nix am Hut - oder doch?
                                          meinst Du vlt. den Post von @Gre4t0ne ?

                                          Ja, die Icons in deinem geposteten Spoiler sehen grausam aus. Wahrscheinlich durch den Browser beim copy/paste passiert. Wollte die JS-Version kurz mal testen und war sehr erschocken 😉
                                          Mit der github gehts aber jetzt.

                                          K 1 Reply Last reply Reply Quote 0
                                          • K
                                            Kuckuckmann @Armilar last edited by

                                            @armilar sagte in Sonoff NSPanel:

                                            Ja, die Icons in deinem geposteten Spoiler sehen grausam aus. Wahrscheinlich durch den Browser beim copy/paste passiert. Wollte die JS-Version kurz mal testen und war sehr erschocken
                                            Mit der github gehts aber jetzt.

                                            Du meinst den Link hier, ne?

                                            https://forum.iobroker.net/assets/uploads/files/1661872841454-file.js.txt

                                            der kam von @Gre4t0ne 😉

                                            Armilar 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            78
                                            1548
                                            388950
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo