Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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.1k

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

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

Sonoff NSPanel

Scheduled Pinned Locked Moved Hardware
1.5k Posts 78 Posters 636.5k Views 80 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ArmilarA Armilar

    @armilar sagte in Sonoff NSPanel:

    @peet_b sagte in Sonoff NSPanel:

    @kuckuckmann

    nein, ihr versteht mich nicht. die Funktionalität die ich beschrieben habe war die der bestehenden Rolladensteuerung. Ich brauche keinen Longpulse, kein Togglen, keine Shuttereigenschaften oder sowas. Alles was ich brauche ist eine reine Tastfunktion, sprich: Taster am Panel drücken = Relais angezogen; Taster am Panel loslassen= Relais abgefallen. Quasi einen Switchmode 1 aber das macht Tasmota irgendwie nicht, es bleiben immer Togglekontakte.

    Edit:
    wenn ich die Config händisch mache geht es aber da kann ich den GPIO38 nicht definieren. Hinzu kommt, dass die schaltoptionen auf der Oberfläche immernoch Togglet

    Klar ist das verstanden. Hardware-Taste1-1 gedrückt = Relay an; loslassen Relay aus

    So steht es in der Tasmota Anleitung:
    SwitchMode gilt, wie der Name schon sagt, NUR für GPIO, das in Tasmota als Switch<x>-Komponente konfiguriert ist. SwitchMode hat KEINEN Einfluss auf das Verhalten von GPIO, das als Button<x>-Komponenten konfiguriert ist.

    Der GPIO14 und der GPIO27 sind "Button<x>" (x=1 und 2)

    Darum wird switchmode vermutlich auch nie funktionieren

    K Offline
    K Offline
    Kuckuckmann
    wrote on last edited by
    #1246

    @Peet_b,

    hast Du denn einen IoBroker oder etwas ähnliches im Einsatz?
    Kannst Du es denn nicht so machen, dass Du das Signal der Buttons - egal ob kurz drücken oder lang drücken - an die Middleware übergibst und die steuert dann deine Zentrale Rolladensteuerung an?
    Stichwort: Multiswitch Steuerung der Buttons (siehe weiter oben).

    LG

    NSPanel Dokumentation im GitHub Wiki:

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

    1 Reply Last reply
    0
    • P Peet_b

      @kuckuckmann

      nein, ihr versteht mich nicht. die Funktionalität die ich beschrieben habe war die der bestehenden Rolladensteuerung. Ich brauche keinen Longpulse, kein Togglen, keine Shuttereigenschaften oder sowas. Alles was ich brauche ist eine reine Tastfunktion, sprich: Taster am Panel drücken = Relais angezogen; Taster am Panel loslassen= Relais abgefallen. Quasi einen Switchmode 1 aber das macht Tasmota irgendwie nicht, es bleiben immer Togglekontakte.

      Edit:
      wenn ich die Config händisch mache geht es aber da kann ich den GPIO38 nicht definieren. Hinzu kommt, dass die schaltoptionen auf der Oberfläche immernoch Togglet

      ArmilarA Offline
      ArmilarA Offline
      Armilar
      Most Active Forum Testing
      wrote on last edited by
      #1247

      @peet_b sagte in Sonoff NSPanel:

      @kuckuckmann

      nein, ihr versteht mich nicht. die Funktionalität die ich beschrieben habe war die der bestehenden Rolladensteuerung. Ich brauche keinen Longpulse, kein Togglen, keine Shuttereigenschaften oder sowas. Alles was ich brauche ist eine reine Tastfunktion, sprich: Taster am Panel drücken = Relais angezogen; Taster am Panel loslassen= Relais abgefallen. Quasi einen Switchmode 1 aber das macht Tasmota irgendwie nicht, es bleiben immer Togglekontakte.

      Edit:
      wenn ich die Config händisch mache geht es aber da kann ich den GPIO38 nicht definieren. Hinzu kommt, dass die schaltoptionen auf der Oberfläche immernoch Togglet

      Du gehst in die Tasmota-Templatevorlage und ersetzt GPIO14 gegen Switch 1 und GPIO27 gegen Switch 2
      d781f8c4-29ab-4a22-bb57-f9582313c08c-image.png

      c47eb0f5-abfb-4ca4-9ddb-39c36e98f296-image.png

      Dann setzt du

      switchmode1 2
      switchmode2 2
      

      Dann sollte es so funktionieren wie du es möchtest

      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 Reply Last reply
      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

        T Offline
        T Offline
        tklein
        wrote on last edited by
        #1248

        @armilar said in Sonoff NSPanel:

        <xml xmlns="https://developers.google.com/blockly/xml">

        Einfach echt Geilomat was das Ding mit Deiner Software und Tasmota zusammen kann! Vielen Dank dafür!

        Muss man den Ordner für den Alarmcode separat anlegen? Der existiert bei mir unter userdata... leider nicht.

        N ArmilarA 2 Replies Last reply
        0
        • T tklein

          @armilar said in Sonoff NSPanel:

          <xml xmlns="https://developers.google.com/blockly/xml">

          Einfach echt Geilomat was das Ding mit Deiner Software und Tasmota zusammen kann! Vielen Dank dafür!

          Muss man den Ordner für den Alarmcode separat anlegen? Der existiert bei mir unter userdata... leider nicht.

          N Offline
          N Offline
          niiccooo1
          wrote on last edited by
          #1249

          @tklein Ich hatte über den Gerätemanager die Alarm Datenpunkte als Feueralarm angelegt.
          Jedoch tauchen bei mir dann Fehler auf siehe Post.

          Läuft bei der Alarm?

          1 Reply Last reply
          0
          • K Offline
            K Offline
            Kuckuckmann
            wrote on last edited by
            #1250

            @tklein
            Wenn der Alarm-Order unter 0_userdata.0.NSPanel.1.Alarm nicht da ist, dann bitte manuell anlegen.

            ca2ca453-5359-4602-9833-c5da4f0dee32-image.png

            @niiccooo1
            Hast Du auch die Alias im Typ Feueralarm auf die Datenpunkte unter 0_userdata.0.NSPanel.1.Alarm verknüpft?
            Deine Fehlermeldung liest sich, als wäre da was nicht richtig definiert.

            TypeError: Cannot read properties of undefined (reading 'type')
            

            Beachtet auch die Anleitung in

            NSPanel FAQ & Anleitungen:
            https://forum.iobroker.net/topic/50888/sonoff-nspanel/1212

            NSPanel Dokumentation im GitHub Wiki:

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

            N 1 Reply Last reply
            0
            • T tklein

              @armilar said in Sonoff NSPanel:

              <xml xmlns="https://developers.google.com/blockly/xml">

              Einfach echt Geilomat was das Ding mit Deiner Software und Tasmota zusammen kann! Vielen Dank dafür!

              Muss man den Ordner für den Alarmcode separat anlegen? Der existiert bei mir unter userdata... leider nicht.

              ArmilarA Offline
              ArmilarA Offline
              Armilar
              Most Active Forum Testing
              wrote on last edited by Armilar
              #1251

              @tklein sagte in Sonoff NSPanel:

              @armilar said in Sonoff NSPanel:

              <xml xmlns="https://developers.google.com/blockly/xml">

              Einfach echt Geilomat was das Ding mit Deiner Software und Tasmota zusammen kann! Vielen Dank dafür!

              Muss man den Ordner für den Alarmcode separat anlegen? Der existiert bei mir unter userdata... leider nicht.

              Sobald der Alarmcode das erste mal durchlaufen wird, sollten die Datenpunkte eigentlich angelegt werden

              Den Alias müsst ihr nach @Kuckuckmann s Anleitung entsprechend erweitern.

              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 Reply Last reply
              0
              • K Kuckuckmann

                @tklein
                Wenn der Alarm-Order unter 0_userdata.0.NSPanel.1.Alarm nicht da ist, dann bitte manuell anlegen.

                ca2ca453-5359-4602-9833-c5da4f0dee32-image.png

                @niiccooo1
                Hast Du auch die Alias im Typ Feueralarm auf die Datenpunkte unter 0_userdata.0.NSPanel.1.Alarm verknüpft?
                Deine Fehlermeldung liest sich, als wäre da was nicht richtig definiert.

                TypeError: Cannot read properties of undefined (reading 'type')
                

                Beachtet auch die Anleitung in

                NSPanel FAQ & Anleitungen:
                https://forum.iobroker.net/topic/50888/sonoff-nspanel/1212

                N Offline
                N Offline
                niiccooo1
                wrote on last edited by
                #1252

                @kuckuckmann
                Anbei ein Screenshot von meiner Verknüpfung
                Screenshot 2022-09-03 173046.png

                Das Interessante ist: Wechsle ich die Fenster bevor das Panel in Standby geht, scheint er die neuen Einstellungen zu übernehmen (die Fehler tauchen trotzdem im Javascript auf). Geht das Display in Standby, komme ich nicht mehr in die cards rein und das Skript muss neugestartet werden.

                K 1 Reply Last reply
                0
                • N niiccooo1

                  @kuckuckmann
                  Anbei ein Screenshot von meiner Verknüpfung
                  Screenshot 2022-09-03 173046.png

                  Das Interessante ist: Wechsle ich die Fenster bevor das Panel in Standby geht, scheint er die neuen Einstellungen zu übernehmen (die Fehler tauchen trotzdem im Javascript auf). Geht das Display in Standby, komme ich nicht mehr in die cards rein und das Skript muss neugestartet werden.

                  K Offline
                  K Offline
                  Kuckuckmann
                  wrote on last edited by Kuckuckmann
                  #1253

                  Ich glaube nicht, dass dies die Stelle ist, wo was falsch ist.
                  Schau mal, die Fehlermeldung sat was von einem Alias alias.0.FlurUnten.NSPanel.Alarm:

                  3.9.2022, 00:26:27.052	[info ]: javascript.0 (13779) script.js.NSPanels.NSPanel_Flur: alias.0.FlurUnten.NSPanel.Alarm
                  3.9.2022, 00:26:27.967	[error]: javascript.0 (13779) script.js.NSPanels.NSPanel_Flur: TypeError: Cannot read properties of undefined (reading 'type')
                  

                  Unter Deinen Skripten gibt es im Ordner NSPanels ein Skript NSPanel_Flur. Dort gibt es wohl ein nicht definiertes Objekt.
                  (Wäre eine Vermutung von mir anhand der Fehlermeldung hier.

                  NSPanel Dokumentation im GitHub Wiki:

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

                  N 2 Replies Last reply
                  0
                  • K Kuckuckmann

                    Ich glaube nicht, dass dies die Stelle ist, wo was falsch ist.
                    Schau mal, die Fehlermeldung sat was von einem Alias alias.0.FlurUnten.NSPanel.Alarm:

                    3.9.2022, 00:26:27.052	[info ]: javascript.0 (13779) script.js.NSPanels.NSPanel_Flur: alias.0.FlurUnten.NSPanel.Alarm
                    3.9.2022, 00:26:27.967	[error]: javascript.0 (13779) script.js.NSPanels.NSPanel_Flur: TypeError: Cannot read properties of undefined (reading 'type')
                    

                    Unter Deinen Skripten gibt es im Ordner NSPanels ein Skript NSPanel_Flur. Dort gibt es wohl ein nicht definiertes Objekt.
                    (Wäre eine Vermutung von mir anhand der Fehlermeldung hier.

                    N Offline
                    N Offline
                    niiccooo1
                    wrote on last edited by
                    #1254

                    @kuckuckmann
                    Das verstehe ich nicht.
                    Ich füge euch anbei mal die Objektdaten der Aliase anbei:

                    {
                      "_id": "alias.0.FlurUnten.NSPanel.Alarm.ACTUAL",
                      "common": {
                        "name": "ACTUAL",
                        "role": "state",
                        "type": "string",
                        "read": true,
                        "write": true,
                        "alias": {
                          "id": "0_userdata.0.NSPanel.1.Alarm.AlarmState"
                        }
                      },
                      "native": {},
                      "type": "state",
                      "acl": {
                        "object": 1636,
                        "state": 1636,
                        "owner": "system.user.admin",
                        "ownerGroup": "system.group.administrator"
                      },
                      "from": "system.adapter.admin.0",
                      "user": "system.user.admin",
                      "ts": 1662218711478
                    }
                    
                    
                    {
                      "_id": "alias.0.FlurUnten.NSPanel.Alarm.PIN",
                      "common": {
                        "name": "PIN",
                        "role": "state",
                        "type": "string",
                        "read": true,
                        "write": true,
                        "alias": {
                          "id": "0_userdata.0.NSPanel.1.Alarm.AlarmPin"
                        }
                      },
                      "type": "state",
                      "acl": {
                        "object": 1636,
                        "state": 1636,
                        "owner": "system.user.admin",
                        "ownerGroup": "system.group.administrator"
                      },
                      "from": "system.adapter.admin.0",
                      "user": "system.user.admin",
                      "ts": 1662219150907,
                      "native": {}
                    }
                    
                    {
                      "_id": "alias.0.FlurUnten.NSPanel.Alarm.TYPE",
                      "common": {
                        "name": "TYPE",
                        "role": "state",
                        "type": "string",
                        "read": true,
                        "write": true,
                        "alias": {
                          "id": "0_userdata.0.NSPanel.1.Alarm.AlarmType"
                        }
                      },
                      "type": "state",
                      "acl": {
                        "object": 1636,
                        "state": 1636,
                        "owner": "system.user.admin",
                        "ownerGroup": "system.group.administrator"
                      },
                      "from": "system.adapter.admin.0",
                      "user": "system.user.admin",
                      "ts": 1662219162103,
                      "native": {}
                    }
                    

                    Fällt euch etwas auf?

                    1 Reply Last reply
                    0
                    • K Kuckuckmann

                      Ich glaube nicht, dass dies die Stelle ist, wo was falsch ist.
                      Schau mal, die Fehlermeldung sat was von einem Alias alias.0.FlurUnten.NSPanel.Alarm:

                      3.9.2022, 00:26:27.052	[info ]: javascript.0 (13779) script.js.NSPanels.NSPanel_Flur: alias.0.FlurUnten.NSPanel.Alarm
                      3.9.2022, 00:26:27.967	[error]: javascript.0 (13779) script.js.NSPanels.NSPanel_Flur: TypeError: Cannot read properties of undefined (reading 'type')
                      

                      Unter Deinen Skripten gibt es im Ordner NSPanels ein Skript NSPanel_Flur. Dort gibt es wohl ein nicht definiertes Objekt.
                      (Wäre eine Vermutung von mir anhand der Fehlermeldung hier.

                      N Offline
                      N Offline
                      niiccooo1
                      wrote on last edited by niiccooo1
                      #1255

                      @kuckuckmann Das Skript NSPanel_Flur ist das Skript von github nach meinen Einstellungen angepasst.

                      Was könnte dort nicht definiert sein?

                      EDIT:
                      Ich habe das Skript nochmal neu hinzugefügt.
                      Die Fehlermeldung verschwindet nun.

                      Jedoch springt die Ansicht beim Aktivieren bzw. Deaktivieren das Alarmcard Fenster in das nächste Fenster über.

                      ArmilarA 1 Reply Last reply
                      0
                      • N niiccooo1

                        @kuckuckmann Das Skript NSPanel_Flur ist das Skript von github nach meinen Einstellungen angepasst.

                        Was könnte dort nicht definiert sein?

                        EDIT:
                        Ich habe das Skript nochmal neu hinzugefügt.
                        Die Fehlermeldung verschwindet nun.

                        Jedoch springt die Ansicht beim Aktivieren bzw. Deaktivieren das Alarmcard Fenster in das nächste Fenster über.

                        ArmilarA Offline
                        ArmilarA Offline
                        Armilar
                        Most Active Forum Testing
                        wrote on last edited by
                        #1256

                        @niiccooo1 sagte in Sonoff NSPanel:

                        @kuckuckmann Das Skript NSPanel_Flur ist das Skript von github nach meinen Einstellungen angepasst.

                        Was könnte dort nicht definiert sein?

                        EDIT:
                        Ich habe das Skript nochmal neu hinzugefügt.
                        Die Fehlermeldung verschwindet nun.

                        Jedoch springt die Ansicht beim Aktivieren bzw. Deaktivieren das Alarmcard Fenster in das nächste Fenster über.

                        Bei mir auch - hat sich ein Fehler eingeschlichen. Gibt demnächst ein Fix...

                        Bekommst du aber bis dahin wieder, wen du kurz vor und zurück gehst...

                        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.

                        N 1 Reply Last reply
                        0
                        • ArmilarA Armilar

                          @niiccooo1 sagte in Sonoff NSPanel:

                          @kuckuckmann Das Skript NSPanel_Flur ist das Skript von github nach meinen Einstellungen angepasst.

                          Was könnte dort nicht definiert sein?

                          EDIT:
                          Ich habe das Skript nochmal neu hinzugefügt.
                          Die Fehlermeldung verschwindet nun.

                          Jedoch springt die Ansicht beim Aktivieren bzw. Deaktivieren das Alarmcard Fenster in das nächste Fenster über.

                          Bei mir auch - hat sich ein Fehler eingeschlichen. Gibt demnächst ein Fix...

                          Bekommst du aber bis dahin wieder, wen du kurz vor und zurück gehst...

                          N Offline
                          N Offline
                          niiccooo1
                          wrote on last edited by
                          #1257

                          @armilar
                          Besten Dank!

                          Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                          Sowas wie "disarmed failed"

                          VG

                          ArmilarA 2 Replies Last reply
                          0
                          • N niiccooo1

                            @armilar
                            Besten Dank!

                            Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                            Sowas wie "disarmed failed"

                            VG

                            ArmilarA Offline
                            ArmilarA Offline
                            Armilar
                            Most Active Forum Testing
                            wrote on last edited by Armilar
                            #1258

                            @niiccooo1 sagte in Sonoff NSPanel:

                            @armilar
                            Besten Dank!

                            Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                            Sowas wie "disarmed failed"

                            VG

                            So eine Meldung bekomme ich nicht auf die cardAlarm. Nachdem die PIN korrekt eingegeben wird, würde das icon gelb (blinkend). Wenn das nicht passiert, war die PIN falsch. Man könnte das icon trotzdem rot blinken lassen beim Fehlversuch. Aber für Text ist die cardAlarm ansonsten nicht vorgesehen.

                            Variante 2 wäre, ein zusätzlicher Datenpunkt mit Fehlversuchen (müsste ebenfalls noch implementiert werden). Dann kannst du dir die Meldung über einen popupNotify einblenden. Sieht auf jeden Fall runder aus, wenn das Fenster demnächst nicht verschwindet...

                            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 Reply Last reply
                            0
                            • N niiccooo1

                              @armilar
                              Besten Dank!

                              Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                              Sowas wie "disarmed failed"

                              VG

                              ArmilarA Offline
                              ArmilarA Offline
                              Armilar
                              Most Active Forum Testing
                              wrote on last edited by
                              #1259

                              @niiccooo1 sagte in Sonoff NSPanel:

                              @armilar
                              Besten Dank!

                              Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                              Sowas wie "disarmed failed"

                              VG

                              suche mal die Function:

                              on({ id: NSPanel_Path + 'Alarm.AlarmState', change: 'ne' }, async (obj) => {
                                  if ((obj.state ? obj.state.val : '') == 'armed' || (obj.state ? obj.state.val : '') == 'disarmed' || (obj.state ? obj.state.val : '') == 'triggered') {
                                      GeneratePage(config.pages[8]);   //----------- muss noch dynamisch gefunden werden -------------------------
                                  }
                              });
                              

                              und tausche die aus gegen

                              on({ id: NSPanel_Path + 'Alarm.AlarmState', change: 'ne' }, async (obj) => {
                                  if ((obj.state ? obj.state.val : '') == 'armed' || (obj.state ? obj.state.val : '') == 'disarmed' || (obj.state ? obj.state.val : '') == 'triggered') {
                                      GeneratePage(activePage);
                                  }
                              });
                              

                              Dann verschwindet zumindest die Seite nicht mehr

                              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.

                              N 1 Reply Last reply
                              0
                              • ArmilarA Armilar

                                @niiccooo1 sagte in Sonoff NSPanel:

                                @armilar
                                Besten Dank!

                                Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                                Sowas wie "disarmed failed"

                                VG

                                suche mal die Function:

                                on({ id: NSPanel_Path + 'Alarm.AlarmState', change: 'ne' }, async (obj) => {
                                    if ((obj.state ? obj.state.val : '') == 'armed' || (obj.state ? obj.state.val : '') == 'disarmed' || (obj.state ? obj.state.val : '') == 'triggered') {
                                        GeneratePage(config.pages[8]);   //----------- muss noch dynamisch gefunden werden -------------------------
                                    }
                                });
                                

                                und tausche die aus gegen

                                on({ id: NSPanel_Path + 'Alarm.AlarmState', change: 'ne' }, async (obj) => {
                                    if ((obj.state ? obj.state.val : '') == 'armed' || (obj.state ? obj.state.val : '') == 'disarmed' || (obj.state ? obj.state.val : '') == 'triggered') {
                                        GeneratePage(activePage);
                                    }
                                });
                                

                                Dann verschwindet zumindest die Seite nicht mehr

                                N Offline
                                N Offline
                                niiccooo1
                                wrote on last edited by
                                #1260

                                @armilar
                                Bei mir taucht folgende Fehlermeldung und das Panel hängt sich auf

                                3.9.2022, 21:24:01.484	[error]: javascript.0 (4917)     at GeneratePage (script.js.NSPanels.NSPanel_1:1439:18)
                                3.9.2022, 21:24:01.484	[error]: javascript.0 (4917)     at Object.<anonymous> (script.js.NSPanels.NSPanel_1:2693:21)
                                3.9.2022, 21:24:02.311	[error]: javascript.0 (4917) script.js.NSPanels.NSPanel_1: TypeError: Cannot read properties of undefined (reading 'type')
                                3.9.2022, 21:24:02.312	[error]: javascript.0 (4917)     at GeneratePage (script.js.NSPanels.NSPanel_1:1439:18)
                                3.9.2022, 21:24:02.312	[error]: javascript.0 (4917)     at script.js.NSPanels.NSPanel_1:1381:13
                                3.9.2022, 21:24:02.312	[error]: javascript.0 (4917)     at step (script.js.NSPanels.NSPanel_1:33:23)
                                3.9.2022, 21:24:02.313	[error]: javascript.0 (4917)     at Object.next (script.js.NSPanels.NSPanel_1:14:53)
                                3.9.2022, 21:24:02.313	[error]: javascript.0 (4917)     at script.js.NSPanels.NSPanel_1:8:71
                                3.9.2022, 21:24:02.314	[error]: javascript.0 (4917)     at __awaiter (script.js.NSPanels.NSPanel_1:4:12)
                                3.9.2022, 21:24:02.314	[error]: javascript.0 (4917)     at Object.<anonymous> (script.js.NSPanels.NSPanel_1:1378:85)
                                
                                ArmilarA 1 Reply Last reply
                                0
                                • N niiccooo1

                                  @armilar
                                  Bei mir taucht folgende Fehlermeldung und das Panel hängt sich auf

                                  3.9.2022, 21:24:01.484	[error]: javascript.0 (4917)     at GeneratePage (script.js.NSPanels.NSPanel_1:1439:18)
                                  3.9.2022, 21:24:01.484	[error]: javascript.0 (4917)     at Object.<anonymous> (script.js.NSPanels.NSPanel_1:2693:21)
                                  3.9.2022, 21:24:02.311	[error]: javascript.0 (4917) script.js.NSPanels.NSPanel_1: TypeError: Cannot read properties of undefined (reading 'type')
                                  3.9.2022, 21:24:02.312	[error]: javascript.0 (4917)     at GeneratePage (script.js.NSPanels.NSPanel_1:1439:18)
                                  3.9.2022, 21:24:02.312	[error]: javascript.0 (4917)     at script.js.NSPanels.NSPanel_1:1381:13
                                  3.9.2022, 21:24:02.312	[error]: javascript.0 (4917)     at step (script.js.NSPanels.NSPanel_1:33:23)
                                  3.9.2022, 21:24:02.313	[error]: javascript.0 (4917)     at Object.next (script.js.NSPanels.NSPanel_1:14:53)
                                  3.9.2022, 21:24:02.313	[error]: javascript.0 (4917)     at script.js.NSPanels.NSPanel_1:8:71
                                  3.9.2022, 21:24:02.314	[error]: javascript.0 (4917)     at __awaiter (script.js.NSPanels.NSPanel_1:4:12)
                                  3.9.2022, 21:24:02.314	[error]: javascript.0 (4917)     at Object.<anonymous> (script.js.NSPanels.NSPanel_1:1378:85)
                                  
                                  ArmilarA Offline
                                  ArmilarA Offline
                                  Armilar
                                  Most Active Forum Testing
                                  wrote on last edited by
                                  #1261

                                  @niiccooo1 sagte in Sonoff NSPanel:

                                  3.9.2022, 21:24:02.311 [error]: javascript.0 (4917) script.js.NSPanels.NSPanel_1: TypeError: Canno

                                  Ich dachte es funktioniert mittlerweile. Ist doch der gleiche Fehler, oder?

                                  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.

                                  N 1 Reply Last reply
                                  0
                                  • ArmilarA Armilar

                                    @niiccooo1 sagte in Sonoff NSPanel:

                                    3.9.2022, 21:24:02.311 [error]: javascript.0 (4917) script.js.NSPanels.NSPanel_1: TypeError: Canno

                                    Ich dachte es funktioniert mittlerweile. Ist doch der gleiche Fehler, oder?

                                    N Offline
                                    N Offline
                                    niiccooo1
                                    wrote on last edited by
                                    #1262

                                    @armilar Richtig!

                                    Das wundert mich auch.
                                    Ich habe nur die von dir empfohlenen Teil geändert.

                                    Ändere ich auf das ursprüngliche zurück, funktioniert es wieder, jedoch verschwindet die Anzeige wieder.

                                    ArmilarA 1 Reply Last reply
                                    0
                                    • N niiccooo1

                                      @armilar Richtig!

                                      Das wundert mich auch.
                                      Ich habe nur die von dir empfohlenen Teil geändert.

                                      Ändere ich auf das ursprüngliche zurück, funktioniert es wieder, jedoch verschwindet die Anzeige wieder.

                                      ArmilarA Offline
                                      ArmilarA Offline
                                      Armilar
                                      Most Active Forum Testing
                                      wrote on last edited by Armilar
                                      #1263

                                      @niiccooo1 sagte in Sonoff NSPanel:

                                      @armilar Richtig!

                                      Das wundert mich auch.
                                      Ich habe nur die von dir empfohlenen Teil geändert.

                                      Ändere ich auf das ursprüngliche zurück, funktioniert es wieder, jedoch verschwindet die Anzeige wieder.

                                      Zähl in der Config mal die Seiten von 0 beginnend bis zur Alarm und trag statt der 8 mal die Position der Alarm ein.

                                      In diesem Beispiel also die 10

                                      414986e4-53a5-497d-a5b1-7040152872e2-image.png

                                      Buero_Seite_2 (0)
                                      Buero_Seite_1 (1)
                                      Buero_Klimaanlage (2)
                                      ....
                                      Buero_Alarm (10)

                                      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 Reply Last reply
                                      0
                                      • ArmilarA Armilar

                                        @niiccooo1 sagte in Sonoff NSPanel:

                                        @armilar Richtig!

                                        Das wundert mich auch.
                                        Ich habe nur die von dir empfohlenen Teil geändert.

                                        Ändere ich auf das ursprüngliche zurück, funktioniert es wieder, jedoch verschwindet die Anzeige wieder.

                                        Zähl in der Config mal die Seiten von 0 beginnend bis zur Alarm und trag statt der 8 mal die Position der Alarm ein.

                                        In diesem Beispiel also die 10

                                        414986e4-53a5-497d-a5b1-7040152872e2-image.png

                                        Buero_Seite_2 (0)
                                        Buero_Seite_1 (1)
                                        Buero_Klimaanlage (2)
                                        ....
                                        Buero_Alarm (10)

                                        K Offline
                                        K Offline
                                        Kuckuckmann
                                        wrote on last edited by
                                        #1264

                                        @armilar

                                        Ich bin auch ein wenig am testen.
                                        Wenn ich eine PIN eingebe und Alarm aktiviere, dann bekomme ich diese Warnings:

                                        523493d4-b49f-4d19-a644-8ab58aeaf998-image.png

                                        Hilft Dir das?

                                        NSPanel Dokumentation im GitHub Wiki:

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

                                        1 Reply Last reply
                                        0
                                        • ArmilarA Armilar

                                          @niiccooo1 sagte in Sonoff NSPanel:

                                          @armilar
                                          Besten Dank!

                                          Schön wäre noch eine Ansicht / Rückmeldung, dass das Aktivieren der Alarmanlage nicht funktioniert hat.
                                          Sowas wie "disarmed failed"

                                          VG

                                          So eine Meldung bekomme ich nicht auf die cardAlarm. Nachdem die PIN korrekt eingegeben wird, würde das icon gelb (blinkend). Wenn das nicht passiert, war die PIN falsch. Man könnte das icon trotzdem rot blinken lassen beim Fehlversuch. Aber für Text ist die cardAlarm ansonsten nicht vorgesehen.

                                          Variante 2 wäre, ein zusätzlicher Datenpunkt mit Fehlversuchen (müsste ebenfalls noch implementiert werden). Dann kannst du dir die Meldung über einen popupNotify einblenden. Sieht auf jeden Fall runder aus, wenn das Fenster demnächst nicht verschwindet...

                                          K Offline
                                          K Offline
                                          Kuckuckmann
                                          wrote on last edited by
                                          #1265

                                          @armilar sagte in Sonoff NSPanel:

                                          So eine Meldung bekomme ich nicht auf die cardAlarm. Nachdem die PIN korrekt eingegeben wird, würde das icon gelb (blinkend). Wenn das nicht passiert, war die PIN falsch. Man könnte das icon trotzdem rot blinken lassen beim Fehlversuch. Aber für Text ist die cardAlarm ansonsten nicht vorgesehen.
                                          Variante 2 wäre, ein zusätzlicher Datenpunkt mit Fehlversuchen (müsste ebenfalls noch implementiert werden). Dann kannst du dir die Meldung über einen popupNotify einblenden. Sieht auf jeden Fall runder aus, wenn das Fenster demnächst nicht verschwindet...

                                          Ich habe mal Dein Blockly genommen und es ein wenig aufgebohrt.
                                          Man muss nun einen Datenpunkt definieren, in dem die valide PIN gespeichert wird. Bei der Eingabe der PIN wird dann die eingegebene gegen die gespeicherte validiert.
                                          Jenachdem wird dann eine popupNotify Page eingeblendet mit einem entsprechenden Hinweistext. Es gibt drei verschiedenen Status:

                                          1. PIN nicht OK und Aktivierung wird abgelehnt
                                          2. PIN OK und Alarm wird aktiviert
                                          3. PIN OK und Alarm wird deaktiviert

                                          <xml xmlns="https://developers.google.com/blockly/xml">
                                           <variables>
                                             <variable id="z21BCrAcSmJl;/ADq)~[">NotifyText</variable>
                                           </variables>
                                           <block type="on_ext" id="q!?(x}z/f~TClQnNmbyU" x="-1261" y="-62">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                             <field name="CONDITION">ne</field>
                                             <field name="ACK_CONDITION"></field>
                                             <value name="OID0">
                                               <shadow type="field_oid" id="]~f@4kO$zmxdg=}/810C">
                                                 <field name="oid">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                               </shadow>
                                             </value>
                                             <statement name="STATEMENT">
                                               <block type="variables_set" id="!bn8_fHJcG_-fzc_Ka)2">
                                                 <field name="VAR" id="z21BCrAcSmJl;/ADq)~[">NotifyText</field>
                                                 <value name="VALUE">
                                                   <block type="text" id="EM3|V^QO@NfUB8s6?5G9">
                                                     <field name="TEXT">.</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="debug" id="PK!LWn;hH~-~0Voq?[E[">
                                                     <field name="Severity">log</field>
                                                     <value name="TEXT">
                                                       <shadow type="text" id="$AGq9V4ieV+V{sJ:xme?">
                                                         <field name="TEXT">Logpunkt: EOS</field>
                                                       </shadow>
                                                       <block type="get_value" id="shNE,X8dZ#|#JuUo0]XY">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_wait" id=")UmGSw@Q(`%k^S+:-a_0">
                                                         <field name="DELAY">300</field>
                                                         <field name="UNIT">ms</field>
                                                         <next>
                                                           <block type="controls_if" id="9q977cS+cyMEB$/*D*ul">
                                                             <mutation elseif="2"></mutation>
                                                             <value name="IF0">
                                                               <block type="logic_operation" id="Qi_-nMKc~w;D=t4;6Mtb" inline="false">
                                                                 <field name="OP">AND</field>
                                                                 <value name="A">
                                                                   <block type="logic_compare" id="aepYG60!2x|-)FcICpF8">
                                                                     <field name="OP">EQ</field>
                                                                     <value name="A">
                                                                       <block type="get_value" id="IBI6^,tt6bxnkvh2Mo@H">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="text" id="W9Z5@]@$8wlW}J`R3ni~">
                                                                         <field name="TEXT">arming</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="B">
                                                                   <block type="logic_compare" id="z9hpZKtoM^70A7Sr;8WU" inline="false">
                                                                     <field name="OP">NEQ</field>
                                                                     <value name="A">
                                                                       <block type="get_value" id="XW/dC_x+g}-MzNT9TISq">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmPin</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="get_value" id="8AR)w}^B+x{yq1Ip.:,e">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.NSPanelOwn.Alarm_PIN</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <statement name="DO0">
                                                               <block type="variables_set" id=")gJKgRZ*j$=rS?u)NBo0">
                                                                 <field name="VAR" id="z21BCrAcSmJl;/ADq)~[">NotifyText</field>
                                                                 <value name="VALUE">
                                                                   <block type="text_join" id="1]U2/5i@v%[sDn,EF_@A">
                                                                     <mutation items="7"></mutation>
                                                                     <value name="ADD0">
                                                                       <block type="text_multiline" id="VXJAm_V+(9+L5M6Ya!LX">
                                                                         <field name="TEXT">PIN-Prüfung für die Alarm Aktivierung ist fehl-geschlagen. </field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD1">
                                                                       <block type="text_newline" id="wt/QLG4y`?2L6d1w-$gW">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD2">
                                                                       <block type="text_newline" id="j$DlHivy}5A#z%lQNZ1p">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD3">
                                                                       <block type="text" id="p3(R.$]@}P,2`RI$^S]7">
                                                                         <field name="TEXT">Bitte geben Sie die richtige PIN ein. </field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD4">
                                                                       <block type="text_newline" id="byjnvx;%?[O,^6l:PH;I">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD5">
                                                                       <block type="text_newline" id="Tq`46BlXWH/k_xjWp%+u">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD6">
                                                                       <block type="text" id="gf_|G?Y]T)my1-+U-_cg">
                                                                         <field name="TEXT">Die Alarm-Funktion wird nicht aktiviert!!!</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="debug" id=";K,gLAfyec`Hk!yt=3oI">
                                                                     <field name="Severity">log</field>
                                                                     <value name="TEXT">
                                                                       <shadow type="text" id=",Y8hu}9qWKZ$]^B7A^.Y">
                                                                         <field name="TEXT">Logpunkt: EOS</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <next>
                                                                       <block type="control" id="rY{t}:)PL;jRe2{BFjqN">
                                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                         <field name="WITH_DELAY">TRUE</field>
                                                                         <field name="DELAY_MS">1000</field>
                                                                         <field name="UNIT">ms</field>
                                                                         <field name="CLEAR_RUNNING">TRUE</field>
                                                                         <value name="VALUE">
                                                                           <block type="text" id="@w%s+j7C27NHj)7)PTi{">
                                                                             <field name="TEXT">disarmed</field>
                                                                           </block>
                                                                         </value>
                                                                         <next>
                                                                           <block type="timeouts_wait" id="cqF_/Gv6}_Ja:kn$,TgI">
                                                                             <field name="DELAY">500</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <next>
                                                                               <block type="procedures_callnoreturn" id="8Wz)b{s9GWBk8phr_v?+">
                                                                                 <mutation name="PopupNotifyPage"></mutation>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </statement>
                                                             <value name="IF1">
                                                               <block type="logic_operation" id="rac/`EKn}ES5217UOdNj" inline="false">
                                                                 <field name="OP">AND</field>
                                                                 <value name="A">
                                                                   <block type="logic_compare" id=":FH~8jpIy^[Wq5m7I2#i">
                                                                     <field name="OP">EQ</field>
                                                                     <value name="A">
                                                                       <block type="get_value" id="R3_D.M$myMPZXOQKc*93">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="text" id="grZhueq]1YSoGF}Q#4|B">
                                                                         <field name="TEXT">arming</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="B">
                                                                   <block type="logic_compare" id="08(3wUt:|2D6[BkR!nDO" inline="false">
                                                                     <field name="OP">EQ</field>
                                                                     <value name="A">
                                                                       <block type="get_value" id="]t28}qbL1);v`*zw2|Tg">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmPin</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="get_value" id="-sd/N]+9iB4c)zF6{/cF">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.NSPanelOwn.Alarm_PIN</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <statement name="DO1">
                                                               <block type="variables_set" id="^C=Fv%^sId|JDUb?m_|%">
                                                                 <field name="VAR" id="z21BCrAcSmJl;/ADq)~[">NotifyText</field>
                                                                 <value name="VALUE">
                                                                   <block type="text_join" id="v?{;Awxx;^IMifLi35fy">
                                                                     <mutation items="4"></mutation>
                                                                     <value name="ADD0">
                                                                       <block type="text_multiline" id="k.E$_-{Bi_c9(bA)^/Y;">
                                                                         <field name="TEXT">PIN-Prüfung für die Alarm Aktivierung war erfolgreich.</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD1">
                                                                       <block type="text_newline" id="2,BRyz!Jl.zt^7vzlK3L">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD2">
                                                                       <block type="text_newline" id="N^Z_EAaBtkiwyaSJmLfG">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD3">
                                                                       <block type="text" id="e%:caDOXegY.yG0Hw(xm">
                                                                         <field name="TEXT">Die Alarm-Funktion wird aktiviert!!!</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="debug" id="c@wu^=Q4}`{8k1{DJaGH">
                                                                     <field name="Severity">log</field>
                                                                     <value name="TEXT">
                                                                       <shadow type="text" id="B}H;fXknaEp0U`,R@%$T">
                                                                         <field name="TEXT">Logpunkt: PIN OK</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <next>
                                                                       <block type="controls_if" id="=_e7bf!`Q]$tg*0U1_2F">
                                                                         <mutation elseif="1"></mutation>
                                                                         <value name="IF0">
                                                                           <block type="logic_compare" id="0_9gv(MmSSJ{2a$j{}(P">
                                                                             <field name="OP">EQ</field>
                                                                             <value name="A">
                                                                               <block type="on_source" id="H$WWrxxX|NaWkT%W]g!Z">
                                                                                 <field name="ATTR">state.val</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="B">
                                                                               <block type="text" id="_TnyjJ5x!)JY~rQ:Opj)">
                                                                                 <field name="TEXT">arming</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <statement name="DO0">
                                                                           <block type="control" id="eO}0c$0s~08Di)?sMM0(">
                                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                             <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                             <field name="DELAY_MS">1000</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <field name="CLEAR_RUNNING">TRUE</field>
                                                                             <value name="VALUE">
                                                                               <block type="text" id="J(va8~n[/dogNBn!W].I">
                                                                                 <field name="TEXT">armed</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </statement>
                                                                         <value name="IF1">
                                                                           <block type="logic_compare" id="]p3s+ouB~BJkfd:e)G:(">
                                                                             <field name="OP">EQ</field>
                                                                             <value name="A">
                                                                               <block type="on_source" id=":n]Z,t6+q#-l_hP+MEI@">
                                                                                 <field name="ATTR">state.val</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="B">
                                                                               <block type="text" id="([Ep{MPBu5s.C-lOdHgr">
                                                                                 <field name="TEXT">pending</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <statement name="DO1">
                                                                           <block type="control" id="s77gpG^9o0A)T{f}{#,c">
                                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                             <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                             <field name="DELAY_MS">1000</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <field name="CLEAR_RUNNING">TRUE</field>
                                                                             <value name="VALUE">
                                                                               <block type="text" id="4DC5l(?mcdlhZ/jIumty">
                                                                                 <field name="TEXT">disarmed</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </statement>
                                                                         <next>
                                                                           <block type="timeouts_wait" id="bQ.:4P}@:,=bW3yP)wmF">
                                                                             <field name="DELAY">500</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <next>
                                                                               <block type="procedures_callnoreturn" id="q|j}Y|dPB1vuaMb1:Qeq">
                                                                                 <mutation name="PopupNotifyPage"></mutation>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </statement>
                                                             <value name="IF2">
                                                               <block type="logic_compare" id="83@!o]ZfR%d/+HrM:?Px">
                                                                 <field name="OP">EQ</field>
                                                                 <value name="A">
                                                                   <block type="get_value" id="Z3#uE]AwqWO+@u!)RIjk">
                                                                     <field name="ATTR">val</field>
                                                                     <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="B">
                                                                   <block type="text" id="2~~va?/IDi^Ypc,}KiuX">
                                                                     <field name="TEXT">pending</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <statement name="DO2">
                                                               <block type="variables_set" id=")P;l6HQGS6E,,{DcCmDH">
                                                                 <field name="VAR" id="z21BCrAcSmJl;/ADq)~[">NotifyText</field>
                                                                 <value name="VALUE">
                                                                   <block type="text_join" id="C`~=:fBHFHPTK$5!Do?Y">
                                                                     <mutation items="4"></mutation>
                                                                     <value name="ADD0">
                                                                       <block type="text_multiline" id="`8(`S*ZU#er6xK.uSyQy">
                                                                         <field name="TEXT">PIN-Prüfung für die Alarm Deaktivierung war erfolgreich.</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD1">
                                                                       <block type="text_newline" id="N$9=1_Y_d`jG}z_ezHDw">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD2">
                                                                       <block type="text_newline" id="aa+.*ucZi~n./QFb[Q6E">
                                                                         <field name="Type">\r\n</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD3">
                                                                       <block type="text" id="HG6r-m8hCZn+m{Q#roy/">
                                                                         <field name="TEXT">Die Alarm-Funktion wird deaktiviert!!!</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="debug" id="LD5HfUw{K0zCgSC$5~Ar">
                                                                     <field name="Severity">log</field>
                                                                     <value name="TEXT">
                                                                       <shadow type="text" id="h|bFzIP|UcnWd`9c*5K!">
                                                                         <field name="TEXT">Logpunkt: Alarm AUS</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <next>
                                                                       <block type="controls_if" id="dFwBp8[eCMd(@G1,T4.y">
                                                                         <mutation elseif="1"></mutation>
                                                                         <value name="IF0">
                                                                           <block type="logic_compare" id="=8kjS[uW}NL);z}QvB^g">
                                                                             <field name="OP">EQ</field>
                                                                             <value name="A">
                                                                               <block type="on_source" id="2SA1/;Y5^hEGyqGJP_d(">
                                                                                 <field name="ATTR">state.val</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="B">
                                                                               <block type="text" id="T:dwGd$$/2a0dyOohVx%">
                                                                                 <field name="TEXT">arming</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <statement name="DO0">
                                                                           <block type="control" id="Ja${;k%.vJPh2q+:kynt">
                                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                             <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                             <field name="DELAY_MS">1000</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <field name="CLEAR_RUNNING">TRUE</field>
                                                                             <value name="VALUE">
                                                                               <block type="text" id="rkhkv?PiK-=:z?VZ1lmo">
                                                                                 <field name="TEXT">armed</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </statement>
                                                                         <value name="IF1">
                                                                           <block type="logic_compare" id="7qD(L!UIQAXA/Ob)gaC.">
                                                                             <field name="OP">EQ</field>
                                                                             <value name="A">
                                                                               <block type="on_source" id="18v(}qF.UI}t]J[*]1dD">
                                                                                 <field name="ATTR">state.val</field>
                                                                               </block>
                                                                             </value>
                                                                             <value name="B">
                                                                               <block type="text" id="lj/OD_Bw;l3n?}OTYkA.">
                                                                                 <field name="TEXT">pending</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <statement name="DO1">
                                                                           <block type="control" id="|:m({E)piC98ogW[zzv(">
                                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                                             <field name="OID">0_userdata.0.NSPanel.1.Alarm.AlarmState</field>
                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                             <field name="DELAY_MS">1000</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <field name="CLEAR_RUNNING">TRUE</field>
                                                                             <value name="VALUE">
                                                                               <block type="text" id="dv6kxsV6jco(_c1UhG,Z">
                                                                                 <field name="TEXT">disarmed</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </statement>
                                                                         <next>
                                                                           <block type="timeouts_wait" id="{mk+%a]D|4}``9ka#(Mf">
                                                                             <field name="DELAY">500</field>
                                                                             <field name="UNIT">ms</field>
                                                                             <next>
                                                                               <block type="procedures_callnoreturn" id="0V:m,*]:gbCAxBt:^={C">
                                                                                 <mutation name="PopupNotifyPage"></mutation>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </statement>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                           </block>
                                           <block type="procedures_defnoreturn" id="d@]*oWnF~Qy+?%ICZT60" x="-1262" y="1612">
                                             <field name="NAME">PopupNotifyPage</field>
                                             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                             <statement name="STACK">
                                               <block type="update" id="9rZUdykHHKT+Kjrgx6|Z">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyHeading</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="text" id="PWqQYl^EYacUuX5fM^Z#">
                                                     <field name="TEXT">PIN Prüfung</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="update" id="XY(G}B=jCg(x8x:SgqEu">
                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                     <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyText</field>
                                                     <field name="WITH_DELAY">FALSE</field>
                                                     <value name="VALUE">
                                                       <block type="variables_get" id="C7$#ZI-Mb2uSKQX:r$JB">
                                                         <field name="VAR" id="z21BCrAcSmJl;/ADq)~[">NotifyText</field>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="update" id="w0#aLxgbgkZ~^+3_2lff">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                         <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName</field>
                                                         <field name="WITH_DELAY">TRUE</field>
                                                         <field name="DELAY_MS">800</field>
                                                         <field name="UNIT">ms</field>
                                                         <field name="CLEAR_RUNNING">FALSE</field>
                                                         <value name="VALUE">
                                                           <block type="math_random_float" id="C5/h)jq=yPM?,9J=(w65"></block>
                                                         </value>
                                                         <next>
                                                           <block type="update" id="saFfY+5y6Y..#G5^CA$S">
                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                             <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyButton1Text</field>
                                                             <field name="WITH_DELAY">FALSE</field>
                                                             <value name="VALUE">
                                                               <block type="text" id="kkpU;l:U$Q!c1.sZGGn0">
                                                                 <field name="TEXT"></field>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="update" id="umS%DW#p1jkkRLn5N+RL">
                                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                 <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyButton2Text</field>
                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                 <value name="VALUE">
                                                                   <block type="text" id="azRNP@I}sP9P$[xv!(V=">
                                                                     <field name="TEXT">OK</field>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="update" id="c#SQa6+.3NhqMvsRJVO+">
                                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                     <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifySleepTimeout</field>
                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="math_number" id="VH-ysksu6V8,2E#pI~~#">
                                                                         <field name="NUM">0</field>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="update" id="$-(0na.*J|I[od?gb7r1">
                                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyAction</field>
                                                                         <field name="WITH_DELAY">FALSE</field>
                                                                         <value name="VALUE">
                                                                           <block type="logic_boolean" id="Yuyf*1`7Ca]Sk3;|X1*G">
                                                                             <field name="BOOL">TRUE</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                           </block>
                                           <block type="procedures_defnoreturn" id="4f^CkoNRlWgl`Y@.)Lz." x="-1263" y="1937">
                                             <field name="NAME">PopupNotifyPageErase</field>
                                             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                             <statement name="STACK">
                                               <block type="update" id="Z^zTdm6yUE4t2^wSz5}x">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyAction</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id="Q#M,=uCcCFRQp;/Mf`_C">
                                                     <field name="BOOL">TRUE</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="update" id="KXE%E#jPf$bV~_chjghB">
                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                     <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyHeading</field>
                                                     <field name="WITH_DELAY">FALSE</field>
                                                     <value name="VALUE">
                                                       <block type="text" id="OH~RIIi,%hleZ%0}lmdH">
                                                         <field name="TEXT"></field>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="update" id="4,IH@|:r5W3_5#h_.@@/">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                         <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyText</field>
                                                         <field name="WITH_DELAY">FALSE</field>
                                                         <value name="VALUE">
                                                           <block type="text" id="s}g~!.sK-}4H|%cJm|[S">
                                                             <field name="TEXT"></field>
                                                           </block>
                                                         </value>
                                                         <next>
                                                           <block type="update" id="_@`~mvZ!tKXuy$Cg[C?%">
                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                             <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyText</field>
                                                             <field name="WITH_DELAY">FALSE</field>
                                                             <value name="VALUE">
                                                               <block type="text" id="Rs8wr?`x@5Mbo:gSE=WM">
                                                                 <field name="TEXT"></field>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="update" id="$6QuM_9.+`4whwGAOC@?">
                                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                 <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName</field>
                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                 <value name="VALUE">
                                                                   <block type="text" id=":vSzTYaAM{VX]7dsbnU%">
                                                                     <field name="TEXT"></field>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="update" id="R+;JjYSFF8QL2e}9]:MH">
                                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                     <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyButton1Text</field>
                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="text" id="vIkb.}`BQ~i}/d.b.0|a">
                                                                         <field name="TEXT"></field>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="update" id="xCcdvWuD#=;6)Jn.#(.l">
                                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                         <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifyButton2Text</field>
                                                                         <field name="WITH_DELAY">FALSE</field>
                                                                         <value name="VALUE">
                                                                           <block type="text" id="HB=xnP9xEbxHUg-B0h.}">
                                                                             <field name="TEXT"></field>
                                                                           </block>
                                                                         </value>
                                                                         <next>
                                                                           <block type="update" id="(jn:VY?~x~paL9J^mx!i">
                                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                             <field name="OID">0_userdata.0.NSPanel.1.popupNotify.popupNotifySleepTimeout</field>
                                                                             <field name="WITH_DELAY">FALSE</field>
                                                                             <value name="VALUE">
                                                                               <block type="math_number" id="JQJ_Rj2Rd,U-?Q@;Ge^$">
                                                                                 <field name="NUM">0</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                           </block>
                                          </xml>
                                          

                                          NSPanel Dokumentation im GitHub Wiki:

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

                                          N 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          247

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe