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. [gelöst] Fehler Adapter tr-064 - Startet nicht

NEWS

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

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

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

[gelöst] Fehler Adapter tr-064 - Startet nicht

Scheduled Pinned Locked Moved Solved ioBroker Allgemein
tr-064
82 Posts 14 Posters 15.2k Views 9 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.
  • KusselinK Offline
    KusselinK Offline
    Kusselin
    wrote on last edited by
    #40

    ich sehe aber gerade das der tr-064 adapter läuft...aber er nicht sichtbar ist unter den adaptern....wie kann ich den jetzt erst komplett deinstallieren??

    J 1 Reply Last reply
    0
    • KusselinK Kusselin

      ich sehe aber gerade das der tr-064 adapter läuft...aber er nicht sichtbar ist unter den adaptern....wie kann ich den jetzt erst komplett deinstallieren??

      J Offline
      J Offline
      Jan1
      wrote on last edited by
      #41

      @Kusselin
      Deinstallieren und über Admin installieren. Dir fehlt die Instanz, was klar ist wenn man von Git was rein ballert und nicht weiß was man tut. Hast den roten Warnhinweis nicht gelesen?

      1 Reply Last reply
      0
      • KusselinK Offline
        KusselinK Offline
        Kusselin
        wrote on last edited by Kusselin
        #42

        wie deinstallieren wenn ich den adapter nicht sehe???

        wie sieht der code aus über putty....ich bin nicht so der Linux freak

        Thomas BraunT J 2 Replies Last reply
        0
        • KusselinK Kusselin

          wie deinstallieren wenn ich den adapter nicht sehe???

          wie sieht der code aus über putty....ich bin nicht so der Linux freak

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

          @Kusselin sagte in [gelöst] Fehler Adapter tr-064 - Startet nicht:

          wie deinstallieren wenn ich den adapter nicht sehe???

          wie sieht der code aus über putty....ich bin nicht so der Linux freak

          Hat mit Linux nix zu tun:

          iobroker del ADAPTERNAME
          

          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
          • KusselinK Kusselin

            wie deinstallieren wenn ich den adapter nicht sehe???

            wie sieht der code aus über putty....ich bin nicht so der Linux freak

            J Offline
            J Offline
            Jan1
            wrote on last edited by
            #44

            @Kusselin
            und wie kommst überhaupt drauf dass der noch da ist?

            1 Reply Last reply
            0
            • KusselinK Offline
              KusselinK Offline
              Kusselin
              wrote on last edited by Kusselin
              #45

              @Kusselin sagte in [gelöst] Fehler Adapter tr-064 - Startet nicht:

              pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -

              pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -
              
              library: loaded
              
              Library version=2020-06-12
              
              ioBroker or some processes are still running:
              
               io.discovery.0
              
               io.fritzbox.0
              
               io.terminal.0
              
               io.zigbee.0
              
               io.alexa2.0
              
               io.shelly.0
              
               io.fhem.0
              
               io.info.0
              
               io.iot.0
              
               io.web.0
              
               io.yahka.0
              
               io.admin.0
              
              Please stop them first and try again!
              code_text
              
              Thomas BraunT J 3 Replies Last reply
              0
              • KusselinK Kusselin

                @Kusselin sagte in [gelöst] Fehler Adapter tr-064 - Startet nicht:

                pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -

                pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -
                
                library: loaded
                
                Library version=2020-06-12
                
                ioBroker or some processes are still running:
                
                 io.discovery.0
                
                 io.fritzbox.0
                
                 io.terminal.0
                
                 io.zigbee.0
                
                 io.alexa2.0
                
                 io.shelly.0
                
                 io.fhem.0
                
                 io.info.0
                
                 io.iot.0
                
                 io.web.0
                
                 io.yahka.0
                
                 io.admin.0
                
                Please stop them first and try again!
                code_text
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #46

                @Kusselin sagte in [gelöst] Fehler Adapter tr-064 - Startet nicht:

                Please stop them first and try again!

                iobroker stop
                

                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
                • KusselinK Kusselin

                  @Kusselin sagte in [gelöst] Fehler Adapter tr-064 - Startet nicht:

                  pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -

                  pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -
                  
                  library: loaded
                  
                  Library version=2020-06-12
                  
                  ioBroker or some processes are still running:
                  
                   io.discovery.0
                  
                   io.fritzbox.0
                  
                   io.terminal.0
                  
                   io.zigbee.0
                  
                   io.alexa2.0
                  
                   io.shelly.0
                  
                   io.fhem.0
                  
                   io.info.0
                  
                   io.iot.0
                  
                   io.web.0
                  
                   io.yahka.0
                  
                   io.admin.0
                  
                  Please stop them first and try again!
                  code_text
                  
                  J Offline
                  J Offline
                  Jan1
                  wrote on last edited by
                  #47

                  @Kusselin
                  Was willst denn eigentlich mit dem Fixer? Du hast doch ein Problem mit dem TR0-64 Adapter?

                  1 Reply Last reply
                  0
                  • KusselinK Offline
                    KusselinK Offline
                    Kusselin
                    wrote on last edited by
                    #48

                    genau...das hat mir glasfaser gesagt siehst doch im post oben

                    GlasfaserG 1 Reply Last reply
                    0
                    • KusselinK Kusselin

                      genau...das hat mir glasfaser gesagt siehst doch im post oben

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

                      @Jan1

                      Im Log stand ... keine Berechtigung ...

                      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
                      • KusselinK Offline
                        KusselinK Offline
                        Kusselin
                        wrote on last edited by
                        #50

                        sorry, so komm ich nicht weiter......

                        1 Reply Last reply
                        0
                        • KusselinK Kusselin

                          @Kusselin sagte in [gelöst] Fehler Adapter tr-064 - Startet nicht:

                          pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -

                          pi@raspberrypi:~ $ curl -sL https://iobroker.net/fix.sh | bash -
                          
                          library: loaded
                          
                          Library version=2020-06-12
                          
                          ioBroker or some processes are still running:
                          
                           io.discovery.0
                          
                           io.fritzbox.0
                          
                           io.terminal.0
                          
                           io.zigbee.0
                          
                           io.alexa2.0
                          
                           io.shelly.0
                          
                           io.fhem.0
                          
                           io.info.0
                          
                           io.iot.0
                          
                           io.web.0
                          
                           io.yahka.0
                          
                           io.admin.0
                          
                          Please stop them first and try again!
                          code_text
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #51

                          @Kusselin Ich glaube, du fummelst da irgendwie etwas planlos herum...

                          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                          

                          Und wenn das sauber ist, dann würde ich mal den ioBroker in Gänze aktualisieren.

                          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
                          • KusselinK Offline
                            KusselinK Offline
                            Kusselin
                            wrote on last edited by
                            #52

                            @thomas....gleich....
                            hab das net noch gemacht...was sagt mir das??

                            pi@raspberrypi:~ $ iobroker del tr-064
                            Delete adapter "tr-064"
                            npm uninstall iobroker.tr-064 --error --prefix "/opt/iobroker" (System call)
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/dgram
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/ip
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/safe-buffer
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/dns-packet
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/sprintf-js
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                            npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/serialport/package.json'
                            
                            npm ERR! code EACCES
                            npm ERR! syscall access
                            npm ERR! path /opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext
                            npm ERR! errno -13
                            npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext'
                            npm ERR!  { [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext']
                            npm ERR!   stack:
                            npm ERR!    'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext\'',
                            npm ERR!   errno: -13,
                            npm ERR!   code: 'EACCES',
                            npm ERR!   syscall: 'access',
                            npm ERR!   path:
                            npm ERR!    '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext' }
                            npm ERR!
                            npm ERR! The operation was rejected by your operating system.
                            npm ERR! It is likely you do not have the permissions to access this file as the current user
                            npm ERR!
                            npm ERR! If you believe this might be a permissions issue, please double-check the
                            npm ERR! permissions of the file and its containing directories, or try running
                            npm ERR! the command again as root/Administrator.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2020-06-16T19_12_04_255Z-debug.log
                            Error deleting adapter tr-064 from disk: Error: host.raspberrypi: Cannot uninstall iobroker.tr-064: 243
                            You might have to delete it yourself!
                            
                            
                            Thomas BraunT GlasfaserG 2 Replies Last reply
                            0
                            • KusselinK Kusselin

                              @thomas....gleich....
                              hab das net noch gemacht...was sagt mir das??

                              pi@raspberrypi:~ $ iobroker del tr-064
                              Delete adapter "tr-064"
                              npm uninstall iobroker.tr-064 --error --prefix "/opt/iobroker" (System call)
                              npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext
                              npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/dgram
                              npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/ip
                              npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/safe-buffer
                              npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/dns-packet
                              npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/sprintf-js
                              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                              npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/serialport/package.json'
                              
                              npm ERR! code EACCES
                              npm ERR! syscall access
                              npm ERR! path /opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext
                              npm ERR! errno -13
                              npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext'
                              npm ERR!  { [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext']
                              npm ERR!   stack:
                              npm ERR!    'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext\'',
                              npm ERR!   errno: -13,
                              npm ERR!   code: 'EACCES',
                              npm ERR!   syscall: 'access',
                              npm ERR!   path:
                              npm ERR!    '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext' }
                              npm ERR!
                              npm ERR! The operation was rejected by your operating system.
                              npm ERR! It is likely you do not have the permissions to access this file as the current user
                              npm ERR!
                              npm ERR! If you believe this might be a permissions issue, please double-check the
                              npm ERR! permissions of the file and its containing directories, or try running
                              npm ERR! the command again as root/Administrator.
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2020-06-16T19_12_04_255Z-debug.log
                              Error deleting adapter tr-064 from disk: Error: host.raspberrypi: Cannot uninstall iobroker.tr-064: 243
                              You might have to delete it yourself!
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #53

                              @Kusselin
                              Das sagt mir, dass du entweder die Rechte verfummelt hast, keine richtigen user hast oder deine SD-Karte die Grätsche macht.

                              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
                              1
                              • KusselinK Kusselin

                                @thomas....gleich....
                                hab das net noch gemacht...was sagt mir das??

                                pi@raspberrypi:~ $ iobroker del tr-064
                                Delete adapter "tr-064"
                                npm uninstall iobroker.tr-064 --error --prefix "/opt/iobroker" (System call)
                                npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext
                                npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/dgram
                                npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/ip
                                npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/safe-buffer
                                npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/dns-packet
                                npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.tr-064/node_modules/sprintf-js
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/serialport/package.json'
                                
                                npm ERR! code EACCES
                                npm ERR! syscall access
                                npm ERR! path /opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext
                                npm ERR! errno -13
                                npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext'
                                npm ERR!  { [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext']
                                npm ERR!   stack:
                                npm ERR!    'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext\'',
                                npm ERR!   errno: -13,
                                npm ERR!   code: 'EACCES',
                                npm ERR!   syscall: 'access',
                                npm ERR!   path:
                                npm ERR!    '/opt/iobroker/node_modules/iobroker.tr-064/node_modules/array-ext' }
                                npm ERR!
                                npm ERR! The operation was rejected by your operating system.
                                npm ERR! It is likely you do not have the permissions to access this file as the current user
                                npm ERR!
                                npm ERR! If you believe this might be a permissions issue, please double-check the
                                npm ERR! permissions of the file and its containing directories, or try running
                                npm ERR! the command again as root/Administrator.
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2020-06-16T19_12_04_255Z-debug.log
                                Error deleting adapter tr-064 from disk: Error: host.raspberrypi: Cannot uninstall iobroker.tr-064: 243
                                You might have to delete it yourself!
                                
                                
                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                wrote on last edited by Glasfaser
                                #54

                                @Kusselin

                                Stopp mal alles was du machst !!

                                Bitte nur noch den Anweisungen von @Thomas-Braun folgen !!!

                                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
                                • KusselinK Offline
                                  KusselinK Offline
                                  Kusselin
                                  wrote on last edited by
                                  #55

                                  o.k.......das hab ich jetzt mal gemacht wie thomas gesagt hat:

                                  pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                  /usr/bin/nodejs
                                  v10.21.0
                                  /usr/bin/node
                                  v10.21.0
                                  /usr/bin/npm
                                  6.14.5
                                  nodejs:
                                    Installiert:           10.21.0-1nodesource1
                                    Installationskandidat: 10.21.0-1nodesource1
                                    Versionstabelle:
                                   *** 10.21.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       8.11.1~dfsg-2~bpo9+1 500
                                          500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                       4.8.2~dfsg-1 500
                                          500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                  nodejs:
                                    Installiert:           10.21.0-1nodesource1
                                    Installationskandidat: 10.21.0-1nodesource1
                                    Versionstabelle:
                                   *** 10.21.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       8.11.1~dfsg-2~bpo9+1 500
                                          500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                       4.8.2~dfsg-1 500
                                          500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                  N: Paket which kann nicht gefunden werden.
                                  v10.21.0
                                  /usr/bin/node
                                  v10.21.0
                                  /usr/bin/npm
                                  6.14.5
                                  nodejs:
                                    Installiert:           10.21.0-1nodesource1
                                    Installationskandidat: 10.21.0-1nodesource1
                                    Versionstabelle:
                                   *** 10.21.0-1nodesource1 500
                                          500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       8.11.1~dfsg-2~bpo9+1 500
                                          500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                       4.8.2~dfsg-1 500
                                          500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                  pi@raspberrypi:~ $
                                  
                                  
                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • KusselinK Kusselin

                                    o.k.......das hab ich jetzt mal gemacht wie thomas gesagt hat:

                                    pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                    /usr/bin/nodejs
                                    v10.21.0
                                    /usr/bin/node
                                    v10.21.0
                                    /usr/bin/npm
                                    6.14.5
                                    nodejs:
                                      Installiert:           10.21.0-1nodesource1
                                      Installationskandidat: 10.21.0-1nodesource1
                                      Versionstabelle:
                                     *** 10.21.0-1nodesource1 500
                                            500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         8.11.1~dfsg-2~bpo9+1 500
                                            500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                         4.8.2~dfsg-1 500
                                            500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                    nodejs:
                                      Installiert:           10.21.0-1nodesource1
                                      Installationskandidat: 10.21.0-1nodesource1
                                      Versionstabelle:
                                     *** 10.21.0-1nodesource1 500
                                            500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         8.11.1~dfsg-2~bpo9+1 500
                                            500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                         4.8.2~dfsg-1 500
                                            500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                    N: Paket which kann nicht gefunden werden.
                                    v10.21.0
                                    /usr/bin/node
                                    v10.21.0
                                    /usr/bin/npm
                                    6.14.5
                                    nodejs:
                                      Installiert:           10.21.0-1nodesource1
                                      Installationskandidat: 10.21.0-1nodesource1
                                      Versionstabelle:
                                     *** 10.21.0-1nodesource1 500
                                            500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         8.11.1~dfsg-2~bpo9+1 500
                                            500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                         4.8.2~dfsg-1 500
                                            500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                    pi@raspberrypi:~ $
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #56

                                    @Kusselin
                                    Dann schauen wir jetzt mal, was du da überhaupt alles aktiv hast:

                                    iobroker list adapters
                                    

                                    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
                                    • KusselinK Offline
                                      KusselinK Offline
                                      Kusselin
                                      wrote on last edited by Kusselin
                                      #57

                                      Danke @Thomas-Braun

                                      pi@raspberrypi:~ $ iobroker list adapters
                                      system.adapter.admin                   : admin          - v4.0.10
                                      system.adapter.alexa2                  : alexa2         - v3.0.5
                                      system.adapter.ble                     : ble            - v0.11.6
                                      system.adapter.cloud                   : cloud          - v3.0.3
                                      system.adapter.daswetter               : daswetter      - v3.0.1
                                      system.adapter.denon                   : denon          - v1.7.7
                                      system.adapter.discovery               : discovery      - v2.2.2
                                      system.adapter.fhem                    : fhem           - v1.4.2
                                      system.adapter.fritzbox                : fritzbox       - v0.2.1
                                      system.adapter.g-homa                  : g-homa         - v0.5.2
                                      system.adapter.habpanel                : habpanel       - v0.4.1
                                      system.adapter.ical                    : ical           - v1.7.0
                                      system.adapter.info                    : info           - v1.7.2
                                      system.adapter.iot                     : iot            - v1.5.3
                                      system.adapter.javascript              : javascript     - v4.5.1
                                      system.adapter.material                : material       - v0.13.8
                                      system.adapter.mqtt                    : mqtt           - v2.1.2
                                      system.adapter.onkyo                   : onkyo          - v2.0.3
                                      system.adapter.pushover                : pushover       - v2.0.2
                                      system.adapter.scenes                  : scenes         - v1.1.0
                                      system.adapter.shelly                  : shelly         - v3.2.8
                                      system.adapter.sonoff                  : sonoff         - v2.3.3
                                      system.adapter.terminal                : terminal       - v0.1.2
                                      system.adapter.text2command            : text2command   - v1.3.0
                                      system.adapter.vis                     : vis            - v1.2.4
                                      system.adapter.web                     : web            - v3.0.7
                                      system.adapter.yahka                   : yahka          - v0.11.0
                                      system.adapter.zigbee                  : zigbee         - v1.0.4
                                      pi@raspberrypi:~ $
                                      
                                      

                                      der Fritz adapter ist noch aktiv obwohl er nicht zu sehen ist unter adapters

                                      Thomas BraunT J 2 Replies Last reply
                                      0
                                      • KusselinK Kusselin

                                        Danke @Thomas-Braun

                                        pi@raspberrypi:~ $ iobroker list adapters
                                        system.adapter.admin                   : admin          - v4.0.10
                                        system.adapter.alexa2                  : alexa2         - v3.0.5
                                        system.adapter.ble                     : ble            - v0.11.6
                                        system.adapter.cloud                   : cloud          - v3.0.3
                                        system.adapter.daswetter               : daswetter      - v3.0.1
                                        system.adapter.denon                   : denon          - v1.7.7
                                        system.adapter.discovery               : discovery      - v2.2.2
                                        system.adapter.fhem                    : fhem           - v1.4.2
                                        system.adapter.fritzbox                : fritzbox       - v0.2.1
                                        system.adapter.g-homa                  : g-homa         - v0.5.2
                                        system.adapter.habpanel                : habpanel       - v0.4.1
                                        system.adapter.ical                    : ical           - v1.7.0
                                        system.adapter.info                    : info           - v1.7.2
                                        system.adapter.iot                     : iot            - v1.5.3
                                        system.adapter.javascript              : javascript     - v4.5.1
                                        system.adapter.material                : material       - v0.13.8
                                        system.adapter.mqtt                    : mqtt           - v2.1.2
                                        system.adapter.onkyo                   : onkyo          - v2.0.3
                                        system.adapter.pushover                : pushover       - v2.0.2
                                        system.adapter.scenes                  : scenes         - v1.1.0
                                        system.adapter.shelly                  : shelly         - v3.2.8
                                        system.adapter.sonoff                  : sonoff         - v2.3.3
                                        system.adapter.terminal                : terminal       - v0.1.2
                                        system.adapter.text2command            : text2command   - v1.3.0
                                        system.adapter.vis                     : vis            - v1.2.4
                                        system.adapter.web                     : web            - v3.0.7
                                        system.adapter.yahka                   : yahka          - v0.11.0
                                        system.adapter.zigbee                  : zigbee         - v1.0.4
                                        pi@raspberrypi:~ $
                                        
                                        

                                        der Fritz adapter ist noch aktiv obwohl er nicht zu sehen ist unter adapters

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

                                        @Kusselin tr-064 seh ich da nicht.

                                        iobroker update
                                        iobroker add tr-064
                                        

                                        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
                                        • KusselinK Kusselin

                                          Danke @Thomas-Braun

                                          pi@raspberrypi:~ $ iobroker list adapters
                                          system.adapter.admin                   : admin          - v4.0.10
                                          system.adapter.alexa2                  : alexa2         - v3.0.5
                                          system.adapter.ble                     : ble            - v0.11.6
                                          system.adapter.cloud                   : cloud          - v3.0.3
                                          system.adapter.daswetter               : daswetter      - v3.0.1
                                          system.adapter.denon                   : denon          - v1.7.7
                                          system.adapter.discovery               : discovery      - v2.2.2
                                          system.adapter.fhem                    : fhem           - v1.4.2
                                          system.adapter.fritzbox                : fritzbox       - v0.2.1
                                          system.adapter.g-homa                  : g-homa         - v0.5.2
                                          system.adapter.habpanel                : habpanel       - v0.4.1
                                          system.adapter.ical                    : ical           - v1.7.0
                                          system.adapter.info                    : info           - v1.7.2
                                          system.adapter.iot                     : iot            - v1.5.3
                                          system.adapter.javascript              : javascript     - v4.5.1
                                          system.adapter.material                : material       - v0.13.8
                                          system.adapter.mqtt                    : mqtt           - v2.1.2
                                          system.adapter.onkyo                   : onkyo          - v2.0.3
                                          system.adapter.pushover                : pushover       - v2.0.2
                                          system.adapter.scenes                  : scenes         - v1.1.0
                                          system.adapter.shelly                  : shelly         - v3.2.8
                                          system.adapter.sonoff                  : sonoff         - v2.3.3
                                          system.adapter.terminal                : terminal       - v0.1.2
                                          system.adapter.text2command            : text2command   - v1.3.0
                                          system.adapter.vis                     : vis            - v1.2.4
                                          system.adapter.web                     : web            - v3.0.7
                                          system.adapter.yahka                   : yahka          - v0.11.0
                                          system.adapter.zigbee                  : zigbee         - v1.0.4
                                          pi@raspberrypi:~ $
                                          
                                          

                                          der Fritz adapter ist noch aktiv obwohl er nicht zu sehen ist unter adapters

                                          J Offline
                                          J Offline
                                          Jan1
                                          wrote on last edited by
                                          #59

                                          @Kusselin
                                          der Fritzbox Adapter ist aber auch nicht der TR0-64 Adapter

                                          KusselinK 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

                                          531

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          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