Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Sonoff Adapter Rot nach Updaten (Port?)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Sonoff Adapter Rot nach Updaten (Port?)

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser @Glasfaser last edited by Glasfaser

      @BamBam89

      @glasfaser sagte in Sonoff Adapter Rot nach Updaten (Port?):
      zeige mal :
      lsof -i -P | grep -i LISTEN

      Was ist hiermit !

      B 1 Reply Last reply Reply Quote 0
      • B
        BamBam89 @Glasfaser last edited by

        @glasfaser said in Sonoff Adapter Rot nach Updaten (Port?):

        lsof -i -P | grep -i LISTEN

        Sorry. Da bekomme ich keine Information:

        pi@raspberrypi-ioB:~ $ lsof -i -P | grep -i LISTEN
        pi@raspberrypi-ioB:~ $ sudo apt-get install lsof
        Paketlisten werden gelesen... Fertig
        Abhängigkeitsbaum wird aufgebaut.
        Statusinformationen werden eingelesen.... Fertig
        lsof ist schon die neueste Version (4.91+dfsg-1).
        0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
        
        Glasfaser 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @BamBam89 last edited by

          @bambam89

          Sorry. Da bekomme ich keine Information:

          Komisch !?

          Und hiermit

          lsof -n | grep LISTEN
          
          B 1 Reply Last reply Reply Quote 0
          • B
            BamBam89 @Glasfaser last edited by

            @glasfaser said in Sonoff Adapter Rot nach Updaten (Port?):

            lsof -n | grep LISTEN

            nix:

            pi@raspberrypi-ioB:~ $ lsof -n | grep LISTEN
            pi@raspberrypi-ioB:~ $
            
            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @BamBam89 last edited by

              @bambam89

              sudo lsof -i -P | grep -i LISTEN
              
              B 1 Reply Last reply Reply Quote 0
              • B
                BamBam89 @Glasfaser last edited by

                @glasfaser said in Sonoff Adapter Rot nach Updaten (Port?):

                sudo lsof -i -P | grep -i LISTEN

                Ich hatte dieses mosquitto schon im verdacht:

                pi@raspberrypi-ioB:~ $ sudo lsof -i -P | grep -i LISTEN
                meyectl     363      root   12u  IPv4  15903      0t0  TCP *:8765 (LISTEN)
                deCONZ      381        pi    5u  IPv4  15856      0t0  TCP *:80 (LISTEN)
                deCONZ      381        pi   10u  IPv4  14995      0t0  TCP *:443 (LISTEN)
                motion      544      root    5u  IPv4  17173      0t0  TCP *:8085 (LISTEN)
                motion      544      root    7u  IPv4  17174      0t0  TCP localhost:7999 (LISTEN)
                iobroker.   741  iobroker   19u  IPv4  20537      0t0  TCP localhost:9001 (LISTEN)
                iobroker.   741  iobroker   24u  IPv4  18238      0t0  TCP localhost:9000 (LISTEN)
                mosquitto   745 mosquitto    5u  IPv4  18033      0t0  TCP *:1883 (LISTEN)
                mosquitto   745 mosquitto    6u  IPv6  18034      0t0  TCP *:1883 (LISTEN)
                sshd        755      root    3u  IPv4  18630      0t0  TCP *:22 (LISTEN)
                sshd        755      root    4u  IPv6  18632      0t0  TCP *:22 (LISTEN)
                dnsmasq     757   dnsmasq    5u  IPv4  18039      0t0  TCP *:53 (LISTEN)
                dnsmasq     757   dnsmasq    7u  IPv6  18041      0t0  TCP *:53 (LISTEN)
                io.admin.   920  iobroker   27u  IPv6  18361      0t0  TCP *:8081 (LISTEN)
                node-red   1221  iobroker   22u  IPv4  21060      0t0  TCP raspberrypi-ioB.fritz.box:1880 (LISTEN)
                node-red   1221  iobroker   23u  IPv6  20138      0t0  TCP *:8080 (LISTEN)
                io.web.0   1762  iobroker   27u  IPv6  22816      0t0  TCP *:8082 (LISTEN)
                io.upnp.0  2404  iobroker   29u  IPv6  32939      0t0  TCP *:8000 (LISTEN)
                io.mqtt.0 19825  iobroker   27u  IPv4 188190      0t0  TCP *:1500 (LISTEN)
                pi@raspberrypi-ioB:~ $
                

                Wie bekommt man denn da den Port geändert? Oder was kann man da machen?

                Glasfaser Wal 2 Replies Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @BamBam89 last edited by

                  @bambam89 sagte in Sonoff Adapter Rot nach Updaten (Port?):

                  Ich hatte dieses mosquitto schon im verdacht:

                  Bingo ,

                  Kenne mich nicht mit mosquitto aus

                  B 1 Reply Last reply Reply Quote 1
                  • Wal
                    Wal Developer @BamBam89 last edited by

                    @bambam89 ,
                    die mosquitto.conf in /etc/mosquitto ändern oder Mosquitto löschen.

                    1 Reply Last reply Reply Quote 2
                    • B
                      BamBam89 @Glasfaser last edited by

                      @glasfaser Danke dir!!

                      @Wal kannst du mir sagen, wozu mosquitto genutzt wird?

                      Wal 1 Reply Last reply Reply Quote 1
                      • Wal
                        Wal Developer @BamBam89 last edited by

                        @bambam89 ,
                        das ist ein MQTT-Server und den musst du installiert haben.

                        sudo apt remove mosquitto
                        
                        B 1 Reply Last reply Reply Quote 1
                        • B
                          BamBam89 @Wal last edited by

                          @wal

                          und zack ist der Sonoff Adapter wieder grün. Mal schauen was durch die Deinstallation jetzt dann nicht mehr geht 🙂

                          Danke euch beiden und noch einen schönen Restsonntag

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @BamBam89 last edited by

                            @bambam89 sagte in Sonoff Adapter Rot nach Updaten (Port?):

                            Mal schauen was durch die Deinstallation jetzt dann nicht mehr geht

                            mosquitto

                            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

                            934
                            Online

                            31.9k
                            Users

                            80.1k
                            Topics

                            1.3m
                            Posts

                            4
                            15
                            720
                            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