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.
  • Thomas BraunT Thomas Braun

    @robbi12

    Zeig mal die vollständige Ausgabe.

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

    @thomas-braun Auch mein tado Adapter wird seit gestern nicht mehr grün.
    Was brauchst du zum Analysieren?
    iob läuft bei mir in einem doker.

    Thomas BraunT 1 Reply Last reply
    0
    • wendy2702W Offline
      wendy2702W Offline
      wendy2702
      wrote on last edited by
      #25

      geht denn euer login auf der Seite noch?

      @spooky82 : logfiles

      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
      • S spooky82

        @thomas-braun Auch mein tado Adapter wird seit gestern nicht mehr grün.
        Was brauchst du zum Analysieren?
        iob läuft bei mir in einem doker.

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

        @spooky82

        Ich kann das nicht großartig analysieren.

        Aber ein Auszug des Logs ist nie eine doofe Idee.

        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

        1 Reply Last reply
        0
        • wendy2702W wendy2702

          geht denn euer login auf der Seite noch?

          @spooky82 : logfiles

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

          @wendy2702 meinst du bei tado? Ja - die app und das Web UI funktionieren perfekt.

          und gerade während ich schreibe, ist der Adapter wieder auf grün gesprungen...keine Ahnung was das war - den ganzen Tag war er rot.

          @Thomas-Braun

          hier mein Logfile von heute:

          das logfile von heute habe ich als txt Datei angehängt.

          Thomas BraunT 1 Reply Last reply
          0
          • S spooky82

            @wendy2702 meinst du bei tado? Ja - die app und das Web UI funktionieren perfekt.

            und gerade während ich schreibe, ist der Adapter wieder auf grün gesprungen...keine Ahnung was das war - den ganzen Tag war er rot.

            @Thomas-Braun

            hier mein Logfile von heute:

            das logfile von heute habe ich als txt Datei angehängt.

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

            @spooky82

            Bring dein Systm mal in Gänze auf Stand.
            Nodejs und js-controller sind veraltet.

            Vermutlich sieht der Rest dann auch nicht besser aus.

            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

              Bring dein Systm mal in Gänze auf Stand.
              Nodejs und js-controller sind veraltet.

              Vermutlich sieht der Rest dann auch nicht besser aus.

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

              @thomas-braun eigentlich halte ich mein System aktuell. Was meinst du mit Rest?
              Nodejs and controlle update ich gerade

              Thomas BraunT GlasfaserG 2 Replies Last reply
              0
              • S spooky82

                @thomas-braun eigentlich halte ich mein System aktuell. Was meinst du mit Rest?
                Nodejs and controlle update ich gerade

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

                @spooky82

                Mit Rest ist der Rest gemeint...
                Schau mit

                sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                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
                iobroker update
                

                rein.

                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
                • S spooky82

                  @thomas-braun eigentlich halte ich mein System aktuell. Was meinst du mit Rest?
                  Nodejs and controlle update ich gerade

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

                  @spooky82

                  Nur zur Info ,

                  bitte in deinem Log zu :

                  https://calendar.google.com/calendar/ical/
                  

                  deine privaten Zugänge dazu unkenntlich machen !

                  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

                    Nur zur Info ,

                    bitte in deinem Log zu :

                    https://calendar.google.com/calendar/ical/
                    

                    deine privaten Zugänge dazu unkenntlich machen !

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

                    @glasfaser danke - habe das logfile wieder entfernt

                    1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @spooky82

                      Mit Rest ist der Rest gemeint...
                      Schau mit

                      sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                      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
                      iobroker update
                      

                      rein.

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

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

                      sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null 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 iobroker update

                      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.18.2                                                                                                                                                                                    
                      v14.18.2                                                                                                                                                                                    
                      6.14.15                                                                                                                                                                                     
                      6.14.15                                                                                                                                                                                     
                      4.0.21                                                                                                                                                                                      
                      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                                                                                                                                                           
                      112 packages can be upgraded. Run 'apt list --upgradable' to see them.                                                                                                                      
                      nodejs:                                                                                                                                                                                     
                        Installed: 14.18.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                                                                                                               
                       *** 14.18.2-deb-1nodesource1 100                                                                                                                                                           
                              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                                                                                                                       
                      root@ioBroker:/opt/iobroker# iobroker update                            
                      

                      und

                      root@ioBroker:/opt/iobroker# iobroker update                                                                                                                                                
                      Used repository: stable                                                                                                                                                                     
                      Adapter    "admin"        : 6.3.5    , installed 6.3.5                                                                                                                                      
                      Adapter    "alias-manager": 1.2.4    , installed 1.2.4                                                                                                                                      
                      Adapter    "backitup"     : 2.5.10   , installed 2.5.10                                                                                                                                     
                      Adapter    "daswetter"    : 3.1.4    , installed 3.1.4                                                                                                                                      
                      Adapter    "device-watcher": 2.4.0   , installed 2.4.0                                                                                                                                      
                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0                                                                                                                                      
                      Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2                                                                                                                                      
                      Adapter    "ham"          : 5.3.1    , installed 5.3.1                                                                                                                                      
                      Adapter    "history"      : 2.2.4    , installed 2.2.4                                                                                                                                      
                      Adapter    "ical"         : 1.13.2   , installed 1.13.2                                                                                                                                     
                      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1                                                                                                                                      
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0                                                                                                                                     
                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0                                                                                                                                      
                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0                                                                                                                                      
                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0                                                                                                                                      
                      Adapter    "iot"          : 1.14.2   , installed 1.14.2                                                                                                                                     
                      Adapter    "javascript"   : 6.1.4    , installed 6.1.4                                                                                                                                      
                      Controller "js-controller": 4.0.24   , installed 4.0.21 [Updatable]  
                      Adapter    "lgtv"         : 1.1.10   , installed 1.1.10                                                                                                                                     
                      Adapter    "meross"       : 1.14.0   , installed 1.14.0                                                                                                                                     
                      Adapter    "modbus"       : 5.0.11   , installed 5.0.11                                                                                                                                     
                      Adapter    "mqtt"         : 4.0.7    , installed 4.0.7                                                                                                                                      
                      Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3                                                                                                                                      
                      Adapter    "node-red"     : 4.0.0    , installed 4.0.0                                                                                                                                      
                      Adapter    "pushover"     : 3.0.3    , installed 3.0.3                                                                                                                                      
                      Adapter    "renault"      : 0.0.14   , installed 0.0.14                                                                                                                                     
                      Adapter    "shelly"       : 6.3.1    , installed 6.3.1                                                                                                                                      
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2                                                                                                                                      
                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0                                                                                                                                      
                      Adapter    "sonoff"       : 2.5.1    , installed 2.5.1                                                                                                                                      
                      Adapter    "tado"         : 0.4.3    , installed 0.4.3                                                                                                                                      
                      Adapter    "telegram"     : 1.15.2   , installed 1.15.2                                                                                                                                     
                      Adapter    "tr-064"       : 4.2.17   , installed 4.2.17                                                                                                                                     
                      Adapter    "trashschedule": 2.2.0    , installed 2.2.0                                                                                                                                      
                      Adapter    "unifi"        : 0.5.10   , installed 0.5.10                                                                                                                                     
                      Adapter    "vis"          : 1.4.15   , installed 1.4.15                                                                                                                                     
                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4                                                                                                                                      
                      Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4                                                                                                                                      
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0                                                                                                                                      
                      Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0                                                                                                                                      
                      Adapter    "vis-icontwo"  : 0.90.0   , installed 0.90.0                                                                                                                                     
                      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1                                                                                                                                      
                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12                                                                                                                                     
                      Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2                                                                                                                                      
                      Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2                                                                                                                                  
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0                                                                                                                                      
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2                                                                                                                                     
                      Adapter    "web"          : 4.3.0    , installed 4.3.0                                                                                                                                      
                      Adapter    "ws"           : 1.3.0    , installed 1.3.0                                                                                                                                      
                      Adapter    "yahka"        : 0.13.1   , installed 0.13.1                                                                                                                                     
                      Adapter    "zigbee"       : 1.8.10   , installed 1.8.10  
                      
                      GlasfaserG 1 Reply Last reply
                      0
                      • R Offline
                        R Offline
                        Robbi12
                        wrote on last edited by
                        #34

                        Also ping funktioniert nicht. Im Browser wenn ich es eingebe funktioniert es

                        Thomas BraunT 1 Reply Last reply
                        0
                        • R Robbi12

                          Also ping funktioniert nicht. Im Browser wenn ich es eingebe funktioniert es

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

                          @robbi12

                          Wieder der Klassiker...

                          Root Shell und über hundert Updates in der Pipeline...

                          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

                          R GlasfaserG 2 Replies Last reply
                          0
                          • S spooky82

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

                            sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null 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 iobroker update

                            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.18.2                                                                                                                                                                                    
                            v14.18.2                                                                                                                                                                                    
                            6.14.15                                                                                                                                                                                     
                            6.14.15                                                                                                                                                                                     
                            4.0.21                                                                                                                                                                                      
                            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                                                                                                                                                           
                            112 packages can be upgraded. Run 'apt list --upgradable' to see them.                                                                                                                      
                            nodejs:                                                                                                                                                                                     
                              Installed: 14.18.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                                                                                                               
                             *** 14.18.2-deb-1nodesource1 100                                                                                                                                                           
                                    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                                                                                                                       
                            root@ioBroker:/opt/iobroker# iobroker update                            
                            

                            und

                            root@ioBroker:/opt/iobroker# iobroker update                                                                                                                                                
                            Used repository: stable                                                                                                                                                                     
                            Adapter    "admin"        : 6.3.5    , installed 6.3.5                                                                                                                                      
                            Adapter    "alias-manager": 1.2.4    , installed 1.2.4                                                                                                                                      
                            Adapter    "backitup"     : 2.5.10   , installed 2.5.10                                                                                                                                     
                            Adapter    "daswetter"    : 3.1.4    , installed 3.1.4                                                                                                                                      
                            Adapter    "device-watcher": 2.4.0   , installed 2.4.0                                                                                                                                      
                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0                                                                                                                                      
                            Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2                                                                                                                                      
                            Adapter    "ham"          : 5.3.1    , installed 5.3.1                                                                                                                                      
                            Adapter    "history"      : 2.2.4    , installed 2.2.4                                                                                                                                      
                            Adapter    "ical"         : 1.13.2   , installed 1.13.2                                                                                                                                     
                            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1                                                                                                                                      
                            Adapter    "icons-material-png": 0.1.0, installed 0.1.0                                                                                                                                     
                            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0                                                                                                                                      
                            Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0                                                                                                                                      
                            Adapter    "influxdb"     : 3.2.0    , installed 3.2.0                                                                                                                                      
                            Adapter    "iot"          : 1.14.2   , installed 1.14.2                                                                                                                                     
                            Adapter    "javascript"   : 6.1.4    , installed 6.1.4                                                                                                                                      
                            Controller "js-controller": 4.0.24   , installed 4.0.21 [Updatable]  
                            Adapter    "lgtv"         : 1.1.10   , installed 1.1.10                                                                                                                                     
                            Adapter    "meross"       : 1.14.0   , installed 1.14.0                                                                                                                                     
                            Adapter    "modbus"       : 5.0.11   , installed 5.0.11                                                                                                                                     
                            Adapter    "mqtt"         : 4.0.7    , installed 4.0.7                                                                                                                                      
                            Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3                                                                                                                                      
                            Adapter    "node-red"     : 4.0.0    , installed 4.0.0                                                                                                                                      
                            Adapter    "pushover"     : 3.0.3    , installed 3.0.3                                                                                                                                      
                            Adapter    "renault"      : 0.0.14   , installed 0.0.14                                                                                                                                     
                            Adapter    "shelly"       : 6.3.1    , installed 6.3.1                                                                                                                                      
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2                                                                                                                                      
                            Adapter    "socketio"     : 4.2.0    , installed 4.2.0                                                                                                                                      
                            Adapter    "sonoff"       : 2.5.1    , installed 2.5.1                                                                                                                                      
                            Adapter    "tado"         : 0.4.3    , installed 0.4.3                                                                                                                                      
                            Adapter    "telegram"     : 1.15.2   , installed 1.15.2                                                                                                                                     
                            Adapter    "tr-064"       : 4.2.17   , installed 4.2.17                                                                                                                                     
                            Adapter    "trashschedule": 2.2.0    , installed 2.2.0                                                                                                                                      
                            Adapter    "unifi"        : 0.5.10   , installed 0.5.10                                                                                                                                     
                            Adapter    "vis"          : 1.4.15   , installed 1.4.15                                                                                                                                     
                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4                                                                                                                                      
                            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4                                                                                                                                      
                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0                                                                                                                                      
                            Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0                                                                                                                                      
                            Adapter    "vis-icontwo"  : 0.90.0   , installed 0.90.0                                                                                                                                     
                            Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1                                                                                                                                      
                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12                                                                                                                                     
                            Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2                                                                                                                                      
                            Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2                                                                                                                                  
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0                                                                                                                                      
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2                                                                                                                                     
                            Adapter    "web"          : 4.3.0    , installed 4.3.0                                                                                                                                      
                            Adapter    "ws"           : 1.3.0    , installed 1.3.0                                                                                                                                      
                            Adapter    "yahka"        : 0.13.1   , installed 0.13.1                                                                                                                                     
                            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10  
                            
                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            wrote on last edited by
                            #36

                            @spooky82

                            Bist du im Container mit der Synology unterwegs !?

                            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
                            1
                            • GlasfaserG Glasfaser

                              @spooky82

                              Bist du im Container mit der Synology unterwegs !?

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

                              @glasfaser ja.

                              habe nun alle updates gemacht - und der Tado adapter ist leider wieder gelb :-(

                              Thomas BraunT 1 Reply Last reply
                              0
                              • S spooky82

                                @glasfaser ja.

                                habe nun alle updates gemacht - und der Tado adapter ist leider wieder gelb :-(

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

                                @spooky82

                                Nodejs auf 16?
                                Nochmal die Ausgabe von oben.

                                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 16?
                                  Nochmal die Ausgabe von oben.

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

                                  @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                                                                                                                                                                                
                                  v14.18.2                                                                                                                                                                                    
                                  v14.18.2                                                                                                                                                                                    
                                  6.14.15                                                                                                                                                                                     
                                  6.14.15                                                                                                                                                                                     
                                  4.0.24                                                                                                                                                                                      
                                  root                                                                                                                                                                                        
                                  root                                                                                                                                                                                        
                                                                                                                                                                                                                              
                                  /opt/iobroker                                                                                                                                                                               
                                  Hit:1 http://security.debian.org/debian-security bullseye-security InRelease                                                                                                                
                                  Hit:2 http://deb.debian.org/debian bullseye InRelease                                                                                                                                       
                                  Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease                                                                                                                               
                                  Hit:4 http://deb.debian.org/debian bullseye-updates InRelease                                                                                                                               
                                  Reading package lists... Done                                                                                                                                                               
                                  Building dependency tree... Done                                                                                                                                                            
                                  Reading state information... Done                                                                                                                                                           
                                  112 packages can be upgraded. Run 'apt list --upgradable' to see them.                                                                                                                      
                                  nodejs:                                                                                                                                                                                     
                                    Installed: 14.18.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                                                                                                               
                                   *** 14.18.2-deb-1nodesource1 100                                                                                                                                                           
                                          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                                                                                                                       
                                  
                                  
                                  Thomas BraunT 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                                                                                                                                                                                
                                    v14.18.2                                                                                                                                                                                    
                                    v14.18.2                                                                                                                                                                                    
                                    6.14.15                                                                                                                                                                                     
                                    6.14.15                                                                                                                                                                                     
                                    4.0.24                                                                                                                                                                                      
                                    root                                                                                                                                                                                        
                                    root                                                                                                                                                                                        
                                                                                                                                                                                                                                
                                    /opt/iobroker                                                                                                                                                                               
                                    Hit:1 http://security.debian.org/debian-security bullseye-security InRelease                                                                                                                
                                    Hit:2 http://deb.debian.org/debian bullseye InRelease                                                                                                                                       
                                    Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease                                                                                                                               
                                    Hit:4 http://deb.debian.org/debian bullseye-updates InRelease                                                                                                                               
                                    Reading package lists... Done                                                                                                                                                               
                                    Building dependency tree... Done                                                                                                                                                            
                                    Reading state information... Done                                                                                                                                                           
                                    112 packages can be upgraded. Run 'apt list --upgradable' to see them.                                                                                                                      
                                    nodejs:                                                                                                                                                                                     
                                      Installed: 14.18.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                                                                                                               
                                     *** 14.18.2-deb-1nodesource1 100                                                                                                                                                           
                                            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                                                                                                                       
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #40

                                    @spooky82
                                    Nein, du hast das System NICHT aktualisiert. Da sind immer noch 112 Updates fällig.

                                    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
                                      Nein, du hast das System NICHT aktualisiert. Da sind immer noch 112 Updates fällig.

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

                                      @thomas-braun und wie mache ich die updates?

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • S spooky82

                                        @thomas-braun und wie mache ich die updates?

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

                                        @spooky82

                                        Im Docker auf eine Synology? Lies die Anleitung dazu.
                                        Ist ja angeblich alles so easy damit.

                                        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

                                          Im Docker auf eine Synology? Lies die Anleitung dazu.
                                          Ist ja angeblich alles so easy damit.

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

                                          @thomas-braun ich brauche also einen neuen Container? Willst du mir das damit sagen?

                                          Thomas BraunT 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

                                          342

                                          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