Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Brauche Hilfe beim NSPanel mit Tasmota

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    [gelöst] Brauche Hilfe beim NSPanel mit Tasmota

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

      @armilar @GregorS

      jedenfalls mal in der Tasmotakonsole absetzen und Hier prüfen mqtt.1.SmartHome.NSPanel01.cmnd.CustomSend ob es ankommt

      T GregorS 2 Replies Last reply Reply Quote 0
      • T
        TT-Tom @TT-Tom last edited by

        @GregorS

        die MQTT.1 Instanz ist Grün?

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

          @tt-tom

          22:03:36.595 CMD: CustomSend time~22:03
          22:03:36.617 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
          22:03:40.084 MQT: SmartHome/NSPanel_1/tele/RESULT = {"CustomRecv":"event,startup,49,eu"}
          
          entityUpd~Büro~button~bPrev~~65535~~~button~bNext~~65535~~~delete~~~~~~delete~~~~~~delete~~~~~~delete~~~~~
          
          T 1 Reply Last reply Reply Quote 0
          • GregorS
            GregorS @TT-Tom last edited by

            @tt-tom

            Ja, MQTT.1 ist grün

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

              @gregors sagte in Brauche Hilfe beim NSPanel mit Tasmota:

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

              ist das die Ausgabe von mqtt.1.SmartHome.NSPanel_1.cmnd.CustomSend ??

              GregorS 2 Replies Last reply Reply Quote 0
              • GregorS
                GregorS @TT-Tom last edited by

                @tt-tom
                ja.

                T 1 Reply Last reply Reply Quote 0
                • Armilar
                  Armilar Most Active Forum Testing @GregorS last edited by

                  @gregors

                  @TT-Tom

                  Also die Empfangsrichtung funktioniert definitiv. Bei dem CustomSend bin ich mir aber auch nicht wirklich sicher... Habe so ein starres Verhalten auch noch nicht gehabt...

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

                    @gregors sagte in Brauche Hilfe beim NSPanel mit Tasmota:

                    @tt-tom
                    ja.

                    welche Scriptversion hast du ?
                    mit oder ohne Beispiel Seiten?
                    läuft das Script?
                    hast du Fehlermeldungen vom javascript Adapter?

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

                      @tt-tom

                      a1.JPG

                      cmnd

                      CustomSend time~21:30
                      
                      T 1 Reply Last reply Reply Quote 0
                      • GregorS
                        GregorS @TT-Tom last edited by

                        @tt-tom

                        Script ist mit Beispielseiten.

                        Hatte mal javasript-Meldungen, aber ich denke, die kamen dager dass ich das Panel stromlos gemacht habe

                        avascript.0
                        	2023-02-16 21:46:30.791	error	Request error: Error: socket hang up
                        javascript.0
                        	2023-02-16 21:46:30.631	error	Request error: Error: socket hang up
                        admin.0
                        	2023-02-16 21:46:18.582	info	==> Connected system.user.admin from ::ffff:192.168.10.52
                        mqtt.1
                        	2023-02-16 21:45:18.446	info	Client [NSPanel_01] publishOnSubscribe send all known states
                        mqtt.1
                        	2023-02-16 21:45:18.446	info	Client [NSPanel_01] publishOnSubscribe send all known states
                        mqtt.1
                        	2023-02-16 21:45:18.445	info	Client [NSPanel_01] publishOnSubscribe send all known states
                        mqtt.1
                        	2023-02-16 21:45:18.246	info	Client [NSPanel_01] subscribes on "cmnd/NSPanel_01_fb/#" with regex /^mqtt\.1\.cmnd\.NSPanel_01_fb(\..*)?/
                        mqtt.1
                        	2023-02-16 21:45:18.246	info	Client [NSPanel_01] subscribes on "cmnd/NSPanel_01_fb/#" with regex /^cmnd\.NSPanel_01_fb(\..*)?/
                        mqtt.1
                        	2023-02-16 21:45:18.246	info	Client [NSPanel_01] subscribes on "SmartHome/tasmotas/cmnd/#" with regex /^mqtt\.1\.SmartHome\.tasmotas\.cmnd(\..*)?/
                        mqtt.1
                        	2023-02-16 21:45:18.245	info	Client [NSPanel_01] subscribes on "SmartHome/tasmotas/cmnd/#" with regex /^SmartHome\.tasmotas\.cmnd(\..*)?/
                        mqtt.1
                        	2023-02-16 21:45:18.245	info	Client [NSPanel_01] subscribes on "SmartHome/NSPanel_1/cmnd/#" with regex /^mqtt\.1\.SmartHome\.NSPanel_1\.cmnd(\..*)?/
                        mqtt.1
                        	2023-02-16 21:45:18.245	info	Client [NSPanel_01] subscribes on "SmartHome/NSPanel_1/cmnd/#" with regex /^SmartHome\.NSPanel_1\.cmnd(\..*)?/
                        mqtt.1
                        	2023-02-16 21:45:18.182	info	Client [NSPanel_01] connected with secret 1676580318179_2456
                        mqtt.1
                        	2023-02-16 21:45:13.423	info	Client [NSPanel_01] connection closed: closed
                        
                        Armilar 1 Reply Last reply Reply Quote 0
                        • Armilar
                          Armilar Most Active Forum Testing @GregorS last edited by

                          @gregors

                          Nimm mal den Haken mit den Websockets aus dem MQTT raus

                          Request error: Error: socket hang up
                          
                          T GregorS 2 Replies Last reply Reply Quote 0
                          • T
                            TT-Tom @Armilar last edited by

                            @armilar @GregorS

                            ja die sind bei mir auch raus

                            1 Reply Last reply Reply Quote 0
                            • GregorS
                              GregorS @Armilar last edited by

                              @armilar

                              Habe ich gemacht.
                              Beim starten des Adapters kam kurz " Can not read instanz", der Adapter wurde wieeder gelb und nach kurzer Zeit grün

                              T Armilar 2 Replies Last reply Reply Quote 0
                              • T
                                TT-Tom @GregorS last edited by

                                @gregors

                                zeige bitte mal das Protokoll vom Start

                                1 Reply Last reply Reply Quote 0
                                • Armilar
                                  Armilar Most Active Forum Testing @GregorS last edited by

                                  @gregors

                                  Jetzt zur Sicherheit auch noch einmal das Panel durchstarten und dann nochmal

                                  CustomSend time~23:00

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

                                    @armilar sagte in Brauche Hilfe beim NSPanel mit Tasmota:

                                    CustomSend time~23:00

                                    Das sollte durchgelaufen sein, sonst wäre der Pfad in MQTT nicht da.

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

                                      @gregors sagte in Brauche Hilfe beim NSPanel mit Tasmota:

                                      @tt-tom

                                      a1.JPG

                                      ich sehe grade, hast du den Pfad CustomSend selber angelegt?? da steht "manuell angelegt"

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

                                        @tt-tom

                                        22:25:51.068 CMD: CustomSend time~23:00
                                        22:25:51.090 MQT: SmartHome/NSPanel_1/stat/RESULT = {"CustomSend":"Done"}
                                        

                                        In cmd steht immer noch 21:30 drin.

                                        Ich mache morgen alles mal platt und fang nochmal von vorne lt. dem Wiki und dem Video an

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

                                          @tt-tom

                                          ja, laut der Anleitung.
                                          über die Konsole habe ich es zig mal probiert, aber er CustomSend wurde nicht angelegt.

                                          Armilar T 2 Replies Last reply Reply Quote 0
                                          • Armilar
                                            Armilar Most Active Forum Testing @GregorS last edited by Armilar

                                            @gregors

                                            Bei mir funktioniert der CustomSend am besten mit der Variante MQTT-Explorer

                                            Manuelles anlegen kann mein alter Broker irgendwie nicht und mit CustomSend über die Konsole bekommt er auch nichts zustande

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

                                            Support us

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

                                            1.1k
                                            Online

                                            32.3k
                                            Users

                                            81.1k
                                            Topics

                                            1.3m
                                            Posts

                                            nspanel mqtt sonoff
                                            5
                                            104
                                            10396
                                            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