Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. SONOFF NSPanel mit Lovelace UI (TypeScript Version)

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    309

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

SONOFF NSPanel mit Lovelace UI (TypeScript Version)

Scheduled Pinned Locked Moved Hardware
lovelace uinspanelsonoff
8.0k Posts 277 Posters 7.2m Views 262 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

    Sorry schonmal. Mein Problem kam sicherlich schon tausend mal.

    Ich habe das NSPanel jetzt soweit eingerichtet, daß ich eine eigene Seite erstellen kann.
    Egal, was ich aus der Beispielseite unter
    //-- Start for your own pages -- some self-defined aliases required ----------------
    eintrage, nach dem Starten des Scipts erscheint auf dem NSPanel immer nur die Serviceseite.
    Das Script läuft ohne Fehler durch.

    Marc BergM Online
    Marc BergM Online
    Marc Berg
    Most Active
    wrote on last edited by
    #5699

    @bakerman23 sagte in SONOFF NSPanel mit Lovelace UI:

    Mein Problem kam sicherlich schon tausend mal.

    Ja, hier z.B.:

    https://forum.iobroker.net/post/1153993

    NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

    Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

    Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

    B 1 Reply Last reply
    1
    • Marc BergM Marc Berg

      @bakerman23 sagte in SONOFF NSPanel mit Lovelace UI:

      Mein Problem kam sicherlich schon tausend mal.

      Ja, hier z.B.:

      https://forum.iobroker.net/post/1153993

      B Offline
      B Offline
      bakerman23
      wrote on last edited by
      #5700

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

      H T 2 Replies Last reply
      0
      • B bakerman23

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

        H Do not disturb
        H Do not disturb
        Hansi1234
        wrote on last edited by
        #5701

        @bakerman23 said in SONOFF NSPanel mit Lovelace UI:

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

        Jep, daran hing ich auch ewig

        1 Reply Last reply
        0
        • 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
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          581

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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