Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Tado Adapter wird nicht mehr grün

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    754

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Tado Adapter wird nicht mehr grün

Scheduled Pinned Locked Moved ioBroker Allgemein
97 Posts 6 Posters 9.1k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S spooky82

    @thomas-braun So, jetzt sollte alles aktuell sein:

    root@ioBroker:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null                                                                                                          
    root@ioBroker:/opt/iobroker# uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt 
    update &> /dev/null && sudo apt update && apt policy nodejs                                                                                                                                 
    x86_64                                                                                                                                                                                      
    /usr/bin/nodejs                                                                                                                                                                             
    /usr/bin/node                                                                                                                                                                               
    /usr/bin/npm                                                                                                                                                                                
    /usr/bin/npx                                                                                                                                                                                
    v14.21.2                                                                                                                                                                                    
    v14.21.2                                                                                                                                                                                    
    6.14.17                                                                                                                                                                                     
    6.14.17                                                                                                                                                                                     
    4.0.24                                                                                                                                                                                      
    root                                                                                                                                                                                        
    root                                                                                                                                                                                        
                                                                                                                                                                                                
    /opt/iobroker                                                                                                                                                                               
    Hit:1 http://deb.debian.org/debian bullseye InRelease                                                                                                                                       
    Hit:2 http://security.debian.org/debian-security bullseye-security InRelease                                                                                                                
    Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                                                                                                                               
    Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease                                                                                                                               
    Reading package lists... Done                                                                                                                                                               
    Building dependency tree... Done                                                                                                                                                            
    Reading state information... Done                                                                                                                                                           
    All packages are up to date.                                                                                                                                                                
    nodejs:                                                                                                                                                                                     
      Installed: 14.21.2-deb-1nodesource1                                                                                                                                                       
      Candidate: 14.21.2-deb-1nodesource1                                                                                                                                                       
      Version table:                                                                                                                                                                            
     *** 14.21.2-deb-1nodesource1 500                                                                                                                                                           
            500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages                                                                                                               
            100 /var/lib/dpkg/status                                                                                                                                                            
         12.22.12~dfsg-1~deb11u3 500                                                                                                                                                            
            500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages                                                                                                
         12.22.5~dfsg-2~11u1 500                                                                                                                                                                
            500 http://deb.debian.org/debian bullseye/main amd64 Packages           
    

    Adapter ist leider weiterhin auf gelb

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #52

    @spooky82

    nodejs auf v16 bringen.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    S 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @spooky82

      nodejs auf v16 bringen.

      S Offline
      S Offline
      spooky82
      wrote on last edited by spooky82
      #53

      @thomas-braun

      root@ioBroker:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null                                                                                                          
      root@ioBroker:/opt/iobroker# uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt 
      update &> /dev/null && sudo apt update && apt policy nodejs                                                                                                                                 
      x86_64                                                                                                                                                                                      
      /usr/bin/nodejs                                                                                                                                                                             
      /usr/bin/node                                                                                                                                                                               
      /usr/bin/npm                                                                                                                                                                                
      /usr/bin/npx                                                                                                                                                                                
      v16.19.0                                                                                                                                                                                    
      v16.19.0                                                                                                                                                                                    
      8.19.3                                                                                                                                                                                      
      8.19.3                                                                                                                                                                                      
      4.0.24                                                                                                                                                                                      
      root                                                                                                                                                                                        
      root    
      

      Adapter leider nicht immer nicht grün

      Thomas BraunT GlasfaserG 2 Replies Last reply
      0
      • S spooky82

        @thomas-braun

        root@ioBroker:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null                                                                                                          
        root@ioBroker:/opt/iobroker# uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt 
        update &> /dev/null && sudo apt update && apt policy nodejs                                                                                                                                 
        x86_64                                                                                                                                                                                      
        /usr/bin/nodejs                                                                                                                                                                             
        /usr/bin/node                                                                                                                                                                               
        /usr/bin/npm                                                                                                                                                                                
        /usr/bin/npx                                                                                                                                                                                
        v16.19.0                                                                                                                                                                                    
        v16.19.0                                                                                                                                                                                    
        8.19.3                                                                                                                                                                                      
        8.19.3                                                                                                                                                                                      
        4.0.24                                                                                                                                                                                      
        root                                                                                                                                                                                        
        root    
        

        Adapter leider nicht immer nicht grün

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #54

        @spooky82

        Und wie stellt sich nun ein Neustart des Adapters im Logfile dar?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        S 2 Replies Last reply
        0
        • Thomas BraunT Thomas Braun

          @spooky82

          Und wie stellt sich nun ein Neustart des Adapters im Logfile dar?

          S Offline
          S Offline
          spooky82
          wrote on last edited by
          #55

          @thomas-braun ok, ich nehme den letzten Satz zurück: Adapter ist gerade auf grün gesprungen. Ich beobachte das jetzt mal.

          Vielen Dank - jetzt ist mein iobroker & Container dank dir auf dem aktuellen Stand und ich habe wieder einiges gelernt!

          1 Reply Last reply
          0
          • S spooky82

            @thomas-braun

            root@ioBroker:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null                                                                                                          
            root@ioBroker:/opt/iobroker# uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt 
            update &> /dev/null && sudo apt update && apt policy nodejs                                                                                                                                 
            x86_64                                                                                                                                                                                      
            /usr/bin/nodejs                                                                                                                                                                             
            /usr/bin/node                                                                                                                                                                               
            /usr/bin/npm                                                                                                                                                                                
            /usr/bin/npx                                                                                                                                                                                
            v16.19.0                                                                                                                                                                                    
            v16.19.0                                                                                                                                                                                    
            8.19.3                                                                                                                                                                                      
            8.19.3                                                                                                                                                                                      
            4.0.24                                                                                                                                                                                      
            root                                                                                                                                                                                        
            root    
            

            Adapter leider nicht immer nicht grün

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            wrote on last edited by
            #56

            @spooky82

            du hast in deinem Log

            Error: connect ETIMEDOUT 54.155.201.13:443
            

            wenn ich die im Browser eingebe ist sie auch Down

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            S 1 Reply Last reply
            0
            • GlasfaserG Glasfaser

              @spooky82

              du hast in deinem Log

              Error: connect ETIMEDOUT 54.155.201.13:443
              

              wenn ich die im Browser eingebe ist sie auch Down

              S Offline
              S Offline
              spooky82
              wrote on last edited by
              #57

              @glasfaser woher kommt denn die IP?

              GlasfaserG 1 Reply Last reply
              0
              • S spooky82

                @glasfaser woher kommt denn die IP?

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                wrote on last edited by
                #58

                @spooky82

                Keine Ahnung , habe kein Tado .

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @spooky82

                  Und wie stellt sich nun ein Neustart des Adapters im Logfile dar?

                  S Offline
                  S Offline
                  spooky82
                  wrote on last edited by
                  #59

                  @thomas-braun leider geht es mit der restart loop des adapters weiter - siehe logfile logfile.txt

                  S 1 Reply Last reply
                  0
                  • S spooky82

                    @thomas-braun leider geht es mit der restart loop des adapters weiter - siehe logfile logfile.txt

                    S Offline
                    S Offline
                    spooky82
                    wrote on last edited by spooky82
                    #60

                    und noch ein paar Logs:

                    
                    tado.0
                    2023-01-29 19:07:57.128	error	Disconnected from Tado cloud service ..., retry in 30 seconds !
                    
                    tado.0
                    2023-01-29 19:07:57.127	error	Error in data refresh at step DoZones: Error: connect ETIMEDOUT 52.50.222.122:443
                    
                    tado.0
                    2023-01-29 19:07:57.124	error	Error: connect ETIMEDOUT 52.50.222.122:443
                    
                    tado.0
                    2023-01-29 18:47:30.421	warn	Sentry disabled, error catched: Error: DB closed
                    
                    tado.0
                    2023-01-29 18:47:30.421	error	Error in function stateSetCreate(): Error: DB closed
                    
                    tado.0
                    2023-01-29 18:47:30.420	warn	Sentry disabled, error catched: Error: DB closed
                    
                    tado.0
                    2023-01-29 18:47:30.419	error	Error in function stateSetCreate(): Error: DB closed
                    
                    tado.0
                    2023-01-29 18:47:30.419	warn	get state error: Connection is closed.
                    
                    tado.0
                    2023-01-29 18:47:30.418	warn	get state error: Connection is closed.
                    
                    tado.0
                    2023-01-29 18:47:29.865	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    tado.0
                    2023-01-29 18:47:29.851	error	Exception-Code: ETIMEDOUT: connect ETIMEDOUT 54.155.201.13:443
                    
                    tado.0
                    2023-01-29 18:47:29.851	error	Error: connect ETIMEDOUT 54.155.201.13:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
                    
                    tado.0
                    2023-01-29 18:47:29.851	error	unhandled promise rejection: connect ETIMEDOUT 54.155.201.13:443
                    
                    tado.0
                    2023-01-29 18:47:29.851	error	Unhandled promise rejection. 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().
                    
                    tado.0
                    2023-01-29 18:47:29.849	error	Error: connect ETIMEDOUT 54.155.201.13:443
                    
                    tado.0
                    2023-01-29 18:36:14.543	error	Disconnected from Tado cloud service ..., retry in 30 seconds !
                    
                    tado.0
                    2023-01-29 18:36:14.543	error	Error in data refresh at step DoZones: Error: connect ETIMEDOUT 54.75.202.73:443
                    
                    tado.0
                    2023-01-29 18:36:14.523	error	Error: connect ETIMEDOUT 54.75.202.73:443
                    

                    Ich habe testweise ein Downgrade auf Version 0.4.0 gemacht - leider scheint das Problem (siehe Logfile) noch immer zu bestehen.

                    Wer kümmert sich um den Adapter? Wenn kann man fragen?

                    wendy2702W 1 Reply Last reply
                    0
                    • S spooky82

                      und noch ein paar Logs:

                      
                      tado.0
                      2023-01-29 19:07:57.128	error	Disconnected from Tado cloud service ..., retry in 30 seconds !
                      
                      tado.0
                      2023-01-29 19:07:57.127	error	Error in data refresh at step DoZones: Error: connect ETIMEDOUT 52.50.222.122:443
                      
                      tado.0
                      2023-01-29 19:07:57.124	error	Error: connect ETIMEDOUT 52.50.222.122:443
                      
                      tado.0
                      2023-01-29 18:47:30.421	warn	Sentry disabled, error catched: Error: DB closed
                      
                      tado.0
                      2023-01-29 18:47:30.421	error	Error in function stateSetCreate(): Error: DB closed
                      
                      tado.0
                      2023-01-29 18:47:30.420	warn	Sentry disabled, error catched: Error: DB closed
                      
                      tado.0
                      2023-01-29 18:47:30.419	error	Error in function stateSetCreate(): Error: DB closed
                      
                      tado.0
                      2023-01-29 18:47:30.419	warn	get state error: Connection is closed.
                      
                      tado.0
                      2023-01-29 18:47:30.418	warn	get state error: Connection is closed.
                      
                      tado.0
                      2023-01-29 18:47:29.865	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                      
                      tado.0
                      2023-01-29 18:47:29.851	error	Exception-Code: ETIMEDOUT: connect ETIMEDOUT 54.155.201.13:443
                      
                      tado.0
                      2023-01-29 18:47:29.851	error	Error: connect ETIMEDOUT 54.155.201.13:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
                      
                      tado.0
                      2023-01-29 18:47:29.851	error	unhandled promise rejection: connect ETIMEDOUT 54.155.201.13:443
                      
                      tado.0
                      2023-01-29 18:47:29.851	error	Unhandled promise rejection. 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().
                      
                      tado.0
                      2023-01-29 18:47:29.849	error	Error: connect ETIMEDOUT 54.155.201.13:443
                      
                      tado.0
                      2023-01-29 18:36:14.543	error	Disconnected from Tado cloud service ..., retry in 30 seconds !
                      
                      tado.0
                      2023-01-29 18:36:14.543	error	Error in data refresh at step DoZones: Error: connect ETIMEDOUT 54.75.202.73:443
                      
                      tado.0
                      2023-01-29 18:36:14.523	error	Error: connect ETIMEDOUT 54.75.202.73:443
                      

                      Ich habe testweise ein Downgrade auf Version 0.4.0 gemacht - leider scheint das Problem (siehe Logfile) noch immer zu bestehen.

                      Wer kümmert sich um den Adapter? Wenn kann man fragen?

                      wendy2702W Online
                      wendy2702W Online
                      wendy2702
                      wrote on last edited by
                      #61

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

                      52.50.222.122

                      Ist diese Adresse denn noch erreichbar?

                      Wenn du meinst es ich ein Adapter Bug, ein Issue auf Github machen.

                      Da du aber scheinbar aktuell alleine mit deinem Problem bist denke es ist eher ein Lokales Problem.

                      Bitte keine Fragen per PN, die gehören ins Forum!

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      S 1 Reply Last reply
                      0
                      • wendy2702W wendy2702

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

                        52.50.222.122

                        Ist diese Adresse denn noch erreichbar?

                        Wenn du meinst es ich ein Adapter Bug, ein Issue auf Github machen.

                        Da du aber scheinbar aktuell alleine mit deinem Problem bist denke es ist eher ein Lokales Problem.

                        S Offline
                        S Offline
                        spooky82
                        wrote on last edited by
                        #62

                        @wendy2702 Nein die IP ist nicht erreichbar - aber ich weiß auch nicht wo der Fehler auf einmal herkommen könnte.

                        Hast du evtl eine Idee, was lokal zum Problem führen könnte?

                        R 1 Reply Last reply
                        0
                        • R Offline
                          R Offline
                          Robbi12
                          wrote on last edited by
                          #63

                          Also allein ist er nicht.

                          Bei mir funktioniert das Ganze auch nicht mehr.

                          S 1 Reply Last reply
                          0
                          • R Robbi12

                            Also allein ist er nicht.

                            Bei mir funktioniert das Ganze auch nicht mehr.

                            S Offline
                            S Offline
                            spooky82
                            wrote on last edited by
                            #64

                            @robbi12 hast du einen ähnlichen Fehler?

                            GlasfaserG 1 Reply Last reply
                            0
                            • S spooky82

                              @wendy2702 Nein die IP ist nicht erreichbar - aber ich weiß auch nicht wo der Fehler auf einmal herkommen könnte.

                              Hast du evtl eine Idee, was lokal zum Problem führen könnte?

                              R Offline
                              R Offline
                              Robbi12
                              wrote on last edited by
                              #65

                              @spooky82 Was hast du für einen Internetanbieter? Vielleicht liegt es daran

                              S 1 Reply Last reply
                              0
                              • S spooky82

                                @robbi12 hast du einen ähnlichen Fehler?

                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                wrote on last edited by
                                #66

                                @spooky82

                                Hast du PiHole !?

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                S 1 Reply Last reply
                                0
                                • R Robbi12

                                  @spooky82 Was hast du für einen Internetanbieter? Vielleicht liegt es daran

                                  S Offline
                                  S Offline
                                  spooky82
                                  wrote on last edited by
                                  #67

                                  @robbi12 Vodafone

                                  1 Reply Last reply
                                  0
                                  • GlasfaserG Glasfaser

                                    @spooky82

                                    Hast du PiHole !?

                                    S Offline
                                    S Offline
                                    spooky82
                                    wrote on last edited by
                                    #68

                                    @glasfaser Nein

                                    1 Reply Last reply
                                    0
                                    • R 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

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      wrote on last edited by Glasfaser
                                      #69

                                      @spooky82

                                      @robbi12 sagte in Tado Adapter wird nicht mehr grün:
                                      @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

                                      Wie schon erwähnt .. habe ich kein Tado !

                                      Bei diesem link und auch bei

                                      2023-01-29 19:07:57.124 error Error: connect ETIMEDOUT 52.50.222.122:443

                                      habe ich auch diese Meldung wie @Robbi12

                                      Falls es Interessiert " Anbieter Vodafone "

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      S 1 Reply Last reply
                                      0
                                      • GlasfaserG Glasfaser

                                        @spooky82

                                        @robbi12 sagte in Tado Adapter wird nicht mehr grün:
                                        @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

                                        Wie schon erwähnt .. habe ich kein Tado !

                                        Bei diesem link und auch bei

                                        2023-01-29 19:07:57.124 error Error: connect ETIMEDOUT 52.50.222.122:443

                                        habe ich auch diese Meldung wie @Robbi12

                                        Falls es Interessiert " Anbieter Vodafone "

                                        S Offline
                                        S Offline
                                        spooky82
                                        wrote on last edited by
                                        #70

                                        @glasfaser vll ist es ja wirklich ein Vodafone Problem...

                                        @Robbi12 welchen Provider hast du?

                                        R 1 Reply Last reply
                                        0
                                        • S spooky82

                                          @glasfaser vll ist es ja wirklich ein Vodafone Problem...

                                          @Robbi12 welchen Provider hast du?

                                          R Offline
                                          R Offline
                                          Robbi12
                                          wrote on last edited by
                                          #71

                                          @spooky82 Also ich habe Kabel Vodafone und kein PI Hole

                                          S 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          258

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe