Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. SONOFF NSPanel mit Lovelace UI

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    SONOFF NSPanel mit Lovelace UI

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TT-Tom @MichaelF last edited by

      @michaelf

      probiere bitte mal den Fix der DEV Version, danke.

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

      MichaelF 2 Replies Last reply Reply Quote 0
      • L
        lustig29 @TT-Tom last edited by

        @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 1 Reply Last reply Reply Quote 0
        • B
          bakerman23 last edited by

          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 Berg 1 Reply Last reply Reply Quote 0
          • Marc Berg
            Marc Berg Most Active @bakerman23 last edited by

            @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 1 Reply Last reply Reply Quote 1
            • B
              bakerman23 @Marc Berg last edited by

              @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 Reply Quote 0
              • H
                Hansi1234 @bakerman23 last edited by

                @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 Reply Quote 0
                • T
                  TT-Tom @bakerman23 last edited by

                  @bakerman23

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

                  1 Reply Last reply Reply Quote 0
                  • T
                    TT-Tom @lustig29 last edited by

                    @lustig29 wie sieht dein Alias Datenpunkt jetzt aus??

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      lustig29 @TT-Tom last edited by

                      @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 Reply Quote 0
                      • T
                        TT-Tom @lustig29 last edited by

                        @lustig29

                        versuche mal das im alias

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

                        und setzte den Typ auf boolean

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          lustig29 @TT-Tom last edited by

                          @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 Reply Quote 0
                          • MichaelF
                            MichaelF @TT-Tom last edited by

                            @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 Reply Quote 1
                            • L
                              lustig29 @MichaelF last edited by

                              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 Reply Quote 0
                              • T
                                TT-Tom @lustig29 last edited by

                                @lustig29

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

                                1 Reply Last reply Reply Quote 0
                                • T
                                  TT-Tom @lustig29 last edited by

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

                                  L 1 Reply Last reply Reply Quote 0
                                  • L
                                    lustig29 last edited by

                                    @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 Reply Quote 0
                                    • L
                                      lustig29 @TT-Tom last edited by

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

                                      link text

                                      T 1 Reply Last reply Reply Quote 0
                                      • T
                                        TT-Tom @lustig29 last edited by

                                        @lustig29

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

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          TT-Tom @lustig29 last edited by

                                          @lustig29

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

                                          L 1 Reply Last reply Reply Quote 0
                                          • L
                                            lustig29 @TT-Tom last edited by

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

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            577
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            lovelace ui nspanel sonoff
                                            260
                                            7128
                                            4429035
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo