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 mit Lovelace UI

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    200

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

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

SONOFF NSPanel mit Lovelace UI

SONOFF NSPanel mit Lovelace UI

Scheduled Pinned Locked Moved Hardware
lovelace uinspanelsonoff
7.7k Posts 271 Posters 6.7m Views 253 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.
  • B bakerman23

    @marc-berg oh Gott. So dumm. Jetzt geht es.
    Ich bin allerdings auch der Meinung, das es nicht im Wiki steht.

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

    @bakerman23

    Doch hier im letzten Absatz. Vielleicht etwas versteckt. @Kuckuckmann kann da bestimmt, noch ein Beispiel einfügen. 😉

    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
    • L lustig29

      @tt-tom Danke. Hat schon mal soweit super geklappt. Schloss schließt und öffnet über das Ns Panel. Jetzt muss ich nur noch den Status (Offen/Geschlossen) im Alias irgendwie angeben.

      Kannst du mir da bitte nochmal kurz helfen?

      Das ist der Datenpunkt vom Nuki.

      {
        "type": "state",
        "common": {
          "name": "Aktion",
          "type": "number",
          "states": {
            "0": "",
            "1": "unlock",
            "2": "lock",
            "3": "unlatch",
            "4": "lock‘n’go",
            "5": "lock‘n’go with unlatch"
          },
          "role": "value"
        },
        "native": {},
        "from": "system.adapter.nuki.0",
        "user": "system.user.admin",
        "ts": 1714916320263,
        "_id": "nuki.0.607002684.actions.action",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      
      T Offline
      T Offline
      TT-Tom
      wrote on last edited by
      #5703

      @lustig29 wie sieht dein Alias Datenpunkt jetzt aus??

      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

      L 1 Reply Last reply
      0
      • T TT-Tom

        @lustig29 wie sieht dein Alias Datenpunkt jetzt aus??

        L Offline
        L Offline
        lustig29
        wrote on last edited by
        #5704

        @tt-tom

        {
          "_id": "alias.0.Alias_Geräte.Nuki_Garagentür.ACTUAL",
          "native": {},
          "type": "state",
          "common": {
            "alias": {
              "id": "nuki.0.607002684.actions.action"
            },
            "name": "ACTUAL",
            "role": "state",
            "write": false,
            "type": "number"
          },
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "from": "system.adapter.admin.0",
          "user": "system.user.admin",
          "ts": 1715084132432
        }
        
        T 1 Reply Last reply
        0
        • L lustig29

          @tt-tom

          {
            "_id": "alias.0.Alias_Geräte.Nuki_Garagentür.ACTUAL",
            "native": {},
            "type": "state",
            "common": {
              "alias": {
                "id": "nuki.0.607002684.actions.action"
              },
              "name": "ACTUAL",
              "role": "state",
              "write": false,
              "type": "number"
            },
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            },
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1715084132432
          }
          
          T Offline
          T Offline
          TT-Tom
          wrote on last edited by
          #5705

          @lustig29

          versuche mal das im alias

          aed4d824-b786-424e-a37e-af8542749084-image.png

          und setzte den Typ auf boolean

          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

          L 1 Reply Last reply
          0
          • T TT-Tom

            @lustig29

            versuche mal das im alias

            aed4d824-b786-424e-a37e-af8542749084-image.png

            und setzte den Typ auf boolean

            L Offline
            L Offline
            lustig29
            wrote on last edited by
            #5706

            @tt-tom Jetzt bekomme ich nur den Status "geöffnete Tür" angezeigt. Vorhin war es andersrum.

            Alias Nuki.png

            T 1 Reply Last reply
            0
            • T TT-Tom

              @michaelf

              probiere bitte mal den Fix der DEV Version, danke.

              https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

              MichaelFM Offline
              MichaelFM Offline
              MichaelF
              wrote on last edited by
              #5707

              @tt-tom said in SONOFF NSPanel mit Lovelace UI:

              @michaelf

              probiere bitte mal den Fix der DEV Version, danke.

              https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

              Hi, das ging ja schnell. Kann ich erst am we testen bin leider unterwegs.

              Grüsse

              L 1 Reply Last reply
              1
              • MichaelFM MichaelF

                @tt-tom said in SONOFF NSPanel mit Lovelace UI:

                @michaelf

                probiere bitte mal den Fix der DEV Version, danke.

                https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

                Hi, das ging ja schnell. Kann ich erst am we testen bin leider unterwegs.

                Grüsse

                L Offline
                L Offline
                lustig29
                wrote on last edited by
                #5708

                Da ich jetzt doch schon einiges mit dem Ns Panel auch mit Hilfe des Boards realisiert habe, möchte ich gerne meinen Frage nach dem Shelly Dimmer 2 aufgreifen.
                Kann mir jemand dabei helfen, bzw. hat jemand zwischenzeitlich sowas schon realisiert?
                Das Ns Panel soll hinter einem Shelly Dimmer 2 angeschlossen werden.

                T 1 Reply Last reply
                0
                • L lustig29

                  @tt-tom Jetzt bekomme ich nur den Status "geöffnete Tür" angezeigt. Vorhin war es andersrum.

                  Alias Nuki.png

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

                  @lustig29

                  Was für Werte stehen denn im Actual, wenn du keine Konvertierung drin hast. Bitte mal zeigen von beiden Stati.

                  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
                  • L lustig29

                    Da ich jetzt doch schon einiges mit dem Ns Panel auch mit Hilfe des Boards realisiert habe, möchte ich gerne meinen Frage nach dem Shelly Dimmer 2 aufgreifen.
                    Kann mir jemand dabei helfen, bzw. hat jemand zwischenzeitlich sowas schon realisiert?
                    Das Ns Panel soll hinter einem Shelly Dimmer 2 angeschlossen werden.

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

                    @lustig29 kannst du das noch einmal genauer beschreiben bzw. Zum Original Post verlinken.

                    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

                    L 1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      lustig29
                      wrote on last edited by
                      #5711

                      @tt-tom
                      Meinst du das hier?

                      {
                        "_id": "alias.0.Alias_Geräte.Nuki_Garagentür.ACTUAL",
                        "native": {},
                        "type": "state",
                        "common": {
                          "alias": {
                            "id": "nuki.0.607002684.actions.action",
                            "read": "val == 1 ? true : val == 2 false : false",
                            "write": "val"
                          },
                          "name": "ACTUAL",
                          "role": "state",
                          "write": false,
                          "type": "boolean"
                        },
                        "acl": {
                          "object": 1636,
                          "state": 1636,
                          "owner": "system.user.admin",
                          "ownerGroup": "system.group.administrator"
                        },
                        "from": "system.adapter.admin.0",
                        "user": "system.user.admin",
                        "ts": 1715088932955
                      }
                      
                      {
                        "_id": "alias.0.Alias_Geräte.Nuki_Garagentür.SET",
                        "common": {
                          "name": "SET",
                          "role": "switch.lock",
                          "type": "boolean",
                          "read": true,
                          "write": true,
                          "alias": {
                            "id": "nuki.0.607002684.actions.lockAction"
                          }
                        },
                        "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": 1715088932946
                      }
                      
                      T 1 Reply Last reply
                      0
                      • T TT-Tom

                        @lustig29 kannst du das noch einmal genauer beschreiben bzw. Zum Original Post verlinken.

                        L Offline
                        L Offline
                        lustig29
                        wrote on last edited by
                        #5712

                        @tt-tom Hier wäre der Original Post.

                        link text

                        T 1 Reply Last reply
                        0
                        • L lustig29

                          @tt-tom
                          Meinst du das hier?

                          {
                            "_id": "alias.0.Alias_Geräte.Nuki_Garagentür.ACTUAL",
                            "native": {},
                            "type": "state",
                            "common": {
                              "alias": {
                                "id": "nuki.0.607002684.actions.action",
                                "read": "val == 1 ? true : val == 2 false : false",
                                "write": "val"
                              },
                              "name": "ACTUAL",
                              "role": "state",
                              "write": false,
                              "type": "boolean"
                            },
                            "acl": {
                              "object": 1636,
                              "state": 1636,
                              "owner": "system.user.admin",
                              "ownerGroup": "system.group.administrator"
                            },
                            "from": "system.adapter.admin.0",
                            "user": "system.user.admin",
                            "ts": 1715088932955
                          }
                          
                          {
                            "_id": "alias.0.Alias_Geräte.Nuki_Garagentür.SET",
                            "common": {
                              "name": "SET",
                              "role": "switch.lock",
                              "type": "boolean",
                              "read": true,
                              "write": true,
                              "alias": {
                                "id": "nuki.0.607002684.actions.lockAction"
                              }
                            },
                            "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": 1715088932946
                          }
                          
                          T Offline
                          T Offline
                          TT-Tom
                          wrote on last edited by
                          #5713

                          @lustig29

                          Nein nicht die Config vom Datenpunkt sondern die Werte wenn lock und unlock gemeldet wird.

                          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
                          • L lustig29

                            @tt-tom Hier wäre der Original Post.

                            link text

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

                            @lustig29

                            Das hier wäre eine Möglichkeit. Musst du mal testen, habe es persönlich noch nicht probiert.

                            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

                            L 1 Reply Last reply
                            0
                            • T TT-Tom

                              @lustig29

                              Das hier wäre eine Möglichkeit. Musst du mal testen, habe es persönlich noch nicht probiert.

                              L Offline
                              L Offline
                              lustig29
                              wrote on last edited by
                              #5715

                              @tt-tom Ok, danke. Hat das schon mal jemand getestet?

                              1 Reply Last reply
                              0
                              • T TT-Tom

                                @michaelf

                                probiere bitte mal den Fix der DEV Version, danke.

                                https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

                                MichaelFM Offline
                                MichaelFM Offline
                                MichaelF
                                wrote on last edited by
                                #5716

                                @tt-tom sagte in SONOFF NSPanel mit Lovelace UI:

                                @michaelf

                                probiere bitte mal den Fix der DEV Version, danke.

                                https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

                                Hi,

                                so nun komm ich zum testen sorry für die Späte Rückmeldung.

                                Ich muss den unteren Teil austauschen, Richtig ?

                                Grüße

                                T 1 Reply Last reply
                                0
                                • MichaelFM MichaelF

                                  @tt-tom sagte in SONOFF NSPanel mit Lovelace UI:

                                  @michaelf

                                  probiere bitte mal den Fix der DEV Version, danke.

                                  https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/DEV/NSPanelTs.ts

                                  Hi,

                                  so nun komm ich zum testen sorry für die Späte Rückmeldung.

                                  Ich muss den unteren Teil austauschen, Richtig ?

                                  Grüße

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

                                  @michaelf
                                  Richtig, es würde auch reichen nur die Funktion zu ersetzen.

                                  Ps: in der Zwischenzeit wurde das Script auch an die neue TFT-Version und Tasmota Version angepasst.

                                  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

                                  MichaelFM 1 Reply Last reply
                                  0
                                  • T TT-Tom

                                    @michaelf
                                    Richtig, es würde auch reichen nur die Funktion zu ersetzen.

                                    Ps: in der Zwischenzeit wurde das Script auch an die neue TFT-Version und Tasmota Version angepasst.

                                    MichaelFM Offline
                                    MichaelFM Offline
                                    MichaelF
                                    wrote on last edited by
                                    #5718

                                    @tt-tom sagte in SONOFF NSPanel mit Lovelace UI:

                                    @michaelf
                                    Richtig, es würde auch reichen nur die Funktion zu ersetzen.

                                    Ps: in der Zwischenzeit wurde das Script auch an die neue TFT-Version und Tasmota Version angepasst.

                                    Danke für die schnelle Antwort, und die Info

                                    Dann muss der versuch doch noch ein Moment warten.

                                    Grüße

                                    T 1 Reply Last reply
                                    0
                                    • MichaelFM MichaelF

                                      @tt-tom sagte in SONOFF NSPanel mit Lovelace UI:

                                      @michaelf
                                      Richtig, es würde auch reichen nur die Funktion zu ersetzen.

                                      Ps: in der Zwischenzeit wurde das Script auch an die neue TFT-Version und Tasmota Version angepasst.

                                      Danke für die schnelle Antwort, und die Info

                                      Dann muss der versuch doch noch ein Moment warten.

                                      Grüße

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

                                      @michaelf

                                      Kein Problem, wir haben es ja intern schon getestet. Wollen nur sichergehen dass es bei dir läuft.

                                      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
                                      • TomDukeT Offline
                                        TomDukeT Offline
                                        TomDuke
                                        wrote on last edited by
                                        #5720

                                        Hallo zusammen,
                                        hab da ein kleines Problem,
                                        habe einen neuen Router bekommen(Hybridanschluss)
                                        meine Fritz!Box läuft weiter hinter dem Speedport, mit eigenem IP Segment(10.xx.xx.xx),
                                        jetzt habe ich das NSPanel im Wlan des Speedports angemeldet(neue IP192.xx.xx.xx)
                                        MQTT läuft über dem Raspberry, also IP Bereich der Fritz!Box, MQTT meldet jetzt natürlich keine Verbindung zum NSPanel
                                        Was kann ich da machen?

                                        Gruß Tom

                                        T ? M 3 Replies Last reply
                                        0
                                        • TomDukeT TomDuke

                                          Hallo zusammen,
                                          hab da ein kleines Problem,
                                          habe einen neuen Router bekommen(Hybridanschluss)
                                          meine Fritz!Box läuft weiter hinter dem Speedport, mit eigenem IP Segment(10.xx.xx.xx),
                                          jetzt habe ich das NSPanel im Wlan des Speedports angemeldet(neue IP192.xx.xx.xx)
                                          MQTT läuft über dem Raspberry, also IP Bereich der Fritz!Box, MQTT meldet jetzt natürlich keine Verbindung zum NSPanel
                                          Was kann ich da machen?

                                          Gruß Tom

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

                                          Hallo @tomduke

                                          deine Internen IP Adressen brauchst du nicht X-en. Habe deinen Aufbau jetzt noch nicht ganz verstanden.
                                          Warum baust du ein neues Netzwerk auf? Als was läuft die Fritz!Box jetzt in deinem Netzwerk?
                                          kannst du den schon vom Fritz!Box Netzwerk ins Speedport kommunizieren ?

                                          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

                                          TomDukeT 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

                                          150

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          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