Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (gelöst) Sonoff Adapter hat keine Datenpunkte

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

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

    (gelöst) Sonoff Adapter hat keine Datenpunkte

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

      @williklein

      bei Sonoff müssen dir andere weiterhelfen. Da du aber keine weiteren Sonoff - Geräte hast, ist die Frage, ob man bei Sonoff bleibt oder auf MQTT wechselt.

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

        @tt-tom sagte in Sonoff Adapter:

        @WilliKlein
        entscheid dich doch bitte mal für ein Thread.
        wir waren hier https://forum.iobroker.net/post/1015431ja auch noch nicht fertig.

        Es wäre schön, wenn ich hier jetzt mal ein paar Tips bekomme, was zu machen ist. Die anderen Trends habe ich soweit als gelöst erklärt.

        crunchip 1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @WilliKlein last edited by crunchip

          @williklein na dein mqtt in deinem Gerät muss mit Nutzername, Passwort, Ip vom Host(iobroker) und Port mit den Einstellungen im Sonoff Adapter übereinstimmen. Dieser macht ja mqtt für dich und brauchst nicht extra den mqtt Adapter

          Edit

          Und auch wie bereits geschrieben, dein Gerät neu starten, danach sollten bei Ereignis/abhängig von teleperiod so nach und nach die Datenpunkte erscheinen.

          In der Instanz würde ich erstmal alle Haken weg lassen bzw dann nur das anhaken was wirklich benötigt wird

          W 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @WilliKlein last edited by A Former User

            @williklein sagte in Sonoff Adapter:

            Ich habe beim sonoff Adapter beim Port 1883 eingestellt, ebenso in der Tasmota App.

            Moin,

            zeig doch nicht nur so ein Fitzelchen, sondern alles.
            Dann, was Tasmota angeht, nicht sagen, sondern zeigen. Wie @crunchip auch schon gefragt hat, User/Passwort ok sowohl im Sonoff Adapter, als auch in Tasmota.

            Also so sieht das bei mir aus
            a2605769-a8e0-45e4-a7cf-6c9a06cc879d-image.png
            c55a54d4-a1c1-460a-9b44-506a82081c57-image.png

            VG
            Bernd

            Edit
            Ich möchte hier noch einmal eine Lanze für die Vergabe von Ports brechen, denn ich sehe immer wieder, dass man da irgendwas einträgt, ohne zu wissen, was man da macht.
            Dies ist die Liste der Standard Ports - Wikipedia.

            Der Bereich

            - 0 - 1023           ist nur für `root-Konto` Zugriffe gestattet.
            - 1024 - 49151       sind oft schon durch Applikationen reserviert und damit Standard, wie z. B.: 1883 für `mqtt`
            - 49152 - 65535      sind dynamisch, hier sollte man sich bedienen wenn man eigene Ports nutzen möchte
            

            P.S.: ich weiß, dass ich mich auch nicht ganz daran gehalten habe, ich habe aber einen leeren Bereich im 38k Bereich gewählt 🙂

            W 1 Reply Last reply Reply Quote 0
            • W
              WilliKlein @Guest last edited by

              @dp20eic

              Bildschirmfoto 2023-07-12 um 18.57.25.png

              Bildschirmfoto 2023-07-12 um 18.58.00.png

              Nutzername und Passwort stimmen, habe ich auch wiederholt neu eingegeben.
              IP und Port sind auch OK.

              Homoran ? 2 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @WilliKlein last edited by

                @williklein Bitte den Threadtitel sinnvoll anpassen!

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @WilliKlein last edited by A Former User

                  @williklein sagte in Sonoff Adapter:

                  IP und Port sind auch OK.

                  Moin,

                  also 192.168.178.92 ist der ioBroker?

                  Erst machen wir ein zweites Fenster mit dem Protokoll auf, sollte unter Quelle schon ein Eintrag Sonoff sein, dann auswählen
                  06d01816-62b8-4042-94dd-8a8aa75b58c4-image.png

                  Im ersten Fenster stellen den Adapter mal auf Debug um
                  25923cd2-0bfc-40d1-a083-06b82326803e-image.png

                  !!! Achtung !!!
                  Nach Abschluss, nicht vergessen den Expertenmodus wieder ausschalten.
                  !!! Achtung !!!

                  Den Adapter neue starten und im zweiten Fenster schauen, was für Meldungen kommen, Meldungen hier in Code Tags </> posten

                  VG
                  Bernd

                  W 1 Reply Last reply Reply Quote 0
                  • W
                    WilliKlein @crunchip last edited by

                    @crunchip

                    in der Software von Tasmota in der Console steht eine Fehlermeldung. Vielleicht ist das die Ursache ?
                    Ich habe da schon getestet und den Port auf 1882 geändert, aber auch ohne Erfolg.
                    Bildschirmfoto 2023-07-12 um 19.46.57.png

                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @WilliKlein last edited by crunchip

                      @williklein du darfst den Port nicht einfach so ändern, könnte anderweitug schon belegt sein
                      Bzw zeig mal die Ausgabe von

                      sudo netstat -tulpen
                      
                      W 2 Replies Last reply Reply Quote 0
                      • W
                        WilliKlein @crunchip last edited by Homoran

                        @crunchip

                        pi@raspberrypi:~ $ sudo netstad -tulben
                        sudo: netstad: command not found
                        pi@raspberrypi:~ $ sudo netstad -tulben
                        sudo: netstad: command not found
                        pi@raspberrypi:~ $
                        

                        MOD-EDIT: Code in code-tags gesetzt!

                        1 Reply Last reply Reply Quote 0
                        • W
                          WilliKlein @Guest last edited by

                          @dp20eic

                          sonoff.0
                          2023-07-12 20:49:55.442	debug	stateChange sonoff.0.info.connection: {"val":"","ack":true,"ts":1689187795435,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1689120066039}
                          
                          sonoff.0
                          2023-07-12 20:49:55.423	info	Starting MQTT authenticated server on port 1883
                          
                          sonoff.0
                          2023-07-12 20:49:55.352	info	starting. Version 2.5.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.18.0, js-controller: 4.0.23
                          
                          sonoff.0
                          2023-07-12 20:49:54.999	debug	Plugin sentry Initialize Plugin (enabled=true)
                          
                          sonoff.0
                          2023-07-12 20:49:50.429	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          
                          sonoff.0
                          2023-07-12 20:49:50.428	debug	Plugin sentry destroyed
                          
                          sonoff.0
                          2023-07-12 20:49:50.427	info	terminating
                          
                          sonoff.0
                          2023-07-12 20:49:50.425	info	Got terminate signal TERMINATE_YOURSELF
                          
                          sonoff.0
                          2023-07-12 20:48:29.906	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:48:18.540	debug	stateChange sonoff.0.info.connection: {"val":"","ack":true,"ts":1689187698533,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1689120066039}
                          
                          sonoff.0
                          2023-07-12 20:48:18.504	info	Starting MQTT authenticated server on port 1883
                          
                          sonoff.0
                          2023-07-12 20:48:18.424	info	starting. Version 2.5.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.18.0, js-controller: 4.0.23
                          
                          sonoff.0
                          2023-07-12 20:48:18.075	debug	Plugin sentry Initialize Plugin (enabled=true)
                          
                          sonoff.0
                          2023-07-12 20:48:13.482	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          
                          sonoff.0
                          2023-07-12 20:48:13.481	debug	Plugin sentry destroyed
                          
                          sonoff.0
                          2023-07-12 20:48:13.480	info	terminating
                          
                          sonoff.0
                          2023-07-12 20:48:13.476	info	Got terminate signal TERMINATE_YOURSELF
                          
                          sonoff.0
                          2023-07-12 20:46:25.113	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:46:13.162	debug	stateChange sonoff.0.info.connection: {"val":"","ack":true,"ts":1689187573156,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1689120066039}
                          
                          sonoff.0
                          2023-07-12 20:46:13.144	info	Starting MQTT authenticated server on port 1883
                          
                          sonoff.0
                          2023-07-12 20:46:13.071	info	starting. Version 2.5.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.18.0, js-controller: 4.0.23
                          
                          sonoff.0
                          2023-07-12 20:46:12.740	debug	Plugin sentry Initialize Plugin (enabled=true)
                          
                          sonoff.0
                          2023-07-12 20:46:08.206	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          
                          sonoff.0
                          2023-07-12 20:46:08.203	info	terminating
                          
                          sonoff.0
                          2023-07-12 20:46:08.199	info	Got terminate signal TERMINATE_YOURSELF
                          
                          sonoff.0
                          2023-07-12 20:44:33.356	info	Starting MQTT authenticated server on port 1883
                          
                          sonoff.0
                          2023-07-12 20:44:33.283	info	starting. Version 2.5.7 in /opt/iobroker/node_modules/iobroker.sonoff, node: v16.18.0, js-controller: 4.0.23
                          
                          sonoff.0
                          2023-07-12 20:44:27.918	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          
                          sonoff.0
                          2023-07-12 20:44:27.915	info	terminating
                          
                          sonoff.0
                          2023-07-12 20:44:27.910	info	Got terminate signal TERMINATE_YOURSELF
                          
                          sonoff.0
                          2023-07-12 20:44:20.240	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:42:15.417	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:40:10.605	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:38:05.744	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:36:00.936	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:33:56.103	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          sonoff.0
                          2023-07-12 20:31:51.200	warn	Client [DVES_E0F23B] has invalid password or username
                          
                          
                          DJMarc75 crunchip 2 Replies Last reply Reply Quote 0
                          • DJMarc75
                            DJMarc75 @WilliKlein last edited by

                            @williklein

                            Original:

                            @crunchip sagte in Sonoff Adapter hat keine Datenpunkte:

                            sudo netstat -tulpen

                            Und dann Deine Eingabe:

                            @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                            sudo netstad -tulben

                            Finde den Fehler 🙂

                            Und Dein System ist auch nicht grad auf neuem Stand !

                            node: v16.18.0, js-controller: 4.0.23
                            
                            1 Reply Last reply Reply Quote 0
                            • W
                              WilliKlein @crunchip last edited by

                              @crunchip

                              machmal ist man einfach zu blöd. Jetzt aber richtig

                              pi@raspberrypi:~ $ sudo netstat -tulben
                              netstat: invalid option -- 'b'
                              usage: netstat [-vWeenNcCF] [<Af>] -r         netstat {-V|--version|-h|--help}
                                     netstat [-vWnNcaeol] [<Socket> ...]
                                     netstat { [-vWeenNac] -i | [-cnNe] -M | -s [-6tuw] }
                              
                                      -r, --route              display routing table
                                      -i, --interfaces         display interface table
                                      -g, --groups             display multicast group memberships
                                      -s, --statistics         display networking statistics (like SNMP)
                                      -M, --masquerade         display masqueraded connections
                              
                                      -v, --verbose            be verbose
                                      -W, --wide               don't truncate IP addresses
                                      -n, --numeric            don't resolve names
                                      --numeric-hosts          don't resolve host names
                                      --numeric-ports          don't resolve port names
                                      --numeric-users          don't resolve user names
                                      -N, --symbolic           resolve hardware names
                                      -e, --extend             display other/more information
                                      -p, --programs           display PID/Program name for sockets
                                      -o, --timers             display timers
                                      -c, --continuous         continuous listing
                              
                                      -l, --listening          display listening server sockets
                                      -a, --all                display all sockets (default: connected)
                                      -F, --fib                display Forwarding Information Base (default)
                                      -C, --cache              display routing cache instead of FIB
                                      -Z, --context            display SELinux security context for sockets
                              
                                <Socket>={-t|--tcp} {-u|--udp} {-U|--udplite} {-S|--sctp} {-w|--raw}
                                         {-x|--unix} --ax25 --ipx --netrom
                                <AF>=Use '-6|-4' or '-A <af>' or '--<af>'; default: inet
                                List of possible address families (which support routing):
                                  inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25) 
                                  netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP) 
                                  x25 (CCITT X.25) 
                              pi@raspberrypi:~ $ 
                              
                              
                              DJMarc75 crunchip 2 Replies Last reply Reply Quote 0
                              • DJMarc75
                                DJMarc75 @WilliKlein last edited by

                                @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                sudo netstat -tulben

                                finde nochmal den Fehler

                                1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @WilliKlein last edited by

                                  @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                  Jetzt aber richtig

                                  nicht ganz, kürz es ab

                                  sudo netstat -ltp
                                  
                                  W 1 Reply Last reply Reply Quote 0
                                  • W
                                    WilliKlein @crunchip last edited by

                                    @crunchip

                                     sudo netstat -ltp
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
                                    tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN      585/sshd: /usr/sbin 
                                    tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      564/vncserver-x11-c 
                                    tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      3211437/io.shelly.0 
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      3217593/io.sonoff.0 
                                    tcp        0      0 localhost:ipp           0.0.0.0:*               LISTEN      3201754/cupsd       
                                    tcp        0      0 localhost:9000          0.0.0.0:*               LISTEN      548/iobroker.js-con 
                                    tcp        0      0 localhost:9001          0.0.0.0:*               LISTEN      548/iobroker.js-con 
                                    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      585/sshd: /usr/sbin 
                                    tcp6       0      0 [::]:5900               [::]:*                  LISTEN      564/vncserver-x11-c 
                                    tcp6       0      0 [::]:8082               [::]:*                  LISTEN      2913709/io.web.0    
                                    tcp6       0      0 [::]:tproxy             [::]:*                  LISTEN      120900/io.admin.0   
                                    tcp6       0      0 localhost:ipp           [::]:*                  LISTEN      3201754/cupsd       
                                    pi@raspberrypi:~ $ 
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @WilliKlein last edited by

                                      @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                      Client [DVES_E0F23B] has invalid password or username

                                      da hast du wohl dich irgendwo vertippt

                                      @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                      0 0.0.0.0:1883 0.0.0.0:* LISTEN 3217593/io.sonoff.0

                                      passt, ist nicht anderweitig belegt

                                      W 2 Replies Last reply Reply Quote 0
                                      • W
                                        WilliKlein @crunchip last edited by

                                        @crunchip sagte in Sonoff Adapter hat keine Datenpunkte:

                                        @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                        Client [DVES_E0F23B] has invalid password or username

                                        da hast du wohl dich irgendwo vertippt

                                        Das kann nicht sein, ich habe "Willi1" all Benutzernamen und bei dem Passwort kann ich mich nicht vertippt haben, denn das Passwort nutze ich auch beim IOBroker.

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          WilliKlein @crunchip last edited by WilliKlein

                                          @crunchip

                                          wer ist denn damit gemeint, ist das die Tasmota App

                                          Client [DVES_E0F23B] has invalid password or username
                                          

                                          Für wen wird das Passwort gebraucht ? oder mit welchem Passwort wird das verglichen ?

                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @WilliKlein last edited by crunchip

                                            @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                            wer ist denn damit gemeint

                                            na dein tasmota Gerät
                                            0489229b-ebfa-4dd8-9577-84327fdccaf5-image.png

                                            @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                            Das kann nicht sein

                                            ist aber so, vllt beim Passwort groß/klein Schreibung oder ein Leerzeichen was du übersehen hast

                                            @williklein sagte in Sonoff Adapter hat keine Datenpunkte:

                                            Für wen wird das Passwort gebraucht ? oder mit welchem Passwort wird das verglichen ?

                                            die Daten müssen im jeweiligen Gerät mit dem Adapter übereinstimmen

                                            W 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

                                            730
                                            Online

                                            32.3k
                                            Users

                                            81.0k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            42
                                            2998
                                            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