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

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

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

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

                                          @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.

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

                                            @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 Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            525
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            lovelace ui nspanel sonoff
                                            260
                                            7128
                                            4525560
                                            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