Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Gelöst] MQTT Adapter fehler nach upgrade auf Bullseye

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Gelöst] MQTT Adapter fehler nach upgrade auf Bullseye

    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      zanabria @Thomas Braun last edited by

      @thomas-braun
      habe fixer laufen lassen, Rebuild angestossen und bekomme immer noch "keine Verbindung Gerät oder Dienst" im Adapter

      wendy2702 1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 @zanabria last edited by

        @zanabria Vollständiges Debug Log vom Adapter zeigen.

        Was für eine HW von was nach Bullseye upgedated?

        Z 2 Replies Last reply Reply Quote 0
        • BananaJoe
          BananaJoe Most Active @zanabria last edited by

          @zanabria

          Zuerst: Gib Benutzer und Passwort mal im Adapter neu ein (weil refused)

          Mein erster Gedanke:
          dem Log entnehme ich das der MQTT-Adapter sich als Client mit einem MQTT-Broker verbinden will der unter 192.168.100.22:1883 erreichbar sein soll. Läuft denn der Broker? Falls du Mosquitto nutzt - bei meinem Ubuntu-Upgrade von 20.04 auf 22.04 wollte er meine ich auch erst nicht.

          Nach Fehlersuche habe ich dann die Datenbank und Konfiguration wegkopiert, den Mosquitto deinstalliert und ge-purge und dann wieder neu installiert, Konfiguartion übernommen und Daten wieder eingehängt und mosquitto wieder gestartet.

          Datenbank bei Mosquitto? Ich meine damit die Möglichkeit der persistenten Daten, in meiner Conf steht

          persistence true
          persistence_location /var/lib/mosquitto/
          autosave_interval 300
          
          Z 1 Reply Last reply Reply Quote 0
          • Z
            zanabria @wendy2702 last edited by

            @wendy2702
            hi, habe von Buster auf Bullseye upgedatet.

            wendy2702 1 Reply Last reply Reply Quote 0
            • Z
              zanabria @BananaJoe last edited by

              @bananajoe
              hi, hat leider nichts gebracht.
              Wenn ich Benutzer und Passwörter eingebe kommt kein speichern Button, also angeblich alles gut

              BananaJoe 1 Reply Last reply Reply Quote 0
              • Z
                zanabria @wendy2702 last edited by wendy2702

                @wendy2702

                LOG Daten

                2023-02-06 20:29:14.447 - info: mqtt.0 (4568) Reconnected to 192.168.100.22
                2023-02-06 20:29:14.449 - error: mqtt.0 (4568) Client error:Error: connect ECONNREFUSED 192.168.100.22:1883
                2023-02-06 20:29:14.450 - info: mqtt.0 (4568) Disconnected from 192.168.100.22
                2023-02-06 20:29:24.452 - info: mqtt.0 (4568) Reconnected to 192.168.100.22
                2023-02-06 20:29:24.454 - error: mqtt.0 (4568) Client error:Error: connect ECONNREFUSED 192.168.100.22:1883
                

                MOD EDIT: LOG IN CODE TAGS </> GESETZT

                1 Reply Last reply Reply Quote 0
                • wendy2702
                  wendy2702 @zanabria last edited by

                  @zanabria sagte in MQTT Adapter fehler nach upgrade auf Bullseye:

                  @wendy2702
                  hi, habe von Buster auf Bullseye upgedatet.

                  Container?
                  VM?
                  NATIV?
                  PI?
                  PROXMOX?
                  .
                  .
                  .

                  Z 1 Reply Last reply Reply Quote 0
                  • Z
                    zanabria @wendy2702 last edited by

                    @wendy2702
                    Sorry,
                    raspberrypi arm CPUs 4
                    Modell ARMv7 Processor rev 3 (v7l)
                    RAM 3.75 GB
                    Node.js v16.19.0
                    NPM 8.19.3
                    Datenträgergröße 28.9 GB
                    freier Festplattenspeicher 11.14 GB
                    Aktive Instanzen 18
                    Weg /opt/iobroker/
                    Hostname raspberrypi

                    1 Reply Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 last edited by

                      @wendy2702 sagte in MQTT Adapter fehler nach upgrade auf Bullseye:

                      Vollständiges Debug Log vom Adapter zeigen.

                      Kannst du das denn bitte mal Zeigen und Screenshots der Adapter Config.

                      Und welches Gerät hat diese IP: 192.168.100.22

                      Ist das noch erreichbar?

                      Z 2 Replies Last reply Reply Quote 0
                      • Z
                        zanabria @wendy2702 last edited by

                        @wendy2702
                        Der Pi ist diese ,,,22
                        alle Adapter laufen ausser
                        a9cdbed0-ced3-40d9-b028-caee3e08c44d-grafik.png
                        hier ein Ausschnitt davon

                        1 Reply Last reply Reply Quote 0
                        • Z
                          zanabria @wendy2702 last edited by

                          @wendy2702
                          ccab5633-da2b-4e1c-aa7c-31f9edaa3eb7-grafik.png

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

                            @zanabria das Feld client id hab ich gar nicht
                            Edit
                            Achso du hast den auf client stehen

                            1 Reply Last reply Reply Quote 0
                            • wendy2702
                              wendy2702 last edited by

                              Stoppe mal den Adapter und dann:

                              ip a
                              netstat -tulp
                              
                              Z 1 Reply Last reply Reply Quote 0
                              • Z
                                zanabria @wendy2702 last edited by

                                @wendy2702
                                hat keine Veränderung gebracht.

                                wendy2702 1 Reply Last reply Reply Quote 0
                                • wendy2702
                                  wendy2702 @zanabria last edited by

                                  @zanabria Das bringt auch keine Änderung.

                                  Du sollst die Ausgaben davon hier zeigen.

                                  Z 2 Replies Last reply Reply Quote 0
                                  • BananaJoe
                                    BananaJoe Most Active @zanabria last edited by

                                    @zanabria sagte in MQTT Adapter fehler nach upgrade auf Bullseye:

                                    @bananajoe
                                    hi, hat leider nichts gebracht.
                                    Wenn ich Benutzer und Passwörter eingebe kommt kein speichern Button, also angeblich alles gut

                                    und der Rest? läuft dein MQTT Broker überhaupt?

                                    Z 1 Reply Last reply Reply Quote 0
                                    • Z
                                      zanabria @wendy2702 last edited by zanabria

                                      @wendy2702
                                      ```

                                      pi@raspberrypi:~ $ ip a
                                      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul                                          t qlen 1000
                                          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                                          inet 127.0.0.1/8 scope host lo
                                             valid_lft forever preferred_lft forever
                                          inet6 ::1/128 scope host
                                             valid_lft forever preferred_lft forever
                                      2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP gr                                          oup default qlen 1000
                                          link/ether dc:a6:32:98:d1:5d brd ff:ff:ff:ff:ff:ff
                                          inet 192.168.100.22/24 brd 192.168.100.255 scope global dynamic eth0
                                             valid_lft 845841sec preferred_lft 845841sec
                                          inet6 fe80::6ad3:6b2a:ded3:b487/64 scope link noprefixroute
                                             valid_lft forever preferred_lft forever
                                      3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qle                                          n 1000
                                          link/ether 12:20:df:95:b2:08 brd ff:ff:ff:ff:ff:ff permaddr dc:a6:32:98:d1:5                                          e
                                      pi@raspberrypi:~ $ netstat -tulp
                                      (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
                                      nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
                                      Aktive Internetverbindungen (Nur Server)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State                                                 PID/Program name
                                      tcp        0      0 0.0.0.0:domain          0.0.0.0:*               LISTEN                                                -
                                      tcp        0      0 localhost:9001          0.0.0.0:*               LISTEN                                                -
                                      tcp        0      0 localhost:9000          0.0.0.0:*               LISTEN                                                -
                                      tcp        0      0 localhost:1883          0.0.0.0:*               LISTEN                                                -
                                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN                                                -
                                      tcp        0      0 localhost:ipp           0.0.0.0:*               LISTEN                                                -
                                      tcp        0      0 0.0.0.0:1955            0.0.0.0:*               LISTEN                                                -
                                      tcp6       0      0 localhost:1883          [::]:*                  LISTEN                                                -
                                      tcp6       0      0 [::]:domain             [::]:*                  LISTEN                                                -
                                      tcp6       0      0 localhost:ipp           [::]:*                  LISTEN                                                -
                                      tcp6       0      0 [::]:epmd               [::]:*                  LISTEN                                                -
                                      tcp6       0      0 [::]:1955               [::]:*                  LISTEN                                                -
                                      tcp6       0      0 [::]:tproxy             [::]:*                  LISTEN                                                -
                                      tcp6       0      0 [::]:8082               [::]:*                  LISTEN                                                -
                                      udp        0      0 0.0.0.0:48169           0.0.0.0:*                                                                     -
                                      udp        0      0 0.0.0.0:domain          0.0.0.0:*                                                                     -
                                      udp        0      0 0.0.0.0:631             0.0.0.0:*                                                                     -
                                      udp        0      0 0.0.0.0:mdns            0.0.0.0:*                                                                     -
                                      udp        0      0 0.0.0.0:56175           0.0.0.0:*                                                                     -
                                      udp6       0      0 [::]:domain             [::]:*                                                                        -
                                      udp6       0      0 [::]:mdns               [::]:*                                                                        -
                                      udp6       0      0 [::]:40378              [::]:*  
                                      ```
                                      1 Reply Last reply Reply Quote 0
                                      • Z
                                        zanabria @BananaJoe last edited by

                                        @bananajoe
                                        genau der läuft nicht.
                                        Alles andere läuft

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

                                          @zanabria

                                          sudo netstat -tulpen
                                          
                                          Z 1 Reply Last reply Reply Quote 0
                                          • Z
                                            zanabria @wendy2702 last edited by

                                            @wendy2702

                                            Hier die Daten aus Buster-Zeiten.
                                            857cd45c-b73d-45c5-a00d-83af089e18b8-grafik.png

                                            pi@raspberrypi:~ $ sudo netstat -tulpen
                                            Aktive Internetverbindungen (Nur Server)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
                                            tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      0          15250      578/dnsmasq
                                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          19367      1028/cupsd
                                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1002       25612      1159/io.shelly.0
                                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      0          18389      795/mosquitto
                                            tcp        0      0 0.0.0.0:1955            0.0.0.0:*               LISTEN      0          17307      568/sshd
                                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1002       20974      535/iobroker.js-con
                                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1002       18820      535/iobroker.js-con
                                            tcp6       0      0 :::8081                 :::*                    LISTEN      1002       20256      733/io.admin.0
                                            tcp6       0      0 :::8082                 :::*                    LISTEN      1002       27727      1486/io.web.0
                                            tcp6       0      0 :::53                   :::*                    LISTEN      0          15252      578/dnsmasq
                                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          19366      1028/cupsd
                                            tcp6       0      0 :::1883                 :::*                    LISTEN      0          18390      795/mosquitto
                                            tcp6       0      0 :::1955                 :::*                    LISTEN      0          17317      568/sshd
                                            udp        0      0 0.0.0.0:53              0.0.0.0:*                           0          15249      578/dnsmasq
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          20973      695/dhclient
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          19814      479/dhcpcd
                                            udp        0      0 0.0.0.0:59982           0.0.0.0:*                           108        16067      411/avahi-daemon: r
                                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          19396      1029/cups-browsed
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        16065      411/avahi-daemon: r
                                            udp6       0      0 :::53                   :::*                                0          15251      578/dnsmasq
                                            udp6       0      0 :::49374                :::*                                108        16068      411/avahi-daemon: r
                                            udp6       0      0 :::5353                 :::*                                108        16066      411/avahi-daemon: r
                                            
                                            
                                            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

                                            816
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            57
                                            2128
                                            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