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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. Sonoff NSPanel

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Sonoff NSPanel

Geplant Angeheftet Gesperrt Verschoben Hardware
1.5k Beiträge 78 Kommentatoren 637.0k Aufrufe 80 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ArmilarA Offline
    ArmilarA Offline
    Armilar
    Most Active Forum Testing
    schrieb am zuletzt editiert von Armilar
    #1213

    Zum Punkt
    Zu 1) Offene Frage:
    Gemäß Konfigurationsskript gibt es die Möglichkeit: 08.05.2022 - V2.9.0 - Menüpfeile bei HardwareButtons (button1Page; button2Page) mit Navigation auf Page 0 @Armilar vlt. kannst Du hier noch etwas beisteuern ob und wie man die Buttons las Vor- und Zurück-Buttons nutzen kann.

    Hintergrund: Die Buttons geben keinen definierten Page-Index zurück, daher werden im Skript negative Page-Indizes verwendet (damit man weiß, dass es ein externer Button war). Dieser Seiten-Button (nach oben zeigend) führt auf die Page 0 (also immer auf die erste Seite)

    Zu 2) Offene Punkte:
    Ich habe dieses Grid nicht selbst getestet. Ich wäre dankbar für Zusatz Informationen.
    --> a) Wo definiert man den PIN der verwendet wird?
    --> b) Wie ist das mit den Aliasen
    --> c) gibt es eine Karenzzeitspanne nach dem Aktivieren oder bis zum Deaktivieren?

    Antwort
    a) Man vergibt mit der Aktivierung den PIN --> PIN eingeben, Dann Schutz auswählen --> Panel geht in den Status "arming". --> PIN und Status unter 0_userdata --> durch externes Skript wird erwartet, dass der Status nach erfolgreicher Aktivierung auf Status "armed" gesetzt wird

    b) Alias-Typ Feueralarm
    ACTUAL = 0_userdata.0.NSXXXX.Alarm.AlarmState
    PIN = 0_userdata.0.NSXXXX.Alarm.PIN
    TYPE = 0_userdata.0.NSXXXX.Alarm.AlarmType

    Falls ein Wert nicht vorhanden ist, dann separat hinzufügen

    c) Je nach Skriptverarbeitungsdauer des externen (weiterverarbeitenden) Skripts bis zum Setzen der Status amed, disarmed

    P.S.: Coole Idee 👍

    Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
    https://github.com/joBr99/nspanel-lovelace-ui/wiki

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    1 Antwort Letzte Antwort
    0
    • E Offline
      E Offline
      eppi
      schrieb am zuletzt editiert von eppi
      #1214

      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 ArmilarA 2 Antworten Letzte Antwort
      0
      • E 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 Offline
        K Offline
        Kuckuckmann
        schrieb am zuletzt editiert von
        #1215

        @eppi

        Hi eppi,

        müsstest Du nicht OPEN und CLOSE konfiguriert haben?

        LG

        NSPanel Dokumentation im GitHub Wiki:

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

        1 Antwort Letzte Antwort
        0
        • P Peet_b

          @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.

          G Offline
          G Offline
          Gre4t0ne
          schrieb am zuletzt editiert von Gre4t0ne
          #1216

          @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 Antwort Letzte Antwort
          0
          • G 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 Offline
            G Offline
            Gre4t0ne
            schrieb am zuletzt editiert von Gre4t0ne
            #1217

            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 Antwort Letzte Antwort
            0
            • E 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

              ArmilarA Offline
              ArmilarA Offline
              Armilar
              Most Active Forum Testing
              schrieb am zuletzt editiert von
              #1218

              @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...

              Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
              https://github.com/joBr99/nspanel-lovelace-ui/wiki

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              J 1 Antwort Letzte Antwort
              0
              • ArmilarA Armilar

                @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 Offline
                J Offline
                joBr99
                schrieb am zuletzt editiert von
                #1219

                @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 Antwort Letzte Antwort
                0
                • T Offline
                  T Offline
                  tklein
                  schrieb am zuletzt editiert von
                  #1220

                  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 ArmilarA 2 Antworten Letzte Antwort
                  0
                  • T tklein

                    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 Offline
                    K Offline
                    Kuckuckmann
                    schrieb am zuletzt editiert von
                    #1221

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

                    NSPanel Dokumentation im GitHub Wiki:

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

                    G 1 Antwort Letzte Antwort
                    0
                    • T tklein

                      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)
                      
                      ArmilarA Offline
                      ArmilarA Offline
                      Armilar
                      Most Active Forum Testing
                      schrieb am zuletzt editiert von
                      #1222

                      @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...

                      Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                      https://github.com/joBr99/nspanel-lovelace-ui/wiki

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      T 1 Antwort Letzte Antwort
                      0
                      • ArmilarA Armilar

                        @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 Offline
                        T Offline
                        tklein
                        schrieb am zuletzt editiert von
                        #1223

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

                        1 Antwort Letzte Antwort
                        0
                        • K Kuckuckmann

                          @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 Offline
                          G Offline
                          Gre4t0ne
                          schrieb am zuletzt editiert von
                          #1224

                          @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

                          ArmilarA 1 Antwort Letzte Antwort
                          1
                          • P Offline
                            P Offline
                            Peet_b
                            schrieb am zuletzt editiert von
                            #1225

                            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

                            ArmilarA 1 Antwort Letzte Antwort
                            0
                            • G Gre4t0ne

                              @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

                              ArmilarA Offline
                              ArmilarA Offline
                              Armilar
                              Most Active Forum Testing
                              schrieb am zuletzt editiert von
                              #1226

                              @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

                              Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                              https://github.com/joBr99/nspanel-lovelace-ui/wiki

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              K 1 Antwort Letzte Antwort
                              0
                              • P Peet_b

                                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

                                ArmilarA Offline
                                ArmilarA Offline
                                Armilar
                                Most Active Forum Testing
                                schrieb am zuletzt editiert von Armilar
                                #1227

                                @peet_b sagte in Sonoff NSPanel:

                                Toggleswitchs a

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

                                Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                ArmilarA P 2 Antworten Letzte Antwort
                                0
                                • ArmilarA Armilar

                                  @peet_b sagte in Sonoff NSPanel:

                                  Toggleswitchs a

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

                                  ArmilarA Offline
                                  ArmilarA Offline
                                  Armilar
                                  Most Active Forum Testing
                                  schrieb am zuletzt editiert von Armilar
                                  #1228

                                  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

                                  Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                  https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  K T Jens WoznyJ 3 Antworten Letzte Antwort
                                  0
                                  • ArmilarA Armilar

                                    @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 Offline
                                    K Offline
                                    Kuckuckmann
                                    schrieb am zuletzt editiert von Kuckuckmann
                                    #1229

                                    @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 ?

                                    NSPanel Dokumentation im GitHub Wiki:

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

                                    ArmilarA 1 Antwort Letzte Antwort
                                    0
                                    • ArmilarA 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 Offline
                                      K Offline
                                      Kuckuckmann
                                      schrieb am zuletzt editiert von
                                      #1230

                                      @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.

                                      NSPanel Dokumentation im GitHub Wiki:

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

                                      ArmilarA 1 Antwort Letzte Antwort
                                      0
                                      • K Kuckuckmann

                                        @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.

                                        ArmilarA Offline
                                        ArmilarA Offline
                                        Armilar
                                        Most Active Forum Testing
                                        schrieb am zuletzt editiert von
                                        #1231

                                        @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.

                                        Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                        https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        1 Antwort Letzte Antwort
                                        0
                                        • K 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 ?

                                          ArmilarA Offline
                                          ArmilarA Offline
                                          Armilar
                                          Most Active Forum Testing
                                          schrieb am zuletzt editiert von Armilar
                                          #1232

                                          @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.

                                          Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                          https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          762

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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