Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Tado Adapter wird nicht mehr grün

    NEWS

    • Monatsrückblick – September 2025

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

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    Tado Adapter wird nicht mehr grün

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

      Hallo. Ich habe mal Bezug auf den Bereich Tado genommen.

      Normalerweise läuft der Adapter bei mir sehr gut. Seit 2 Tagen wird er jedoch nicht mehr grün.

      Online über die App ist Tado erreichbar

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

        @robbi12 mit diesen Angaben kann dir hier niemand helfen.

        Was steht im debug log?
        Was für ein System?

        Was kommt bei

        iob diag 
        
        1 Reply Last reply Reply Quote 0
        • R
          Robbi12 last edited by

          Ich hoffe du meinst diese Daten:

          Operatingsystem: Ubuntu 22.04.1 LTS
          Installation: lxc
          Timezone: Etc/UTC
          User-ID: 0
          X-Server: false
          Boot Target: graphical.target

          Pending OS-Updates: 0

          Nodejs-Installation: /usr/bin/nodejs v16.19.0
          /usr/bin/node v16.19.0
          /usr/bin/npm 8.19.3
          /usr/bin/npx 8.19.3

          ioBroker Core: js-controller 4.0.24
          admin 6.3.5

          ioBroker Status: iobroker is running on this host.

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

            @robbi12

            Ja, die auch. Deine Zeitzone ist nicht gesetzt.

            Der Adapter Start stellt sich im Log wie dar?
            Ausgaben bitte in CodeTags gesetzt wieder hier rein.

            Bei mir rennt der tado-Adapter, ist also nichts generelles bei tado.

            1 Reply Last reply Reply Quote 0
            • R
              Robbi12 last edited by

              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:   },
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:   cause: Error: connect ETIMEDOUT 52.17.162.58:443
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:       at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) {
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:     errno: -110,
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:     code: 'ETIMEDOUT',
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:     syscall: 'connect',
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:     address: '52.17.162.58',
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:     port: 443
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]:   }
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[0]: }
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[2]: Error: connect ETIMEDOUT 52.17.162.58:443
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[2]:     at Function.AxiosError.from (/opt/iobroker/node_modules/iobroker.tado/node_modules/axios/lib/core/AxiosError.js:89:14)
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[2]:     at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/iobroker.tado/node_modules/axios/lib/adapters/http.js:533:25)
              2023-01-28 10:50:31.478  - error: host.IoBroker Caught by controller[2]:     at RedirectableRequest.emit (node:events:513:28)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at RedirectableRequest.emit (node:domain:489:12)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:14:24)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at ClientRequest.emit (node:events:525:35)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at ClientRequest.emit (node:domain:489:12)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at TLSSocket.socketErrorListener (node:_http_client:494:9)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at TLSSocket.emit (node:events:513:28)
              2023-01-28 10:50:31.479  - error: host.IoBroker Caught by controller[2]:     at TLSSocket.emit (node:domain:489:12)
              2023-01-28 10:50:31.479  - error: host.IoBroker instance system.adapter.tado.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              2023-01-28 10:50:31.479  - info: host.IoBroker Restart adapter system.adapter.tado.0 because enabled
              2023-01-28 10:51:01.571  - info: host.IoBroker instance system.adapter.tado.0 started with pid 13333
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Robbi12 last edited by

                @robbi12

                Deine Zeitzone ist schonmal nicht gesetzt, würde ich sagen. Sonst noch falsche Einstellungen?

                iob diag
                

                sagt?

                1 Reply Last reply Reply Quote 0
                • R
                  Robbi12 last edited by

                  @thomas-braun Das was oben gezeigt. Oder soll ich das ellenlange Ergebnis zeigen?

                  1 Reply Last reply Reply Quote 0
                  • R
                    Robbi12 last edited by

                    Zeitzone habe ich nun gesetzt

                    Operatingsystem:        Ubuntu 22.04.1 LTS
                    Installation:           lxc
                    Timezone:               Europe/Berlin
                    User-ID:                0
                    X-Server:               false
                    Boot Target:            graphical.target
                    
                    Pending OS-Updates:     0
                    
                    Nodejs-Installation:    /usr/bin/nodejs         v16.19.0
                                            /usr/bin/node           v16.19.0
                                            /usr/bin/npm            8.19.3
                                            /usr/bin/npx            8.19.3
                    
                    ioBroker Core:          js-controller           4.0.24
                                            admin                   6.3.5
                    
                    ioBroker Status:        iobroker is running on this host.
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Robbi12 last edited by

                      @robbi12

                      Zeig mal die vollständige Ausgabe.

                      R S 2 Replies Last reply Reply Quote 0
                      • R
                        Robbi12 @Thomas Braun last edited by Robbi12

                        Wieder entfernt

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

                          @robbi12

                          Hampel da nicht als root herum und leg das nodesource-Repo passend zu deinem jammy an.

                          1 Reply Last reply Reply Quote 0
                          • R
                            Robbi12 last edited by

                            @thomas-braun said in Tado Adapter wird nicht mehr grün:

                            nodesource-Repo

                            Hi. Da bin ich überfordert.

                            Ich habe den IoBroker nach gängigen Anleitungen im Netz auf nen Proxmox Container installiert. Das geht wohl dann so auf root.

                            Bislang lief auch alles wunderbar. Nun lediglich Tado nicht mehr.

                            Bin aber jederzeit lernbereit und mache das anders wenn ich weiß wie

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

                              @robbi12 sagte in Tado Adapter wird nicht mehr grün:

                              Ich habe den IoBroker nach gängigen Anleitungen im Netz auf nen Proxmox Container installiert.

                              In der offiziellen Anleitung zu ioBroker auf Proxmox steht es richtig drin.

                              Zu den Paketquellen: Schau in meiner Signatur nach.

                              R 1 Reply Last reply Reply Quote 0
                              • R
                                Robbi12 last edited by Robbi12

                                @thomas-braun Gut. Habe gerade einen neuen Benutzer angelegt und dann den Fix drüberlaufen lassen.

                                Habe aber auch kein Problem Iobroker neu aufzusetzen und mit Backitup das relevante wieder zurückzuholen

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Robbi12 @Thomas Braun last edited by

                                  @thomas-braun So. Neu aufgesetzt. Alles dann ohne root.

                                  Ändert aber nichts. Nach Restart wird er manchmal kurz grün, dann wieder gelb und später viele Fehler. Dann auch die Meldung im Host, dass der Adapter nicht startet.

                                  Ich denke irgendwas ist bei Tado faul. Vorgestern ging ja noch alles normal

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

                                    @robbi12 sagte in Tado Adapter wird nicht mehr grün:

                                    Ich denke irgendwas ist bei Tado faul.

                                    Hier verhält sich der tado-Adapter allerdings unauffällig.

                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      Robbi12 @Thomas Braun last edited by

                                      @thomas-braun
                                      Gerade aufgefallen. Volvo Adapter verliert auch die Verbindung. Viessmann auch. Die bekommen aber Daten und werden nicht gelb sondern bleiben grün.

                                      Eigenartigerweise bekommt der Tado auch von einem Raum Informationen, einmalig beim starten ohne grün zu werden.

                                      Evtl. was mit meinem Anbieter "Vodafone". Hoffe dass es sich die nächsten Tage erledigt

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

                                        @robbi12 sagte in Tado Adapter wird nicht mehr grün:

                                        52.17.162.58:443

                                        Kannst du diese IP vom ioBroker aus anpingen?

                                        Geht die Adresse bei dir im Browser auf?

                                        Bei mir kommt erst ein Zertifikatsfehler im Browser, fängt der Adapter das ab?

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

                                          @wendy2702 said in Tado Adapter wird nicht mehr grün:

                                          52.17.162.58:443

                                          400 Bad Request
                                          The plain HTTP request was sent to HTTPS port

                                          ohne 443 geht er auf https und dann zur tado seite

                                          wendy2702 Glasfaser 2 Replies Last reply Reply Quote 0
                                          • wendy2702
                                            wendy2702 @Robbi12 last edited by

                                            @robbi12 und ist die IP vom Iob aus erreichbar?

                                            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

                                            1.0k
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            97
                                            6535
                                            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