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. ioBroker Allgemein
  4. [gelöst] Brauche Hilfe beim NSPanel mit Tasmota

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    770

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

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

[gelöst] Brauche Hilfe beim NSPanel mit Tasmota

Scheduled Pinned Locked Moved ioBroker Allgemein
nspanel mqtt sonoff
104 Posts 5 Posters 12.5k Views 4 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.
  • matze55M matze55

    @gregors MQTT lass das mal lieber...da habe ich auch Probs gehabt......der flutscht ab..binzwar anfänger...aber lese viel....ich würde es lassen.....mein NAS...weint

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

    @matze55 sagte in Brauche Hilfe beim NSPanel mit Tasmota:

    @gregors MQTT lass das mal lieber...da habe ich auch Probs gehabt......der flutscht ab..binzwar anfänger...aber lese viel....ich würde es lassen.....mein NAS...weint

    Was soll uns das jetzt sagen, kann dir grade nicht folgen

    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
    • matze55M matze55

      @gregors MQTT lass das mal lieber...da habe ich auch Probs gehabt......der flutscht ab..binzwar anfänger...aber lese viel....ich würde es lassen.....mein NAS...weint

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

      @matze55

      Spaßvogel ;-)

      Welches Protokoll soll denn das sonst erledigen? Mein NAS lacht 😊

      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
      • ArmilarA Armilar

        @gregors

        Da hat @TT-Tom schon recht. Der MQTT-Broker muss den Topic anlegen.

        Variante 3...

        GregorSG Offline
        GregorSG Offline
        GregorS
        wrote on last edited by GregorS
        #62

        @armilar

        Habe CustomSend jetzt über MQTT-Explorer angelegt.

        16:32:16.679 CMD: CustomSend time~11:11
        16:32:16.701 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
        

        Es kommt nichts an
        a1.JPG

        Und es dreht sich immer noch
        In CustomSend steht kurz eine Uhrzeit drin, danach wird sie von

        entityUpd~Büro~button~bPrev~~65535~~~button~bNext~~65535~~~delete~~~~~~delete~~~~~~delete~~~~~~delete~~~~~
        

        überschrieben.

        INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

        T 1 Reply Last reply
        0
        • GregorSG GregorS

          @armilar

          Habe CustomSend jetzt über MQTT-Explorer angelegt.

          16:32:16.679 CMD: CustomSend time~11:11
          16:32:16.701 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
          

          Es kommt nichts an
          a1.JPG

          Und es dreht sich immer noch
          In CustomSend steht kurz eine Uhrzeit drin, danach wird sie von

          entityUpd~Büro~button~bPrev~~65535~~~button~bNext~~65535~~~delete~~~~~~delete~~~~~~delete~~~~~~delete~~~~~
          

          überschrieben.

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

          @gregors Zeige bitte mal die Config vom Script. den teil hier

          export const config: Config = {
              panelRecvTopic: 'mqtt.0.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
              panelSendTopic: 'mqtt.0.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
          
          

          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

          GregorSG 1 Reply Last reply
          0
          • T TT-Tom

            @gregors Zeige bitte mal die Config vom Script. den teil hier

            export const config: Config = {
                panelRecvTopic: 'mqtt.0.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                panelSendTopic: 'mqtt.0.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
            
            
            GregorSG Offline
            GregorSG Offline
            GregorS
            wrote on last edited by
            #64

            @tt-tom

            export const config: Config = {
                panelRecvTopic: 'mqtt.1.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                panelSendTopic: 'mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
            
            

            INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

            T 1 Reply Last reply
            0
            • GregorSG GregorS

              @tt-tom

              export const config: Config = {
                  panelRecvTopic: 'mqtt.1.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                  panelSendTopic: 'mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
              
              
              T Offline
              T Offline
              TT-Tom
              wrote on last edited by
              #65

              @gregors okay das passt so. hast du in dem Script schon Sachen 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

              GregorSG 1 Reply Last reply
              0
              • T TT-Tom

                @gregors okay das passt so. hast du in dem Script schon Sachen angepasst?

                GregorSG Offline
                GregorSG Offline
                GregorS
                wrote on last edited by
                #66

                @tt-tom
                ja, einzelne Teile aus dem Video (Wetter) bis zum Punkt Geräteauswahl (Habe ich nicht).

                INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                T 1 Reply Last reply
                0
                • GregorSG GregorS

                  @tt-tom
                  ja, einzelne Teile aus dem Video (Wetter) bis zum Punkt Geräteauswahl (Habe ich nicht).

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

                  @gregors nimm bitte noch mal das Originalscript und setze es ein. bin langsam mit dem Latein am Ende.

                  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

                  GregorSG 1 Reply Last reply
                  0
                  • T TT-Tom

                    @gregors nimm bitte noch mal das Originalscript und setze es ein. bin langsam mit dem Latein am Ende.

                    GregorSG Offline
                    GregorSG Offline
                    GregorS
                    wrote on last edited by
                    #68

                    @tt-tom
                    Von hier?
                    https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/ioBroker/NsPanelTs.ts

                    INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                    T 1 Reply Last reply
                    0
                    • GregorSG GregorS

                      @tt-tom
                      Von hier?
                      https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/ioBroker/NsPanelTs.ts

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

                      @gregors ja von der Github Seite.

                      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

                      GregorSG 1 Reply Last reply
                      0
                      • T TT-Tom

                        @gregors ja von der Github Seite.

                        GregorSG Offline
                        GregorSG Offline
                        GregorS
                        wrote on last edited by
                        #70

                        @tt-tom

                        Habe ich gemacht und nur

                        export const config: Config = {
                           panelRecvTopic: 'mqtt.1.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                           panelSendTopic: 'mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
                        

                        angepasst.
                        Gleiche Ergebnis.

                        Ich werde morgen mal das Display zurück setzten und es nochmal komplett von vorne Stück für Stück installieren und parametrieren.
                        mqtt.1 und userdaten.0/NSPanel werde ich vorher löschen.

                        INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                        T 1 Reply Last reply
                        0
                        • GregorSG GregorS

                          @tt-tom

                          Habe ich gemacht und nur

                          export const config: Config = {
                             panelRecvTopic: 'mqtt.1.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                             panelSendTopic: 'mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
                          

                          angepasst.
                          Gleiche Ergebnis.

                          Ich werde morgen mal das Display zurück setzten und es nochmal komplett von vorne Stück für Stück installieren und parametrieren.
                          mqtt.1 und userdaten.0/NSPanel werde ich vorher löschen.

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

                          @gregors sagte in Brauche Hilfe beim NSPanel mit Tasmota:

                          ch werde morgen mal das Display zurück setzten und es nochmal komplett von vorne Stück für Stück installieren und parametrieren.
                          mqtt.1 und userdaten.0/NSPanel werde ich vorher löschen.

                          denke auch an den Alias Pfad. nutze das Wiki, dort ist alles step by step

                          Wiki

                          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

                          GregorSG 1 Reply Last reply
                          0
                          • T TT-Tom

                            @gregors sagte in Brauche Hilfe beim NSPanel mit Tasmota:

                            ch werde morgen mal das Display zurück setzten und es nochmal komplett von vorne Stück für Stück installieren und parametrieren.
                            mqtt.1 und userdaten.0/NSPanel werde ich vorher löschen.

                            denke auch an den Alias Pfad. nutze das Wiki, dort ist alles step by step

                            Wiki

                            GregorSG Offline
                            GregorSG Offline
                            GregorS
                            wrote on last edited by
                            #72

                            @tt-tom
                            Werde ich machen.
                            Gebe dann Bescheid

                            INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                            T 1 Reply Last reply
                            0
                            • GregorSG GregorS

                              @tt-tom
                              Werde ich machen.
                              Gebe dann Bescheid

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

                              @gregors okay viel Erfolg

                              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

                              GregorSG 1 Reply Last reply
                              0
                              • T TT-Tom

                                @gregors okay viel Erfolg

                                GregorSG Offline
                                GregorSG Offline
                                GregorS
                                wrote on last edited by
                                #74

                                @tt-tom

                                Habe das NSPanel anhand der Wiki komplett neu durchkonfiguriert.
                                Bis zum Punkt 9, "Ab jetzt sollte der Startup-Screen „Waiting for Connection“ in den Sreensaver wechseln und minütlich die Uhrzeit an den Screensaver übertragen"

                                Es dreht sich nur. Keine Änderung gegenüber früher.

                                Aber dann ist mir was aufgefallen.
                                Ich nutze für das NSPanel mqtt.1 mit dem Port 2000.
                                Unter mqtt.1 hat er mir die Verzeichnisse angelegt und auch das CustomSend (via MQTT Explorer).

                                Unter mqtt.0 (hat Port 6064) hat er mir ebenfalls Verzeichnisse angelegt.

                                a1.JPG
                                Hier mqtt.1

                                a2.JPG
                                Hier mqtt.0

                                a3.JPG

                                INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                                T 1 Reply Last reply
                                0
                                • GregorSG GregorS

                                  @tt-tom

                                  Habe das NSPanel anhand der Wiki komplett neu durchkonfiguriert.
                                  Bis zum Punkt 9, "Ab jetzt sollte der Startup-Screen „Waiting for Connection“ in den Sreensaver wechseln und minütlich die Uhrzeit an den Screensaver übertragen"

                                  Es dreht sich nur. Keine Änderung gegenüber früher.

                                  Aber dann ist mir was aufgefallen.
                                  Ich nutze für das NSPanel mqtt.1 mit dem Port 2000.
                                  Unter mqtt.1 hat er mir die Verzeichnisse angelegt und auch das CustomSend (via MQTT Explorer).

                                  Unter mqtt.0 (hat Port 6064) hat er mir ebenfalls Verzeichnisse angelegt.

                                  a1.JPG
                                  Hier mqtt.1

                                  a2.JPG
                                  Hier mqtt.0

                                  a3.JPG

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

                                  @gregors

                                  Warum hast du die Ports jetzt geändert?? Auf was für ein System läuft der iobroker?

                                  Hast du beim Start Meldung im Protokoll?

                                  Sind alle Objekte angelegt. 0_userdata.0 und alias?

                                  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

                                  GregorSG 1 Reply Last reply
                                  0
                                  • T TT-Tom

                                    @gregors

                                    Warum hast du die Ports jetzt geändert?? Auf was für ein System läuft der iobroker?

                                    Hast du beim Start Meldung im Protokoll?

                                    Sind alle Objekte angelegt. 0_userdata.0 und alias?

                                    GregorSG Offline
                                    GregorSG Offline
                                    GregorS
                                    wrote on last edited by GregorS
                                    #76

                                    @tt-tom
                                    Wollte diesmal weit weg vom Port 1883.
                                    Unter userdata.0 sind die Objekte angelegt, Alias habe ich keine.
                                    Habe nach Punkt 9 aufgehört, da der Hinweis "Waiting for content" immer noch da war und nicht wie beschrieben die Zeit angezeigt wurde.
                                    Welchen Start meinst du? ioBroker oder NSPanel?
                                    Ich habe ioBroker in einer VM unter Proxmox laufen

                                    INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                                    T 1 Reply Last reply
                                    0
                                    • GregorSG GregorS

                                      @tt-tom
                                      Wollte diesmal weit weg vom Port 1883.
                                      Unter userdata.0 sind die Objekte angelegt, Alias habe ich keine.
                                      Habe nach Punkt 9 aufgehört, da der Hinweis "Waiting for content" immer noch da war und nicht wie beschrieben die Zeit angezeigt wurde.
                                      Welchen Start meinst du? ioBroker oder NSPanel?
                                      Ich habe ioBroker in einer VM unter Proxmox laufen

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

                                      @gregors

                                      Mit Proxmox kenne ich mich nicht aus. Ist der Port richtig freigegeben?

                                      Wenn du das Script startest, bekommst du da Meldungen im Protokoll?
                                      Was mich wundert ist das die 0_userdata da sind, aber alias nicht. Hast du auch beide vor dem Start des Script gelöscht?

                                      Poste bitte nochmal den aktuellen Inhalt von CustomSend.

                                      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

                                      GregorSG 1 Reply Last reply
                                      0
                                      • T TT-Tom

                                        @gregors

                                        Mit Proxmox kenne ich mich nicht aus. Ist der Port richtig freigegeben?

                                        Wenn du das Script startest, bekommst du da Meldungen im Protokoll?
                                        Was mich wundert ist das die 0_userdata da sind, aber alias nicht. Hast du auch beide vor dem Start des Script gelöscht?

                                        Poste bitte nochmal den aktuellen Inhalt von CustomSend.

                                        GregorSG Offline
                                        GregorSG Offline
                                        GregorS
                                        wrote on last edited by
                                        #78

                                        @tt-tom
                                        Es kommt kein Fehler beim start des Scriptes

                                        mqtt.1
                                        	2023-02-18 19:16:51.076	info	Client [NSPanel_1] publishOnSubscribe send all known states
                                        mqtt.1
                                        	2023-02-18 19:16:51.076	info	Client [NSPanel_1] publishOnSubscribe send all known states
                                        mqtt.1
                                        	2023-02-18 19:16:51.075	info	Client [NSPanel_1] publishOnSubscribe send all known states
                                        mqtt.1
                                        	2023-02-18 19:16:50.876	info	Client [NSPanel_1] subscribes on "cmnd/NSPanel_1_fb/#" with regex /^mqtt\.1\.cmnd\.NSPanel_1_fb(\..*)?/
                                        mqtt.1
                                        	2023-02-18 19:16:50.876	info	Client [NSPanel_1] subscribes on "cmnd/NSPanel_1_fb/#" with regex /^cmnd\.NSPanel_1_fb(\..*)?/
                                        mqtt.1
                                        	2023-02-18 19:16:50.876	info	Client [NSPanel_1] subscribes on "SmartHome/tasmotas/cmnd/#" with regex /^mqtt\.1\.SmartHome\.tasmotas\.cmnd(\..*)?/
                                        mqtt.1
                                        	2023-02-18 19:16:50.875	info	Client [NSPanel_1] subscribes on "SmartHome/tasmotas/cmnd/#" with regex /^SmartHome\.tasmotas\.cmnd(\..*)?/
                                        mqtt.1
                                        	2023-02-18 19:16:50.875	info	Client [NSPanel_1] subscribes on "SmartHome/NSPanel_1/cmnd/#" with regex /^mqtt\.1\.SmartHome\.NSPanel_1\.cmnd(\..*)?/
                                        mqtt.1
                                        	2023-02-18 19:16:50.875	info	Client [NSPanel_1] subscribes on "SmartHome/NSPanel_1/cmnd/#" with regex /^SmartHome\.NSPanel_1\.cmnd(\..*)?/
                                        mqtt.1
                                        	2023-02-18 19:16:50.814	info	Client [NSPanel_1] reconnected. Old secret 1676669581168_8048. New secret 1676744210814_6955
                                        

                                        Alias werden doch angelegt. Habe ich irgendwie übersehen - Sorry.
                                        Habe ich wie auch die userdata-Einträge vorher gelöscht.

                                        Ports brauche ich nicht freigeben.
                                        Habe an mqtt.0 einen fernen Rasp, der mir Daten übermittelt.

                                        In CustomSend wird kurz die Uhrzeit aktualisiert, dannach erscheint wieder in rot

                                        entityUpd~Büro~button~bPrev~~65535~~~button~bNext~~65535~~~delete~~~~~~delete~~~~~~delete~~~~~~delete~~~~~
                                        
                                        export const config: Config = {
                                            panelRecvTopic: 'mqtt.1.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                                            panelSendTopic: 'mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
                                        

                                        INTEL NUC i7, Sonoff, hmIP, AVM, Jeelink, T-Link, Alexa, Saia-Burgess, uvm.

                                        T 1 Reply Last reply
                                        0
                                        • GregorSG GregorS

                                          @tt-tom
                                          Es kommt kein Fehler beim start des Scriptes

                                          mqtt.1
                                          	2023-02-18 19:16:51.076	info	Client [NSPanel_1] publishOnSubscribe send all known states
                                          mqtt.1
                                          	2023-02-18 19:16:51.076	info	Client [NSPanel_1] publishOnSubscribe send all known states
                                          mqtt.1
                                          	2023-02-18 19:16:51.075	info	Client [NSPanel_1] publishOnSubscribe send all known states
                                          mqtt.1
                                          	2023-02-18 19:16:50.876	info	Client [NSPanel_1] subscribes on "cmnd/NSPanel_1_fb/#" with regex /^mqtt\.1\.cmnd\.NSPanel_1_fb(\..*)?/
                                          mqtt.1
                                          	2023-02-18 19:16:50.876	info	Client [NSPanel_1] subscribes on "cmnd/NSPanel_1_fb/#" with regex /^cmnd\.NSPanel_1_fb(\..*)?/
                                          mqtt.1
                                          	2023-02-18 19:16:50.876	info	Client [NSPanel_1] subscribes on "SmartHome/tasmotas/cmnd/#" with regex /^mqtt\.1\.SmartHome\.tasmotas\.cmnd(\..*)?/
                                          mqtt.1
                                          	2023-02-18 19:16:50.875	info	Client [NSPanel_1] subscribes on "SmartHome/tasmotas/cmnd/#" with regex /^SmartHome\.tasmotas\.cmnd(\..*)?/
                                          mqtt.1
                                          	2023-02-18 19:16:50.875	info	Client [NSPanel_1] subscribes on "SmartHome/NSPanel_1/cmnd/#" with regex /^mqtt\.1\.SmartHome\.NSPanel_1\.cmnd(\..*)?/
                                          mqtt.1
                                          	2023-02-18 19:16:50.875	info	Client [NSPanel_1] subscribes on "SmartHome/NSPanel_1/cmnd/#" with regex /^SmartHome\.NSPanel_1\.cmnd(\..*)?/
                                          mqtt.1
                                          	2023-02-18 19:16:50.814	info	Client [NSPanel_1] reconnected. Old secret 1676669581168_8048. New secret 1676744210814_6955
                                          

                                          Alias werden doch angelegt. Habe ich irgendwie übersehen - Sorry.
                                          Habe ich wie auch die userdata-Einträge vorher gelöscht.

                                          Ports brauche ich nicht freigeben.
                                          Habe an mqtt.0 einen fernen Rasp, der mir Daten übermittelt.

                                          In CustomSend wird kurz die Uhrzeit aktualisiert, dannach erscheint wieder in rot

                                          entityUpd~Büro~button~bPrev~~65535~~~button~bNext~~65535~~~delete~~~~~~delete~~~~~~delete~~~~~~delete~~~~~
                                          
                                          export const config: Config = {
                                              panelRecvTopic: 'mqtt.1.SmartHome.NSPanel_1.tele.RESULT',       // Bitte anpassen
                                              panelSendTopic: 'mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend',   // Bitte anpassen
                                          
                                          T Offline
                                          T Offline
                                          TT-Tom
                                          wrote on last edited by
                                          #79

                                          @gregors

                                          Okay dann wird das Problem hier sein.

                                          
                                          entityUpd~Büro~button~bPrev~~65535~~~button~bNext~~65535~~~delete~~~~~~delete~~~~~~delete~~~~~~delete~~~~~
                                          
                                          

                                          Hast du eine Seite die Büro heißt?
                                          Zeige bitte mal die Auflistung deiner Seiten.

                                          @Armilar
                                          Wenn ich den Payload richtig verstehe will er auf die Seite Büro updaten, kannst du dir das erklären.

                                          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

                                          GregorSG 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          601

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          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