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.0k

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

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

Sonoff NSPanel

Scheduled Pinned Locked Moved Hardware
1.5k Posts 78 Posters 636.4k 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.
  • T TS

    @armilar sagte in Sonoff NSPanel:

    @ts sagte in Sonoff NSPanel:

    @kuckuckmann sagte in Sonoff NSPanel:

    @ts
    Was ist Buzzer?

    Geh in deine Tasmota Oberfläche, da in die Konsole und gib den Befehl

    Buzzer 1
    

    ein. Das führt zum "Piep" Ton. Oder das Beispiel von Tasmota selber

    Buzzer 1,2,3,0xF54
    

    https://tasmota.github.io/docs/Buzzer/

    Ja man lernt nie aus 😉

    Hilft die das?

    rule3 on CustomSend do Buzzer 1 endon
    rule3 1
    

    für den Anfang und zum verfeinern?

    Wunderbar- jetzt hat es geklappt.
    "on CustomSend" ist nix, das wird ja auch ausgeführt, wenn die Zeit, das Wetter etc. geschickt werden. Aber mit

    rule3 on CustomRecv do Buzzer 1 endon
    

    ist es was geworden. Danke dir! 👍

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

    @ts sagte in Sonoff NSPanel:

    @armilar sagte in Sonoff NSPanel:

    @ts sagte in Sonoff NSPanel:

    @kuckuckmann sagte in Sonoff NSPanel:

    @ts
    Was ist Buzzer?

    Geh in deine Tasmota Oberfläche, da in die Konsole und gib den Befehl

    Buzzer 1
    

    ein. Das führt zum "Piep" Ton. Oder das Beispiel von Tasmota selber

    Buzzer 1,2,3,0xF54
    

    https://tasmota.github.io/docs/Buzzer/

    Ja man lernt nie aus 😉

    Hilft die das?

    rule3 on CustomSend do Buzzer 1 endon
    rule3 1
    

    für den Anfang und zum verfeinern?

    Wunderbar- jetzt hat es geklappt.
    "on CustomSend" ist nix, das wird ja auch ausgeführt, wenn die Zeit, das Wetter etc. geschickt werden. Aber mit

    rule3 on CustomRecv do Buzzer 1 endon
    

    ist es was geworden. Danke dir! 👍

    Gerne, wieder etwas gelernt und das kommt auch in die github Wiki

    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 Offline
      K Offline
      Kuckuckmann
      wrote on last edited by
      #1402

      Für @Armilar

      Die DP für Googel Home Player:

      cc70f47e-8bd1-4687-b7f8-0b9c27fb2b21-image.png

      NSPanel Dokumentation im GitHub Wiki:

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

      N 1 Reply Last reply
      0
      • M Offline
        M Offline
        Meister Petz
        wrote on last edited by Meister Petz
        #1403

        Guten Morgen,

        ist es möglich, dass 0_userdata.0.NSPanel.1.popupNotify.popupNotifyText auf dem Panel als Lauftext im Screensaver ausgegeben wird?

        Hintergrund:
        Ich lasse mir dort aktuell Wetterwarnungen aus dem DWD Adapter anzeigen, aber hierfür ist die Zeichenanzahl der darstellbaren Textes zu kurz.

        ArmilarA 1 Reply Last reply
        0
        • M Meister Petz

          Guten Morgen,

          ist es möglich, dass 0_userdata.0.NSPanel.1.popupNotify.popupNotifyText auf dem Panel als Lauftext im Screensaver ausgegeben wird?

          Hintergrund:
          Ich lasse mir dort aktuell Wetterwarnungen aus dem DWD Adapter anzeigen, aber hierfür ist die Zeichenanzahl der darstellbaren Textes zu kurz.

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

          @meister-petz sagte in Sonoff NSPanel:

          Guten Morgen,

          ist es möglich, dass 0_userdata.0.NSPanel.1.popupNotify.popupNotifyText auf dem Panel als Lauftext im Screensaver ausgegeben wird?

          Hintergrund:
          Ich lasse mir dort aktuell Wetterwarnungen aus dem DWD Adapter anzeigen, aber hierfür ist die Zeichenanzahl der darstellbaren Textes zu kurz.

          Lauftext ist leider im Feld "0_userdata.0.NSPanel.1.ScreensaverInfo.popupNotifyText" (Das wäre der Screensaver Datenpunkt) nicht möglich. Zumindest nicht wirklich flüssig. Da die Zeichen mit entsprechendem Delay abgeschnitten und wieder angehängt werden müssten und dann jedes mal (mit jedem Buchstabenwechsel) der Screensaver neu gerendert werden müsste

          Alternativer Lösungsvorschlag:
          Über den "0_userdata.0.NSPanel.1.popupNotify.popupNotifyText" müsste die Länge doch in den meisten Fällen ausreichen und wird auch nicht ausgeblendet, wenn "0_userdata.0.NSPanel.1.popupNotify.popupNotifySleepTimeout" auf 0 steht.

          Eigentlich würde es ja schon reichen, wenn im Screensaver folgendes steht:
          0_userdata.0.NSPanel.1.ScreensaverInfo.popupNotifyHeading: --> "DWD Warnung"
          0_userdata.0.NSPanel.1.ScreensaverInfo.popupNotifyText: --> dwd.0.warning.headline

          Wenn man nun auf einen Alias "Taste" (DWD) drückt, wird ein 0_userdata-Datenpunkt aktualisiert und ein externes Programm befüllt die popUpNotify Felder. Der Text sollte zumindest ausreichen.

          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

            Für @Armilar

            Die DP für Googel Home Player:

            cc70f47e-8bd1-4687-b7f8-0b9c27fb2b21-image.png

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

            @kuckuckmann
            Welchen iob Adapter nutzt du für Google Home?

            ArmilarA 1 Reply Last reply
            0
            • N niiccooo1

              @kuckuckmann
              Welchen iob Adapter nutzt du für Google Home?

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

              @niiccooo1 sagte in Sonoff NSPanel:

              @kuckuckmann
              Welchen iob Adapter nutzt du für Google Home?

              Ich Antworte schonmal 😉

              chromecast.0.

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

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

              ArmilarA 1 Reply Last reply
              1
              • ArmilarA Armilar

                @niiccooo1 sagte in Sonoff NSPanel:

                @kuckuckmann
                Welchen iob Adapter nutzt du für Google Home?

                Ich Antworte schonmal 😉

                chromecast.0.

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

                Inspiriert durch @Meister-Petz habe ich mal ein Blockly erstellt, dass die Nachrichten des Deutschen Wetterdienstes an unterschiedliche NSPanel sendet... Vielleicht kann es ja jemand gebrauchen:

                4e4cfdcf-a71e-4bbc-a241-81df6e385ecf-image.png


                <xml xmlns="https://developers.google.com/blockly/xml">
                <variables>
                <variable id="VC{%szTBZ]@G*_Z1kd=p">NSPanel_Path</variable>
                <variable id="7-~%q%O+i,p)gd]2E]u%">i</variable>
                </variables>
                <block type="comment" id=".H8cu)X4;0/ELXg0~!2" x="-212" y="-137"> <field name="COMMENT">1.) DWD-Adapter muss installiert sein!</field> <next> <block type="comment" id="cMAJA*6Mucx!}~#*FItV"> <field name="COMMENT">2.) Anpassen: Pfade deiner NSPanel 1-n</field> <next> <block type="comment" id="I,l}p*+|7)O*7iDhs{C{"> <field name="COMMENT">wenn mehr NSPanel dann Liste erweitern</field> <next> <block type="comment" id="z#bI#s:k[=wnRjs?t=M">
                <field name="COMMENT">wenn weniger NSPanel dann Liste verkürzen</field>
                <next>
                <block type="variables_set" id="IZv),n_W8%BJqvjwFH60">
                <field name="VAR" id="VC{%szTBZ]@G*Z1kd=p">NSPanel_Path</field>
                <value name="VALUE">
                <block type="lists_create_with" id="hbVUA-n,wK$8EN8v9M2x">
                <mutation items="3"></mutation>
                <value name="ADD0">
                <block type="text" id="^nQ3=mooLvr$lZ;cPu!t">
                <field name="TEXT">0.userdata.0.NSPanel.1.</field>
                </block>
                </value>
                <value name="ADD1">
                <block type="text" id="X!Pp5k{{2N5^~VZ24!X{">
                <field name="TEXT">0.userdata.0.NSPanel.2.</field>
                </block>
                </value>
                <value name="ADD2">
                <block type="text" id="htgZqn!7]yOK?I%{#m9D">
                <field name="TEXT">0.userdata.0.NSPanel.EMU.</field>
                </block>
                </value>
                </block>
                </value>
                <next>
                <block type="comment" id="}C)!uPDDrlP+Z_ZZxCTP">
                <field name="COMMENT">Trigger auf dwd.0.warning.headline</field>
                <next>
                <block type="on_ext" id="?o?W:(X@bTJ~te|=L*A"> <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="o;@Yb+8-u0:)}3FV/ayZ"> <field name="oid">default</field> </shadow> <block type="field_oid" id="en?eq5J4w5-U^CGl=+Iq"> <field name="oid">dwd.0.warning.headline</field> </block> </value> <statement name="STATEMENT"> <block type="controls_forEach" id="cY44Jgg1PYPJ54ee{d2t"> <field name="VAR" id="7-~%q%O+i,p)gd]2E]u%">i</field> <value name="LIST"> <block type="variables_get" id="g.tPwvave?zcNnhoj#.o"> <field name="VAR" id="VC{%szTBZ]@G*_Z1kd=p">NSPanel_Path</field> </block> </value> <statement name="DO"> <block type="controls_if" id="QPGGF3MVC*NdY!,Moey?"> <value name="IF0"> <block type="logic_compare" id="}r2=99u*N|9-V+V=o?E">
                <field name="OP">GT</field>
                <value name="A">
                <block type="text_length" id="(TJ!yd2sS0(/Sk_iE1;">
                <value name="VALUE">
                <shadow type="text" id="ynMYy4ITGRb%9Q-7A6^n">
                <field name="TEXT">abc</field>
                </shadow>
                <block type="on_source" id=";)N
                ~d3E+|T|z{Fyxp%#">
                <field name="ATTR">state.val</field>
                </block>
                </value>
                </block>
                </value>
                <value name="B">
                <block type="math_number" id="Vw,J0v/)7719Hc@+Fi=x">
                <field name="NUM">0</field>
                </block>
                </value>
                </block>
                </value>
                <statement name="DO0">
                <block type="comment" id="PX+4_x%y+g1GWg+Ug6R">
                <field name="COMMENT">ScreensaverInfo.popupNotifyHeading</field>
                <next>
                <block type="control_ex" id="o7P*;1Ttxs*C/e.0Pn88" inline="true">
                <field name="TYPE">false</field>
                <field name="CLEAR_RUNNING">FALSE</field>
                <value name="OID">
                <shadow type="field_oid" id="@?zbekjnHNiqZ.?:UZ,"> <field name="oid">Object ID</field> </shadow> <block type="text_join" id="VAdQl$ZWG@WOy_,rcu6%"> <mutation items="2"></mutation> <value name="ADD0"> <block type="variables_get" id="YT;mRR_H6+t{J~}QU_E/"> <field name="VAR" id="7-~%q%O+i,p)gd]2E]u%">i</field> </block> </value> <value name="ADD1"> <block type="text" id="^7!wIf6=?EvYr$SoR^P">
                <field name="TEXT">ScreensaverInfo.popupNotifyHeading</field>
                </block>
                </value>
                </block>
                </value>
                <value name="VALUE">
                <shadow type="logic_boolean" id="4]C|sQYZbuEUMP]xH-Ab">
                <field name="BOOL">TRUE</field>
                </shadow>
                <block type="text" id="+(i@.kA
                ,fI(I2w-ZHuo">
                <field name="TEXT">Deutscher Wetterdienst</field>
                </block>
                </value>
                <value name="DELAY_MS">
                <shadow type="math_number" id="rDN^aNATSKF-a=?gO?Ww">
                <field name="NUM">0</field>
                </shadow>
                </value>
                <next>
                <block type="comment" id="TG}L5iTO?~|;AN-yf?NV">
                <field name="COMMENT">ScreensaverInfo.popupNotifyText</field>
                <next>
                <block type="control_ex" id="q/ci(sG(Vxs+s07bvr]b" inline="true">
                <field name="TYPE">false</field>
                <field name="CLEAR_RUNNING">FALSE</field>
                <value name="OID">
                <shadow type="field_oid">
                <field name="oid">Object ID</field>
                </shadow>
                <block type="text_join" id="IoU
                ]L/3.jrEgMe=(I)K">
                <mutation items="2"></mutation>
                <value name="ADD0">
                <block type="variables_get" id="EXcC{bR:k@EwC!QkJ)YQ">
                <field name="VAR" id="7-~%q%O+i,p)gd]2E]u%">i</field>
                </block>
                </value>
                <value name="ADD1">
                <block type="text" id="+Zex[j7epd,T21~*k6-"> <field name="TEXT">ScreensaverInfo.popupNotifyText</field> </block> </value> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="0{J_-SZvB.zu]ETOXlH/"> <field name="BOOL">TRUE</field> </shadow> <block type="on_source" id="5?IF}*4XhhK0PN3[wD!z"> <field name="ATTR">state.val</field> </block> </value> <value name="DELAY_MS"> <shadow type="math_number" id="pJ2jr~?.G0YB;6r]?S=">
                <field name="NUM">0</field>
                </shadow>
                </value>
                </block>
                </next>
                </block>
                </next>
                </block>
                </next>
                </block>
                </statement>
                </block>
                </statement>
                </block>
                </statement>
                </block>
                </next>
                </block>
                </next>
                </block>
                </next>
                </block>
                </next>
                </block>
                </next>
                </block>
                </next>
                </block>
                </xml>

                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 sagte in Sonoff NSPanel:

                  @kuckuckmann said in Sonoff NSPanel:

                  @tklein sagte in Sonoff NSPanel:

                  Besteht die Möglicheit, auch ein PopUp anzeigen zu lassen, auch wenn nicht der Ruhebildschirm angezeigt wird?

                  Ja, die popupNotify Page kannst Du immer öffnen lassen, Du musst nur via Skript die Datenpunkte befüllen.
                  Du kannst Dir dazu mal das erweiterte Beispiel in der Wiki FAQ & Anleitung ansehen zur Alarmpage. Da habe ich ganz viel mit den Popups gearbeitet.

                  Deine erste Frage interessiert mich auch. Hoffen wir mal das @Armilar uns das beantworten kann.

                  LG

                  thx, dann werde ich mal schauen, wie ich das popup anzeigen lassen kann, auch wenn ich auf dem display am navigieren bin. sind das die gleichen datenpunkte wie für das popup im ruhebildschirm?

                  Das sind die Datenpunte in dem Pfad: 0_userdata.0.NSPanel.1.popupNotify

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

                  @kuckuckmann said in Sonoff NSPanel:

                  @tklein sagte in Sonoff NSPanel:

                  @kuckuckmann said in Sonoff NSPanel:

                  @tklein sagte in Sonoff NSPanel:

                  Besteht die Möglicheit, auch ein PopUp anzeigen zu lassen, auch wenn nicht der Ruhebildschirm angezeigt wird?

                  Ja, die popupNotify Page kannst Du immer öffnen lassen, Du musst nur via Skript die Datenpunkte befüllen.
                  Du kannst Dir dazu mal das erweiterte Beispiel in der Wiki FAQ & Anleitung ansehen zur Alarmpage. Da habe ich ganz viel mit den Popups gearbeitet.

                  Deine erste Frage interessiert mich auch. Hoffen wir mal das @Armilar uns das beantworten kann.

                  LG

                  thx, dann werde ich mal schauen, wie ich das popup anzeigen lassen kann, auch wenn ich auf dem display am navigieren bin. sind das die gleichen datenpunkte wie für das popup im ruhebildschirm?

                  Das sind die Datenpunte in dem Pfad: 0_userdata.0.NSPanel.1.popupNotify

                  danke, gibt es da schon eine doku zu?

                  4ee3f354-b197-439e-99e9-0146f4fd38cf-grafik.png

                  Wenn ich NotifyAction auf true setze, popt nix auf.
                  Welche Request Typen gibt es eigentlich?

                  T 1 Reply Last reply
                  0
                  • S SmartOtto

                    Ich habe das Problem, dass das Navigieren zwischen den einzelnen Seiten teilweise nicht funktioniert. Man drückt den Vor- oder Zurückbutton, aber es funktionier einfach nicht.
                    Der Fehler tritt ab der dritten Seite aus, Hat man nur zwei Seiten funktioniert alles prima (inkl. subPages).
                    Ist das Problem nur bei mir?

                    Gruß
                    Otto

                    S Offline
                    S Offline
                    SmartOtto
                    wrote on last edited by
                    #1409

                    Ich habe den Fehler gefunden.
                    Mein MQTT Client hat die Meldung nicht weitergeleitet, da der Haken bei "Nur bei Änderungen publizieren" gesetzt war.
                    MQTT Client Settings.png

                    1 Reply Last reply
                    0
                    • T tklein

                      @kuckuckmann said in Sonoff NSPanel:

                      @tklein sagte in Sonoff NSPanel:

                      @kuckuckmann said in Sonoff NSPanel:

                      @tklein sagte in Sonoff NSPanel:

                      Besteht die Möglicheit, auch ein PopUp anzeigen zu lassen, auch wenn nicht der Ruhebildschirm angezeigt wird?

                      Ja, die popupNotify Page kannst Du immer öffnen lassen, Du musst nur via Skript die Datenpunkte befüllen.
                      Du kannst Dir dazu mal das erweiterte Beispiel in der Wiki FAQ & Anleitung ansehen zur Alarmpage. Da habe ich ganz viel mit den Popups gearbeitet.

                      Deine erste Frage interessiert mich auch. Hoffen wir mal das @Armilar uns das beantworten kann.

                      LG

                      thx, dann werde ich mal schauen, wie ich das popup anzeigen lassen kann, auch wenn ich auf dem display am navigieren bin. sind das die gleichen datenpunkte wie für das popup im ruhebildschirm?

                      Das sind die Datenpunte in dem Pfad: 0_userdata.0.NSPanel.1.popupNotify

                      danke, gibt es da schon eine doku zu?

                      4ee3f354-b197-439e-99e9-0146f4fd38cf-grafik.png

                      Wenn ich NotifyAction auf true setze, popt nix auf.
                      Welche Request Typen gibt es eigentlich?

                      T Offline
                      T Offline
                      TT-Tom
                      wrote on last edited by TT-Tom
                      #1410

                      @tklein sagte in Sonoff NSPanel:

                      Wenn ich NotifyAction auf true setze, popt nix auf.

                      der Datenpunkt ist die Rückmeldung vom Panel

                      Welche Request Typen gibt es eigentlich?

                      wo kommt dieser Datenpunkt her, habe ich was verpasst??

                      das Popup meldet sich wenn der Datenpunkt
                      0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName
                      sich ändert.
                      Auszug aus dem Script

                        // popupNotify - Notification an separate Seite
                          on({ id: [popupNotifyInternalName], change: 'ne' }, async (obj) => {
                              var notification = 'entityUpdateDetail' + '~'
                                  + getState(popupNotifyInternalName).val + '~'
                                  + getState(popupNotifyHeading).val + '~'
                                  + '65504' + '~' // Farbe Headline - gelb
                                  + getState(popupNotifyButton1Text).val + '~'
                                  + '63488' + '~' // Farbe Button1 - rot
                                  + getState(popupNotifyButton2Text).val + '~'
                                  + '2016' + '~' // Farbe Button2 - grün
                                  + getState(popupNotifyText).val + '~'
                                  + '65535' + '~' // Farbe Text - weiß
                                  + getState(popupNotifySleepTimeout).val;
                      
                              setIfExists(config.panelSendTopic, 'pageType~popupNotify');
                              setIfExists(config.panelSendTopic, notification);
                          });
                      

                      Hier wird die Rückmeldung (notifyaction) ausgewertet, es sind schon 3 interne Namen definiert.

                      on({ id: NSPanel_Path + 'popupNotify.popupNotifyAction', change: 'any' }, async function (obj) {
                          const val = obj.state ? obj.state.val : false;
                      
                          if (!val) {
                              manually_Update = false;
                              if (Debug) console.log('Es wurde Button1 gedrückt');
                          } else if (val) {
                              if (manually_Update) {
                                  const internalName = getState(NSPanel_Path + 'popupNotify.popupNotifyInternalName').val;
                      
                                  if (internalName == 'TasmotaFirmwareUpdate') {
                                      update_tasmota_firmware();
                                  } else if (internalName == 'BerryDriverUpdate') {
                                      update_berry_driver_version();
                                  } else if (internalName == 'TFTFirmwareUpdate') {
                                      update_tft_firmware();
                                  }
                              }
                      
                              if (Debug) console.log('Es wurde Button2 gedrückt');
                          }
                      });
                      

                      Gruß Tom
                      https://github.com/tt-tom17
                      Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

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

                      NSPanel Adapter Wiki
                      https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                      T 1 Reply Last reply
                      0
                      • T TT-Tom

                        @tklein sagte in Sonoff NSPanel:

                        Wenn ich NotifyAction auf true setze, popt nix auf.

                        der Datenpunkt ist die Rückmeldung vom Panel

                        Welche Request Typen gibt es eigentlich?

                        wo kommt dieser Datenpunkt her, habe ich was verpasst??

                        das Popup meldet sich wenn der Datenpunkt
                        0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName
                        sich ändert.
                        Auszug aus dem Script

                          // popupNotify - Notification an separate Seite
                            on({ id: [popupNotifyInternalName], change: 'ne' }, async (obj) => {
                                var notification = 'entityUpdateDetail' + '~'
                                    + getState(popupNotifyInternalName).val + '~'
                                    + getState(popupNotifyHeading).val + '~'
                                    + '65504' + '~' // Farbe Headline - gelb
                                    + getState(popupNotifyButton1Text).val + '~'
                                    + '63488' + '~' // Farbe Button1 - rot
                                    + getState(popupNotifyButton2Text).val + '~'
                                    + '2016' + '~' // Farbe Button2 - grün
                                    + getState(popupNotifyText).val + '~'
                                    + '65535' + '~' // Farbe Text - weiß
                                    + getState(popupNotifySleepTimeout).val;
                        
                                setIfExists(config.panelSendTopic, 'pageType~popupNotify');
                                setIfExists(config.panelSendTopic, notification);
                            });
                        

                        Hier wird die Rückmeldung (notifyaction) ausgewertet, es sind schon 3 interne Namen definiert.

                        on({ id: NSPanel_Path + 'popupNotify.popupNotifyAction', change: 'any' }, async function (obj) {
                            const val = obj.state ? obj.state.val : false;
                        
                            if (!val) {
                                manually_Update = false;
                                if (Debug) console.log('Es wurde Button1 gedrückt');
                            } else if (val) {
                                if (manually_Update) {
                                    const internalName = getState(NSPanel_Path + 'popupNotify.popupNotifyInternalName').val;
                        
                                    if (internalName == 'TasmotaFirmwareUpdate') {
                                        update_tasmota_firmware();
                                    } else if (internalName == 'BerryDriverUpdate') {
                                        update_berry_driver_version();
                                    } else if (internalName == 'TFTFirmwareUpdate') {
                                        update_tft_firmware();
                                    }
                                }
                        
                                if (Debug) console.log('Es wurde Button2 gedrückt');
                            }
                        });
                        
                        T Offline
                        T Offline
                        tklein
                        wrote on last edited by
                        #1411

                        @tt-tom said in Sonoff NSPanel:

                        @tklein sagte in Sonoff NSPanel:

                        Wenn ich NotifyAction auf true setze, popt nix auf.

                        der Datenpunkt ist die Rückmeldung vom Panel

                        --> da wird bei mir nix gesetzt

                        Welche Request Typen gibt es eigentlich?

                        wo kommt dieser Datenpunkt her, habe ich was verpasst??

                        --> sorry, kann ich nix zu sagen. habe ich nicht angelegt. war schon da

                        das Popup meldet sich wenn der Datenpunkt
                        0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName
                        sich ändert.
                        --> hat geklappt. vielen dank!

                        Wo/wie bekomme ich mittels einem Blockly eigentlich mit, ob z.B. Ja/Nein gedrückt wurde?

                        T 1 Reply Last reply
                        0
                        • T tklein

                          @tt-tom said in Sonoff NSPanel:

                          @tklein sagte in Sonoff NSPanel:

                          Wenn ich NotifyAction auf true setze, popt nix auf.

                          der Datenpunkt ist die Rückmeldung vom Panel

                          --> da wird bei mir nix gesetzt

                          Welche Request Typen gibt es eigentlich?

                          wo kommt dieser Datenpunkt her, habe ich was verpasst??

                          --> sorry, kann ich nix zu sagen. habe ich nicht angelegt. war schon da

                          das Popup meldet sich wenn der Datenpunkt
                          0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName
                          sich ändert.
                          --> hat geklappt. vielen dank!

                          Wo/wie bekomme ich mittels einem Blockly eigentlich mit, ob z.B. Ja/Nein gedrückt wurde?

                          T Offline
                          T Offline
                          TT-Tom
                          wrote on last edited by TT-Tom
                          #1412

                          @tklein sagte in Sonoff NSPanel:

                          @tt-tom said in Sonoff NSPanel:

                          @tklein sagte in Sonoff NSPanel:

                          Wenn ich NotifyAction auf true setze, popt nix auf.

                          der Datenpunkt ist die Rückmeldung vom Panel

                          --> da wird bei mir nix gesetzt

                          wenn du im Panel auf Ja oder Nein tippst muss sich der Status ändern true/false

                          das Popup meldet sich wenn der Datenpunkt
                          0_userdata.0.NSPanel.1.popupNotify.popupNotifyInternalName
                          sich ändert.
                          --> hat geklappt. vielen dank!

                          Wo/wie bekomme ich mittels einem Blockly eigentlich mit, ob z.B. Ja/Nein gedrückt wurde?

                          du musst auf den DP "NotifyAction" triggern, kennst du dich damit aus? du musst aber auch bedenken, das die Updatefunktion vom Panel den Notify mit nutzt. Bedeutet du musst den DP popupNotifyInternalName mit abfragen.

                          was genau möchtest du machen?

                          Gruß Tom
                          https://github.com/tt-tom17
                          Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

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

                          NSPanel Adapter Wiki
                          https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                          1 Reply Last reply
                          0
                          • ArmilarA Armilar

                            @kuckuckmann sagte in Sonoff NSPanel:

                            @Armilar

                            Beim Abfallkalender hast Du in Deinem Beispiel keine Farben bei der Definition mit angegeben. Dennoch sind auf dem Bsp. Screenshot die typischen Mülltonnenfarben zu sehen. Wo kommen die Farben denn her?

                            //Subpage 1 von Subpages_1
                            var Abfall: PageEntities =
                            {
                                "type": "cardEntities",
                                "heading": "Abfallkalender",
                                "useColor": true,
                                "subPage": true,
                                "parent": Subpages_1,
                                "items": [
                                    <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event1",icon: "trash-can"},
                                    <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event2",icon: "trash-can"},
                                    <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event3",icon: "trash-can"},
                                    <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event4",icon: "trash-can"}
                                ]
                            };
                            

                            Unsere Stadt stellt einen ical Kalender zur Verfügung.

                            var i, Muell_JSON, Event2, Color;
                            
                            function subsequenceFromStartLast(sequence, at1) {
                              var start = at1;
                              var end = sequence.length - 1 + 1;
                              return sequence.slice(start, end);
                            }
                            
                            
                            on({id: 'ical.1.data.table', change: "ne"}, async function (obj) {
                              var value = obj.state.val;
                              var oldValue = obj.oldState.val;
                              for (i = 0; i <= 3; i++) {
                                Muell_JSON = getState("ical.1.data.table").val;
                                setStateDelayed((['0_userdata.0.Abfallkalender.',parseFloat(i) + 1,'.date'].join('')), getAttr(Muell_JSON, (String(i) + '.date')), false, parseInt(((0) || "").toString(), 10), false);
                                Event2 = subsequenceFromStartLast(getAttr(Muell_JSON, (String(i) + '.event')), 8);
                                setStateDelayed((['0_userdata.0.Abfallkalender.',parseFloat(i) + 1,'.event'].join('')), Event2, false, parseInt(((0) || "").toString(), 10), false);
                                if (Event2 == 'Reststoff') {
                                  Color = 33840;
                                } else if (Event2 == 'Biotonne') {
                                  Color = 2016;
                                } else if (Event2 == 'Blaue Tonne') {
                                  Color = 31;
                                } else if (Event2 == 'Gelbe Tonne') {
                                  Color = 65504;
                                }
                                setStateDelayed((['0_userdata.0.Abfallkalender.',parseFloat(i) + 1,'.color'].join('')), Color, false, parseInt(((0) || "").toString(), 10), false);
                              }
                            });
                            

                            Das Script erstellt mir die entsprechenden Datenpunkte unter 0_userdata und dort schreibe ich auch die Farben rein, darüber liegt jeweils ein Alias vom Typ "warning"

                            Somit ist die Sortierung der nächsten Leerung dynamisch nach Datum und nicht statisch nach Tonnenfarbe.

                            Statisch lässt dich das als Alias "info" abbilden

                            S Offline
                            S Offline
                            SmartOtto
                            wrote on last edited by
                            #1413

                            @armilar Kannst Du mir bitte mal auf die Sprünge helfen. Mit Javascript kenne ich mich nicht aus.
                            Ich habe die Mülldaten im DP ical.0.data.table. Bei mir heißen die Tonnen im Kalender anders (z.B.: 'Papier (blau)')
                            Dein Script habe ich entsprechend angepasst und starte es. Allerdings legt es mir keine Datenpunkte unter 0_userdata.0.Abfallkalender an.
                            Was mache ich falsch?

                            ArmilarA T 2 Replies Last reply
                            0
                            • S SmartOtto

                              @armilar Kannst Du mir bitte mal auf die Sprünge helfen. Mit Javascript kenne ich mich nicht aus.
                              Ich habe die Mülldaten im DP ical.0.data.table. Bei mir heißen die Tonnen im Kalender anders (z.B.: 'Papier (blau)')
                              Dein Script habe ich entsprechend angepasst und starte es. Allerdings legt es mir keine Datenpunkte unter 0_userdata.0.Abfallkalender an.
                              Was mache ich falsch?

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

                              @smartotto sagte in Sonoff NSPanel:

                              @armilar Kannst Du mir bitte mal auf die Sprünge helfen. Mit Javascript kenne ich mich nicht aus.
                              Ich habe die Mülldaten im DP ical.0.data.table. Bei mir heißen die Tonnen im Kalender anders (z.B.: 'Papier (blau)')
                              Dein Script habe ich entsprechend angepasst und starte es. Allerdings legt es mir keine Datenpunkte unter 0_userdata.0.Abfallkalender an.
                              Was mache ich falsch?

                              Bei mir ist auch Papier = blau. Habe dann noch Reststoff = schwarz, Bio = grün und gelbe Tonne

                              8f91de38-a10b-4002-ad00-afb5db8fc6a6-image.png
                              Kannst du etwas mit meinem Blockly anfangen?


                              <xml xmlns="https://developers.google.com/blockly/xml">
                              <variables>
                              <variable id="h}CE-n1lS|gRf(0K%./">i</variable> <variable id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</variable> <variable id="^:v=Yb?;aM;Z[}4jCF3-">Event</variable> <variable id="9^)S?J=tLkC7cUWc-u9w">Color</variable> </variables> <block type="on_ext" id="aFeZac36,?)=rfMg%3T|" x="38" y="-287"> <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="GSzQ}epUa))me3m8yyuD"> <field name="oid">ical.1.data.table</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_for" id="wduAM(OBPzLJ@bfYAK5%"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                              <value name="FROM">
                              <shadow type="math_number" id="HK~R2U|xb$U5W+tsHpN"> <field name="NUM">0</field> </shadow> </value> <value name="TO"> <shadow type="math_number" id="Ed[L/:1e9-cwxrRaZiIv"> <field name="NUM">3</field> </shadow> </value> <value name="BY"> <shadow type="math_number" id="o@5kngFiPpvl5dGo@Q$9"> <field name="NUM">1</field> </shadow> </value> <statement name="DO"> <block type="variables_set" id="0T)vK0k8aikvg7mF6XHo"> <field name="VAR" id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</field> <value name="VALUE"> <block type="get_value" id="1~kG;UHn$nw2zzbfOIT]"> <field name="ATTR">val</field> <field name="OID">ical.1.data.table</field> </block> </value> <next> <block type="control_ex" id="UAu,2OBRJp9~Nzyxouyu"> <field name="TYPE">false</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow type="field_oid" id="J_|uu;{e44n5Z-;qE+hP"> <field name="oid">Object ID</field> </shadow> <block type="text_join" id="8/|eHqk))j9Po-O*mKe">
                              <mutation items="3"></mutation>
                              <value name="ADD0">
                              <block type="text" id="Zp8GRfdfXujkeM41=PeZ">
                              <field name="TEXT">0_userdata.0.Abfallkalender.</field>
                              </block>
                              </value>
                              <value name="ADD1">
                              <block type="math_arithmetic" id="$!!l@[eJ~4Kdb5/Imo.X">
                              <field name="OP">ADD</field>
                              <value name="A">
                              <shadow type="math_number" id="zaU15{yD43xkuY@?)RY(">
                              <field name="NUM">1</field>
                              </shadow>
                              <block type="variables_get" id="o3pJ(+3KE~Co%u-dy.:W">
                              <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field> </block> </value> <value name="B"> <shadow type="math_number" id="_LBb[#z%M$n0~1Y}~8w+"> <field name="NUM">1</field> </shadow> </value> </block> </value> <value name="ADD2"> <block type="text" id="Vt#-b{iDzusQQx]#0%0,"> <field name="TEXT">.date</field> </block> </value> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="/y1w}eely@o.gl$]#)o="> <field name="BOOL">TRUE</field> </shadow> <block type="get_attr" id="p~0A1{eb$lD~.99R4K)">
                              <value name="PATH">
                              <shadow type="text">
                              <field name="TEXT">0.date</field>
                              </shadow>
                              <block type="text_join" id="DDs!.^n(V7=A_TK}DFQt">
                              <mutation items="2"></mutation>
                              <value name="ADD0">
                              <block type="variables_get" id="k1+Dybgb:u2y9v57OrCg">
                              <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field> </block> </value> <value name="ADD1"> <block type="text" id="EXgB=?B}IKiUdQ.2tKoa"> <field name="TEXT">.date</field> </block> </value> </block> </value> <value name="OBJECT"> <block type="variables_get" id="dzLb1f^T!(MM,d=cYU9y"> <field name="VAR" id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</field> </block> </value> </block> </value> <value name="DELAY_MS"> <shadow type="math_number" id="f8q~r@+q|8Kov#3EufsI"> <field name="NUM">0</field> </shadow> </value> <next> <block type="variables_set" id="E[W-)N[vKeufX{v$B[]p"> <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field> <value name="VALUE"> <block type="text_getSubstring" id="YU_Q05y^+I.IzV[c9h9B" inline="false"> <mutation at1="true" at2="false"></mutation> <field name="WHERE1">FROM_START</field> <field name="WHERE2">LAST</field> <value name="STRING"> <block type="get_attr" id=":/^m9o]3:=L%$4[9$f]7"> <value name="PATH"> <shadow type="text"> <field name="TEXT">0.event</field> </shadow> <block type="text_join" id="*MaT-W83R/Y5?QCQNec">
                              <mutation items="2"></mutation>
                              <value name="ADD0">
                              <block type="variables_get" id="l5d$/glqMm3~+YA5]wg"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                              </block>
                              </value>
                              <value name="ADD1">
                              <block type="text" id="$+g0XH}$2+{B}s3ID@">
                              <field name="TEXT">.event</field>
                              </block>
                              </value>
                              </block>
                              </value>
                              <value name="OBJECT">
                              <block type="variables_get" id="nSDdx_!gO45lc4.$wI">
                              <field name="VAR" id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</field>
                              </block>
                              </value>
                              </block>
                              </value>
                              <value name="AT1">
                              <block type="math_number" id="ic:P:#_w68q^w]#/;w+K">
                              <field name="NUM">9</field>
                              </block>
                              </value>
                              </block>
                              </value>
                              <next>
                              <block type="control_ex" id="^[032{A//-EpUE6lh7ml">
                              <field name="TYPE">false</field>
                              <field name="CLEAR_RUNNING">FALSE</field>
                              <value name="OID">
                              <shadow type="field_oid">
                              <field name="oid">Object ID</field>
                              </shadow>
                              <block type="text_join" id="@U%x4KdNV~Y0I#+,BB">
                              <mutation items="3"></mutation>
                              <value name="ADD0">
                              <block type="text" id="Rk[Ngae|lr/9FXmY!no"> <field name="TEXT">0_userdata.0.Abfallkalender.</field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="=RY5pU%/0M!J;{^z81qr"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="TbkkwM2BKh^+;KTQY3C]"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                              </block>
                              </value>
                              <value name="B">
                              <shadow type="math_number" id="e,-Pz1Hy!V:=8S,tHo:"> <field name="NUM">1</field> </shadow> </value> </block> </value> <value name="ADD2"> <block type="text" id="SApnes6}k9wDi243W2xp"> <field name="TEXT">.event</field> </block> </value> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="70uxCt~?yhOTCs:tJ^~">
                              <field name="BOOL">TRUE</field>
                              </shadow>
                              <block type="variables_get" id="}@7(YP=fmA0l@:FJS$v#">
                              <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field>
                              </block>
                              </value>
                              <value name="DELAY_MS">
                              <shadow type="math_number" id="@JEhP_3fysDQ6a_x:ILm">
                              <field name="NUM">0</field>
                              </shadow>
                              </value>
                              <next>
                              <block type="controls_if" id="r,.4GPI|(([[.76Cft~"> <mutation elseif="3"></mutation> <value name="IF0"> <block type="logic_compare" id="d4g.Ts.^;R!bu)T~|">
                              <field name="OP">EQ</field>
                              <value name="A">
                              <block type="variables_get" id="tC!eDI_BV-hGgDc@kuPc">
                              <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field>
                              </block>
                              </value>
                              <value name="B">
                              <block type="text" id="?3tZotX[hHq9HGFsA(x|">
                              <field name="TEXT">Reststoff</field>
                              </block>
                              </value>
                              </block>
                              </value>
                              <statement name="DO0">
                              <block type="variables_set" id="FXPSk]#;ZliNOBw7bVC8">
                              <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field>
                              <value name="VALUE">
                              <block type="math_number" id="-6AJ8U932(j5LuWN@Sp,">
                              <field name="NUM">33840</field>
                              </block>
                              </value>
                              </block>
                              </statement>
                              <value name="IF1">
                              <block type="logic_compare" id=":{8uXg8tzuFNCxedDJ:F">
                              <field name="OP">EQ</field>
                              <value name="A">
                              <block type="variables_get" id="0A}m@W~711B2u){B8uP">
                              <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field>
                              </block>
                              </value>
                              <value name="B">
                              <block type="text" id="x,Cz(O2e|co^a7rJEdO7">
                              <field name="TEXT">Biotonne</field>
                              </block>
                              </value>
                              </block>
                              </value>
                              <statement name="DO1">
                              <block type="variables_set" id="Y#|WXlt|w+5h3BVI]">
                              <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field>
                              <value name="VALUE">
                              <block type="math_number" id="BVnWo|iSfirB?Vw
                              M7;o">
                              <field name="NUM">2016</field>
                              </block>
                              </value>
                              </block>
                              </statement>
                              <value name="IF2">
                              <block type="logic_compare" id="Q0ejJ+ovU#35l7SaPd7"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="/EhoIt{trOOc3*+k5m4C"> <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field> </block> </value> <value name="B"> <block type="text" id="BVzI8#S#S*Yqk5v;$?kD"> <field name="TEXT">Blaue Tonne</field> </block> </value> </block> </value> <statement name="DO2"> <block type="variables_set" id="R7DF(c~|*~pR_D]JqW7c"> <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field> <value name="VALUE"> <block type="math_number" id="#A]b|UX(@QPk*SM_q)RZ"> <field name="NUM">31</field> </block> </value> </block> </statement> <value name="IF3"> <block type="logic_compare" id="MjEHt,7LG#}DST*Iuc.R"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="(WzO?43I0:YSK;VgFmnX"> <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field> </block> </value> <value name="B"> <block type="text" id="![3nA.95iLG[3]m5%GYS"> <field name="TEXT">Gelbe Tonne</field> </block> </value> </block> </value> <statement name="DO3"> <block type="variables_set" id="959t9eG^*uj2c;pF^HGP"> <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field> <value name="VALUE"> <block type="math_number" id="{*68t/i/Q7}6cb+0$6Y">
                              <field name="NUM">65504</field>
                              </block>
                              </value>
                              </block>
                              </statement>
                              <next>
                              <block type="control_ex" id="^c0LOh0WChe-1QNTGVAy">
                              <field name="TYPE">false</field>
                              <field name="CLEAR_RUNNING">FALSE</field>
                              <value name="OID">
                              <shadow type="field_oid" id="7gi,zaI;54L/Ek{e9,I@">
                              <field name="oid">Object ID</field>
                              </shadow>
                              <block type="text_join" id="J|nD$KZ,I6q=mt,xW@:X">
                              <mutation items="3"></mutation>
                              <value name="ADD0">
                              <block type="text" id="kwm[DP}25YD]Te=}pS0"> <field name="TEXT">0_userdata.0.Abfallkalender.</field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="pj~|
                              ~%6}=?B^fK4@;L">
                              <field name="OP">ADD</field>
                              <value name="A">
                              <shadow type="math_number">
                              <field name="NUM">1</field>
                              </shadow>
                              <block type="variables_get" id="To0?Cgf2pZ(ZzK|=?M"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                              </block>
                              </value>
                              <value name="B">
                              <shadow type="math_number" id="=Q|k5qeOIy1ya}{CVNF@">
                              <field name="NUM">1</field>
                              </shadow>
                              </value>
                              </block>
                              </value>
                              <value name="ADD2">
                              <block type="text" id="If6$$63npGW3OazEE^46">
                              <field name="TEXT">.color</field>
                              </block>
                              </value>
                              </block>
                              </value>
                              <value name="VALUE">
                              <shadow type="logic_boolean" id=")+b01E8B2-c#vcsGmA+Y">
                              <field name="BOOL">TRUE</field>
                              </shadow>
                              <block type="variables_get" id="/5
                              6z@-R5w^1i2*XphN|">
                              <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field>
                              </block>
                              </value>
                              <value name="DELAY_MS">
                              <shadow type="math_number" id="79qt?j;aoK%i)roQkfoE">
                              <field name="NUM">0</field>
                              </shadow>
                              </value>
                              </block>
                              </next>
                              </block>
                              </next>
                              </block>
                              </next>
                              </block>
                              </next>
                              </block>
                              </next>
                              </block>
                              </statement>
                              </block>
                              </statement>
                              </block>
                              </xml>

                              In die Datenpunkte schreibt das Blockly rein:
                              b8948088-83ed-440c-b386-296dc66e384a-image.png

                              Darüber liegen die Aliase
                              80eb9383-7e6a-4a18-8933-2648380a59d3-image.png

                              Ein Alias vom Typ Warnung
                              321fcc93-821d-420e-9017-0c3dde2e01b8-image.png

                              8971880f-dad2-46e6-af78-e983febe91e4-image.png

                              Und das kennt ihr ja schon aus dem Beispiel:

                              //Subpage 1 von Subpages_1
                              var Abfall: PageEntities =
                              {
                                  "type": "cardEntities",
                                  "heading": "Abfallkalender",
                                  "useColor": true,
                                  "subPage": true,
                                  "parent": Subpages_1,
                                  "items": [
                                      <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event1",icon: "trash-can"},
                                      <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event2",icon: "trash-can"},
                                      <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event3",icon: "trash-can"},
                                      <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event4",icon: "trash-can"}
                                  ]
                              };
                              

                              Für alle 4 Events ein Alias - und das wars auch schon

                              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.

                              S 1 Reply Last reply
                              0
                              • ArmilarA Armilar

                                @smartotto sagte in Sonoff NSPanel:

                                @armilar Kannst Du mir bitte mal auf die Sprünge helfen. Mit Javascript kenne ich mich nicht aus.
                                Ich habe die Mülldaten im DP ical.0.data.table. Bei mir heißen die Tonnen im Kalender anders (z.B.: 'Papier (blau)')
                                Dein Script habe ich entsprechend angepasst und starte es. Allerdings legt es mir keine Datenpunkte unter 0_userdata.0.Abfallkalender an.
                                Was mache ich falsch?

                                Bei mir ist auch Papier = blau. Habe dann noch Reststoff = schwarz, Bio = grün und gelbe Tonne

                                8f91de38-a10b-4002-ad00-afb5db8fc6a6-image.png
                                Kannst du etwas mit meinem Blockly anfangen?


                                <xml xmlns="https://developers.google.com/blockly/xml">
                                <variables>
                                <variable id="h}CE-n1lS|gRf(0K%./">i</variable> <variable id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</variable> <variable id="^:v=Yb?;aM;Z[}4jCF3-">Event</variable> <variable id="9^)S?J=tLkC7cUWc-u9w">Color</variable> </variables> <block type="on_ext" id="aFeZac36,?)=rfMg%3T|" x="38" y="-287"> <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="GSzQ}epUa))me3m8yyuD"> <field name="oid">ical.1.data.table</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_for" id="wduAM(OBPzLJ@bfYAK5%"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                                <value name="FROM">
                                <shadow type="math_number" id="HK~R2U|xb$U5W+tsHpN"> <field name="NUM">0</field> </shadow> </value> <value name="TO"> <shadow type="math_number" id="Ed[L/:1e9-cwxrRaZiIv"> <field name="NUM">3</field> </shadow> </value> <value name="BY"> <shadow type="math_number" id="o@5kngFiPpvl5dGo@Q$9"> <field name="NUM">1</field> </shadow> </value> <statement name="DO"> <block type="variables_set" id="0T)vK0k8aikvg7mF6XHo"> <field name="VAR" id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</field> <value name="VALUE"> <block type="get_value" id="1~kG;UHn$nw2zzbfOIT]"> <field name="ATTR">val</field> <field name="OID">ical.1.data.table</field> </block> </value> <next> <block type="control_ex" id="UAu,2OBRJp9~Nzyxouyu"> <field name="TYPE">false</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="OID"> <shadow type="field_oid" id="J_|uu;{e44n5Z-;qE+hP"> <field name="oid">Object ID</field> </shadow> <block type="text_join" id="8/|eHqk))j9Po-O*mKe">
                                <mutation items="3"></mutation>
                                <value name="ADD0">
                                <block type="text" id="Zp8GRfdfXujkeM41=PeZ">
                                <field name="TEXT">0_userdata.0.Abfallkalender.</field>
                                </block>
                                </value>
                                <value name="ADD1">
                                <block type="math_arithmetic" id="$!!l@[eJ~4Kdb5/Imo.X">
                                <field name="OP">ADD</field>
                                <value name="A">
                                <shadow type="math_number" id="zaU15{yD43xkuY@?)RY(">
                                <field name="NUM">1</field>
                                </shadow>
                                <block type="variables_get" id="o3pJ(+3KE~Co%u-dy.:W">
                                <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field> </block> </value> <value name="B"> <shadow type="math_number" id="_LBb[#z%M$n0~1Y}~8w+"> <field name="NUM">1</field> </shadow> </value> </block> </value> <value name="ADD2"> <block type="text" id="Vt#-b{iDzusQQx]#0%0,"> <field name="TEXT">.date</field> </block> </value> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="/y1w}eely@o.gl$]#)o="> <field name="BOOL">TRUE</field> </shadow> <block type="get_attr" id="p~0A1{eb$lD~.99R4K)">
                                <value name="PATH">
                                <shadow type="text">
                                <field name="TEXT">0.date</field>
                                </shadow>
                                <block type="text_join" id="DDs!.^n(V7=A_TK}DFQt">
                                <mutation items="2"></mutation>
                                <value name="ADD0">
                                <block type="variables_get" id="k1+Dybgb:u2y9v57OrCg">
                                <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field> </block> </value> <value name="ADD1"> <block type="text" id="EXgB=?B}IKiUdQ.2tKoa"> <field name="TEXT">.date</field> </block> </value> </block> </value> <value name="OBJECT"> <block type="variables_get" id="dzLb1f^T!(MM,d=cYU9y"> <field name="VAR" id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</field> </block> </value> </block> </value> <value name="DELAY_MS"> <shadow type="math_number" id="f8q~r@+q|8Kov#3EufsI"> <field name="NUM">0</field> </shadow> </value> <next> <block type="variables_set" id="E[W-)N[vKeufX{v$B[]p"> <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field> <value name="VALUE"> <block type="text_getSubstring" id="YU_Q05y^+I.IzV[c9h9B" inline="false"> <mutation at1="true" at2="false"></mutation> <field name="WHERE1">FROM_START</field> <field name="WHERE2">LAST</field> <value name="STRING"> <block type="get_attr" id=":/^m9o]3:=L%$4[9$f]7"> <value name="PATH"> <shadow type="text"> <field name="TEXT">0.event</field> </shadow> <block type="text_join" id="*MaT-W83R/Y5?QCQNec">
                                <mutation items="2"></mutation>
                                <value name="ADD0">
                                <block type="variables_get" id="l5d$/glqMm3~+YA5]wg"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                                </block>
                                </value>
                                <value name="ADD1">
                                <block type="text" id="$+g0XH}$2+{B}s3ID@">
                                <field name="TEXT">.event</field>
                                </block>
                                </value>
                                </block>
                                </value>
                                <value name="OBJECT">
                                <block type="variables_get" id="nSDdx_!gO45lc4.$wI">
                                <field name="VAR" id="j5C=K+Z.E:im1#q:;A=6">Muell_JSON</field>
                                </block>
                                </value>
                                </block>
                                </value>
                                <value name="AT1">
                                <block type="math_number" id="ic:P:#_w68q^w]#/;w+K">
                                <field name="NUM">9</field>
                                </block>
                                </value>
                                </block>
                                </value>
                                <next>
                                <block type="control_ex" id="^[032{A//-EpUE6lh7ml">
                                <field name="TYPE">false</field>
                                <field name="CLEAR_RUNNING">FALSE</field>
                                <value name="OID">
                                <shadow type="field_oid">
                                <field name="oid">Object ID</field>
                                </shadow>
                                <block type="text_join" id="@U%x4KdNV~Y0I#+,BB">
                                <mutation items="3"></mutation>
                                <value name="ADD0">
                                <block type="text" id="Rk[Ngae|lr/9FXmY!no"> <field name="TEXT">0_userdata.0.Abfallkalender.</field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="=RY5pU%/0M!J;{^z81qr"> <field name="OP">ADD</field> <value name="A"> <shadow type="math_number"> <field name="NUM">1</field> </shadow> <block type="variables_get" id="TbkkwM2BKh^+;KTQY3C]"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                                </block>
                                </value>
                                <value name="B">
                                <shadow type="math_number" id="e,-Pz1Hy!V:=8S,tHo:"> <field name="NUM">1</field> </shadow> </value> </block> </value> <value name="ADD2"> <block type="text" id="SApnes6}k9wDi243W2xp"> <field name="TEXT">.event</field> </block> </value> </block> </value> <value name="VALUE"> <shadow type="logic_boolean" id="70uxCt~?yhOTCs:tJ^~">
                                <field name="BOOL">TRUE</field>
                                </shadow>
                                <block type="variables_get" id="}@7(YP=fmA0l@:FJS$v#">
                                <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field>
                                </block>
                                </value>
                                <value name="DELAY_MS">
                                <shadow type="math_number" id="@JEhP_3fysDQ6a_x:ILm">
                                <field name="NUM">0</field>
                                </shadow>
                                </value>
                                <next>
                                <block type="controls_if" id="r,.4GPI|(([[.76Cft~"> <mutation elseif="3"></mutation> <value name="IF0"> <block type="logic_compare" id="d4g.Ts.^;R!bu)T~|">
                                <field name="OP">EQ</field>
                                <value name="A">
                                <block type="variables_get" id="tC!eDI_BV-hGgDc@kuPc">
                                <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field>
                                </block>
                                </value>
                                <value name="B">
                                <block type="text" id="?3tZotX[hHq9HGFsA(x|">
                                <field name="TEXT">Reststoff</field>
                                </block>
                                </value>
                                </block>
                                </value>
                                <statement name="DO0">
                                <block type="variables_set" id="FXPSk]#;ZliNOBw7bVC8">
                                <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field>
                                <value name="VALUE">
                                <block type="math_number" id="-6AJ8U932(j5LuWN@Sp,">
                                <field name="NUM">33840</field>
                                </block>
                                </value>
                                </block>
                                </statement>
                                <value name="IF1">
                                <block type="logic_compare" id=":{8uXg8tzuFNCxedDJ:F">
                                <field name="OP">EQ</field>
                                <value name="A">
                                <block type="variables_get" id="0A}m@W~711B2u){B8uP">
                                <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field>
                                </block>
                                </value>
                                <value name="B">
                                <block type="text" id="x,Cz(O2e|co^a7rJEdO7">
                                <field name="TEXT">Biotonne</field>
                                </block>
                                </value>
                                </block>
                                </value>
                                <statement name="DO1">
                                <block type="variables_set" id="Y#|WXlt|w+5h3BVI]">
                                <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field>
                                <value name="VALUE">
                                <block type="math_number" id="BVnWo|iSfirB?Vw
                                M7;o">
                                <field name="NUM">2016</field>
                                </block>
                                </value>
                                </block>
                                </statement>
                                <value name="IF2">
                                <block type="logic_compare" id="Q0ejJ+ovU#35l7SaPd7"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="/EhoIt{trOOc3*+k5m4C"> <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field> </block> </value> <value name="B"> <block type="text" id="BVzI8#S#S*Yqk5v;$?kD"> <field name="TEXT">Blaue Tonne</field> </block> </value> </block> </value> <statement name="DO2"> <block type="variables_set" id="R7DF(c~|*~pR_D]JqW7c"> <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field> <value name="VALUE"> <block type="math_number" id="#A]b|UX(@QPk*SM_q)RZ"> <field name="NUM">31</field> </block> </value> </block> </statement> <value name="IF3"> <block type="logic_compare" id="MjEHt,7LG#}DST*Iuc.R"> <field name="OP">EQ</field> <value name="A"> <block type="variables_get" id="(WzO?43I0:YSK;VgFmnX"> <field name="VAR" id="^:v=Yb?;aM;Z[}4jCF3-">Event</field> </block> </value> <value name="B"> <block type="text" id="![3nA.95iLG[3]m5%GYS"> <field name="TEXT">Gelbe Tonne</field> </block> </value> </block> </value> <statement name="DO3"> <block type="variables_set" id="959t9eG^*uj2c;pF^HGP"> <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field> <value name="VALUE"> <block type="math_number" id="{*68t/i/Q7}6cb+0$6Y">
                                <field name="NUM">65504</field>
                                </block>
                                </value>
                                </block>
                                </statement>
                                <next>
                                <block type="control_ex" id="^c0LOh0WChe-1QNTGVAy">
                                <field name="TYPE">false</field>
                                <field name="CLEAR_RUNNING">FALSE</field>
                                <value name="OID">
                                <shadow type="field_oid" id="7gi,zaI;54L/Ek{e9,I@">
                                <field name="oid">Object ID</field>
                                </shadow>
                                <block type="text_join" id="J|nD$KZ,I6q=mt,xW@:X">
                                <mutation items="3"></mutation>
                                <value name="ADD0">
                                <block type="text" id="kwm[DP}25YD]Te=}pS0"> <field name="TEXT">0_userdata.0.Abfallkalender.</field> </block> </value> <value name="ADD1"> <block type="math_arithmetic" id="pj~|
                                ~%6}=?B^fK4@;L">
                                <field name="OP">ADD</field>
                                <value name="A">
                                <shadow type="math_number">
                                <field name="NUM">1</field>
                                </shadow>
                                <block type="variables_get" id="To0?Cgf2pZ(ZzK|=?M"> <field name="VAR" id="h}CE-n1lS|gRf(0K%./">i</field>
                                </block>
                                </value>
                                <value name="B">
                                <shadow type="math_number" id="=Q|k5qeOIy1ya}{CVNF@">
                                <field name="NUM">1</field>
                                </shadow>
                                </value>
                                </block>
                                </value>
                                <value name="ADD2">
                                <block type="text" id="If6$$63npGW3OazEE^46">
                                <field name="TEXT">.color</field>
                                </block>
                                </value>
                                </block>
                                </value>
                                <value name="VALUE">
                                <shadow type="logic_boolean" id=")+b01E8B2-c#vcsGmA+Y">
                                <field name="BOOL">TRUE</field>
                                </shadow>
                                <block type="variables_get" id="/5
                                6z@-R5w^1i2*XphN|">
                                <field name="VAR" id="9^)S?J=tLkC7cUWc-u9w">Color</field>
                                </block>
                                </value>
                                <value name="DELAY_MS">
                                <shadow type="math_number" id="79qt?j;aoK%i)roQkfoE">
                                <field name="NUM">0</field>
                                </shadow>
                                </value>
                                </block>
                                </next>
                                </block>
                                </next>
                                </block>
                                </next>
                                </block>
                                </next>
                                </block>
                                </next>
                                </block>
                                </statement>
                                </block>
                                </statement>
                                </block>
                                </xml>

                                In die Datenpunkte schreibt das Blockly rein:
                                b8948088-83ed-440c-b386-296dc66e384a-image.png

                                Darüber liegen die Aliase
                                80eb9383-7e6a-4a18-8933-2648380a59d3-image.png

                                Ein Alias vom Typ Warnung
                                321fcc93-821d-420e-9017-0c3dde2e01b8-image.png

                                8971880f-dad2-46e6-af78-e983febe91e4-image.png

                                Und das kennt ihr ja schon aus dem Beispiel:

                                //Subpage 1 von Subpages_1
                                var Abfall: PageEntities =
                                {
                                    "type": "cardEntities",
                                    "heading": "Abfallkalender",
                                    "useColor": true,
                                    "subPage": true,
                                    "parent": Subpages_1,
                                    "items": [
                                        <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event1",icon: "trash-can"},
                                        <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event2",icon: "trash-can"},
                                        <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event3",icon: "trash-can"},
                                        <PageItem>{ id: "alias.0.NSPanel_1.Abfall.event4",icon: "trash-can"}
                                    ]
                                };
                                

                                Für alle 4 Events ein Alias - und das wars auch schon

                                S Offline
                                S Offline
                                SmartOtto
                                wrote on last edited by
                                #1415

                                @armilar Perfekt. - Vielen Dank!
                                Untitled.jpg

                                ArmilarA 1 Reply Last reply
                                0
                                • S SmartOtto

                                  @armilar Perfekt. - Vielen Dank!
                                  Untitled.jpg

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

                                  @smartotto sagte in Sonoff NSPanel:

                                  @armilar Perfekt. - Vielen Dank!
                                  Untitled.jpg

                                  Sehr gerne 😊

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

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

                                  ArmilarA 1 Reply Last reply
                                  0
                                  • ArmilarA Armilar

                                    @smartotto sagte in Sonoff NSPanel:

                                    @armilar Perfekt. - Vielen Dank!
                                    Untitled.jpg

                                    Sehr gerne 😊

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

                                    Ich könnte eure Hilfe brauchen...

                                    Hat jemand den Sonos-Adapter mit mehr als einem Sonos am laufen?

                                    Ich könnte einen kleinen Auszug aus dem Inhalt der Datenpunkte gebrauchen. Für mich wäre in erster Linie Interessant, wie die Geräte getrennt sind (Komma, Semikolon, etc)

                                    40ef66da-a669-41a4-88a8-6a09a95254b2-image.png

                                    Habe leider nur einen 😕

                                    Dann wäre noch interessant, ob ihr noch weitere Ordner außer root und admin seht:

                                    7d47d542-1a58-4152-9eaa-f0ab8a4771a6-image.png

                                    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.

                                    S 1 Reply Last reply
                                    0
                                    • ArmilarA Armilar

                                      Ich könnte eure Hilfe brauchen...

                                      Hat jemand den Sonos-Adapter mit mehr als einem Sonos am laufen?

                                      Ich könnte einen kleinen Auszug aus dem Inhalt der Datenpunkte gebrauchen. Für mich wäre in erster Linie Interessant, wie die Geräte getrennt sind (Komma, Semikolon, etc)

                                      40ef66da-a669-41a4-88a8-6a09a95254b2-image.png

                                      Habe leider nur einen 😕

                                      Dann wäre noch interessant, ob ihr noch weitere Ordner außer root und admin seht:

                                      7d47d542-1a58-4152-9eaa-f0ab8a4771a6-image.png

                                      S Offline
                                      S Offline
                                      SmartOtto
                                      wrote on last edited by
                                      #1418

                                      @armilar Es gibt Unterordner für jedes Device: dca38a6f-74ae-41be-917a-b0ce7041ce06-image.png

                                      ArmilarA 1 Reply Last reply
                                      0
                                      • S SmartOtto

                                        @armilar Es gibt Unterordner für jedes Device: dca38a6f-74ae-41be-917a-b0ce7041ce06-image.png

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

                                        @smartotto sagte in Sonoff NSPanel:

                                        @armilar Es gibt Unterordner für jedes Device: dca38a6f-74ae-41be-917a-b0ce7041ce06-image.png

                                        Cool danke, genau der richtige.

                                        • aber gibt es außer root noch einen weiteren Ordner? Ich habe nur root und admin unter sonos.0.
                                        • was steht dann in den Datenpunkten members und membersChannels. Ist da mehr als ein Gerät drin?

                                        Es geht mir hierbei um die Weitergabe der Musik an weitere Sonos innerhalb der cardMedia. Ich finde den Sonos-Adapter irgendwie im Vergleich zu anderen Player-Adaptern etwas zu einfach aufgebaut 😉

                                        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.

                                        S 1 Reply Last reply
                                        0
                                        • ArmilarA Armilar

                                          @smartotto sagte in Sonoff NSPanel:

                                          @armilar Es gibt Unterordner für jedes Device: dca38a6f-74ae-41be-917a-b0ce7041ce06-image.png

                                          Cool danke, genau der richtige.

                                          • aber gibt es außer root noch einen weiteren Ordner? Ich habe nur root und admin unter sonos.0.
                                          • was steht dann in den Datenpunkten members und membersChannels. Ist da mehr als ein Gerät drin?

                                          Es geht mir hierbei um die Weitergabe der Musik an weitere Sonos innerhalb der cardMedia. Ich finde den Sonos-Adapter irgendwie im Vergleich zu anderen Player-Adaptern etwas zu einfach aufgebaut 😉

                                          S Offline
                                          S Offline
                                          SmartOtto
                                          wrote on last edited by
                                          #1420

                                          @armilar Also ich habe nur root, kein admin.5e1e67c8-712c-472d-85a4-f72f68b3e627-image.png
                                          Unter root dann die Unterordner für die Devices.
                                          Uner Mmembers und membersChannels jeweis nur das eigene Gerät:1129c7ed-c105-4aaa-808a-3697cf726167-image.png
                                          3905d7ee-9249-464b-9a43-f2542c6ab73d-image.png
                                          13c554fe-9281-48f9-a828-4963d13ba893-image.png

                                          ArmilarA N 2 Replies 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

                                          617

                                          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