Skip to content
  • 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
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. JS-Controller update, was jetzt

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

JS-Controller update, was jetzt

Scheduled Pinned Locked Moved Einsteigerfragen
47 Posts 2 Posters 5.5k Views 2 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

    @silbroker
    Und was kommt bei

    
    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    

    jetzt um's Eck?

    S Offline
    S Offline
    silbroker
    wrote on last edited by
    #25

    @thomas-braun

    pi@raspberrypi:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    armv7l
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v16.18.0
    v16.18.0
    8.19.2
    pi
    pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
    /home/pi
    Hit:1 http://phoscon.de/apt/deconz buster InRelease
    Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
    Hit:3 http://archive.raspberrypi.org/debian buster InRelease
    Hit:4 https://deb.nodesource.com/node_16.x buster InRelease
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    All packages are up to date.
    nodejs:
      Installed: 16.18.0-deb-1nodesource1
      Candidate: 16.18.0-deb-1nodesource1
      Version table:
     *** 16.18.0-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
            100 /var/lib/dpkg/status
         10.24.0~dfsg-1~deb10u2 500
            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
    
    
    Thomas BraunT 1 Reply Last reply
    0
    • S silbroker

      @thomas-braun

      pi@raspberrypi:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      armv7l
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v16.18.0
      v16.18.0
      8.19.2
      pi
      pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
      /home/pi
      Hit:1 http://phoscon.de/apt/deconz buster InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Hit:3 http://archive.raspberrypi.org/debian buster InRelease
      Hit:4 https://deb.nodesource.com/node_16.x buster InRelease
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      All packages are up to date.
      nodejs:
        Installed: 16.18.0-deb-1nodesource1
        Candidate: 16.18.0-deb-1nodesource1
        Version table:
       *** 16.18.0-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
              100 /var/lib/dpkg/status
           10.24.0~dfsg-1~deb10u2 500
              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #26

      @silbroker

      iobroker restart
      iobroker status
      

      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

        @silbroker

        iobroker restart
        iobroker status
        
        S Offline
        S Offline
        silbroker
        wrote on last edited by
        #27

        @thomas-braun

        pi@raspberrypi:~ $ iobroker restart
        pi@raspberrypi:~ $ iobroker status
        node:internal/modules/cjs/loader:988
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
            at Function.Module._load (node:internal/modules/cjs/loader:833:27)
            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
            at node:internal/main/run_main_module:22:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        pi@raspberrypi:~ $
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • S silbroker

          @thomas-braun

          pi@raspberrypi:~ $ iobroker restart
          pi@raspberrypi:~ $ iobroker status
          node:internal/modules/cjs/loader:988
            throw err;
            ^
          
          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
              at Function.Module._load (node:internal/modules/cjs/loader:833:27)
              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
              at node:internal/main/run_main_module:22:47 {
            code: 'MODULE_NOT_FOUND',
            requireStack: []
          }
          pi@raspberrypi:~ $
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #28

          @silbroker

          iobroker stop
          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          iobroker start
          

          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

            @silbroker

            iobroker stop
            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller
            iobroker start
            
            S Offline
            S Offline
            silbroker
            wrote on last edited by
            #29

            @thomas-braun sagte in JS-Controller update, was jetzt:

            iobroker start

            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $
            pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
            npm WARN old lockfile
            npm WARN old lockfile The package-lock.json file was created with an old version of npm,
            npm WARN old lockfile so supplemental metadata must be fetched from the registry.
            npm WARN old lockfile
            npm WARN old lockfile This is a one-time fix-up, please be patient...
            npm WARN old lockfile
            npm WARN deprecated @types/keyv@4.2.0: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
            
            added 682 packages, removed 21 packages, and changed 29 packages in 2m
            
            101 packages are looking for funding
              run `npm fund` for details
            pi@raspberrypi:/opt/iobroker $ iobroker start
            
            

            jetzt ist sie wieder online. Muss ich sonst noch etwas machen / beachten?

            Thomas BraunT 1 Reply Last reply
            0
            • S silbroker

              @thomas-braun sagte in JS-Controller update, was jetzt:

              iobroker start

              pi@raspberrypi:~ $ cd /opt/iobroker
              pi@raspberrypi:/opt/iobroker $
              pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
              npm WARN old lockfile
              npm WARN old lockfile The package-lock.json file was created with an old version of npm,
              npm WARN old lockfile so supplemental metadata must be fetched from the registry.
              npm WARN old lockfile
              npm WARN old lockfile This is a one-time fix-up, please be patient...
              npm WARN old lockfile
              npm WARN deprecated @types/keyv@4.2.0: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
              
              added 682 packages, removed 21 packages, and changed 29 packages in 2m
              
              101 packages are looking for funding
                run `npm fund` for details
              pi@raspberrypi:/opt/iobroker $ iobroker start
              
              

              jetzt ist sie wieder online. Muss ich sonst noch etwas machen / beachten?

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

              @silbroker

              iobroker update -i
              iobroker status
              

              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

                @silbroker

                iobroker update -i
                iobroker status
                
                S Offline
                S Offline
                silbroker
                wrote on last edited by
                #31

                @thomas-braun

                
                pi@raspberrypi:/opt/iobroker $ iobroker update -i
                Used repository: beta
                Adapter    "admin"        : 6.2.23   , installed 4.1.12 [Updatable]
                Adapter    "deconz"       : 1.3.21   , installed 2.0.5
                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                Adapter    "info"         : 1.9.21   , installed 1.9.21
                Adapter    "jarvis"       : 3.0.15   , installed 2.2.5  [Updatable]
                Adapter    "javascript"   : 6.0.3    , installed 4.10.8 [Updatable]
                Controller "js-controller": 4.0.23   , installed 4.0.23
                Adapter    "loxone"       : 3.0.0    , installed 2.2.3  [Updatable]
                Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                Adapter    "shelly"       : 6.2.4    , installed 4.1.2  [Updatable]
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "socketio"     : 6.1.10   , installed 3.1.5  [Updatable]
                Adapter    "sonos"        : 2.2.3    , installed 2.1.1  [Updatable]
                Adapter    "vis"          : 1.4.15   , installed 1.4.15
                Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                Adapter    "web"          : 5.2.10   , installed 3.1.0  [Updatable]
                pi@raspberrypi:/opt/iobroker $ iobroker status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                pi@raspberrypi:/opt/iobroker $
                
                
                Thomas BraunT 2 Replies Last reply
                0
                • S silbroker

                  @thomas-braun

                  
                  pi@raspberrypi:/opt/iobroker $ iobroker update -i
                  Used repository: beta
                  Adapter    "admin"        : 6.2.23   , installed 4.1.12 [Updatable]
                  Adapter    "deconz"       : 1.3.21   , installed 2.0.5
                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                  Adapter    "info"         : 1.9.21   , installed 1.9.21
                  Adapter    "jarvis"       : 3.0.15   , installed 2.2.5  [Updatable]
                  Adapter    "javascript"   : 6.0.3    , installed 4.10.8 [Updatable]
                  Controller "js-controller": 4.0.23   , installed 4.0.23
                  Adapter    "loxone"       : 3.0.0    , installed 2.2.3  [Updatable]
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                  Adapter    "shelly"       : 6.2.4    , installed 4.1.2  [Updatable]
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "socketio"     : 6.1.10   , installed 3.1.5  [Updatable]
                  Adapter    "sonos"        : 2.2.3    , installed 2.1.1  [Updatable]
                  Adapter    "vis"          : 1.4.15   , installed 1.4.15
                  Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                  Adapter    "web"          : 5.2.10   , installed 3.1.0  [Updatable]
                  pi@raspberrypi:/opt/iobroker $ iobroker status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  pi@raspberrypi:/opt/iobroker $
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #32

                  @silbroker Was willste denn mit dem alten Kram beta-testen?
                  Stell das Repo auf stable und dann zieh das alles auf den stabilen Stand.

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

                    @thomas-braun

                    
                    pi@raspberrypi:/opt/iobroker $ iobroker update -i
                    Used repository: beta
                    Adapter    "admin"        : 6.2.23   , installed 4.1.12 [Updatable]
                    Adapter    "deconz"       : 1.3.21   , installed 2.0.5
                    Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                    Adapter    "info"         : 1.9.21   , installed 1.9.21
                    Adapter    "jarvis"       : 3.0.15   , installed 2.2.5  [Updatable]
                    Adapter    "javascript"   : 6.0.3    , installed 4.10.8 [Updatable]
                    Controller "js-controller": 4.0.23   , installed 4.0.23
                    Adapter    "loxone"       : 3.0.0    , installed 2.2.3  [Updatable]
                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                    Adapter    "shelly"       : 6.2.4    , installed 4.1.2  [Updatable]
                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                    Adapter    "socketio"     : 6.1.10   , installed 3.1.5  [Updatable]
                    Adapter    "sonos"        : 2.2.3    , installed 2.1.1  [Updatable]
                    Adapter    "vis"          : 1.4.15   , installed 1.4.15
                    Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                    Adapter    "web"          : 5.2.10   , installed 3.1.0  [Updatable]
                    pi@raspberrypi:/opt/iobroker $ iobroker status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    pi@raspberrypi:/opt/iobroker $
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #33

                    @silbroker sagte in JS-Controller update, was jetzt:

                    Adapter "deconz" : 1.3.21 , installed 2.0.5

                    Und was ist das für eine Version?

                    deconz
                    github:	1.3.21
                    latest:	1.3.21 for 5 months
                    stable:	1.3.21 for 5 months
                    

                    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

                      @silbroker sagte in JS-Controller update, was jetzt:

                      Adapter "deconz" : 1.3.21 , installed 2.0.5

                      Und was ist das für eine Version?

                      deconz
                      github:	1.3.21
                      latest:	1.3.21 for 5 months
                      stable:	1.3.21 for 5 months
                      
                      S Offline
                      S Offline
                      silbroker
                      wrote on last edited by
                      #34

                      @thomas-braun

                      Das konnte ich nicht updaten weil der JS-Controller zu alt war. 🤔

                      Thomas BraunT 1 Reply Last reply
                      0
                      • S silbroker

                        @thomas-braun

                        Das konnte ich nicht updaten weil der JS-Controller zu alt war. 🤔

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

                        @silbroker sagte in JS-Controller update, was jetzt:

                        Das konnte ich nicht updaten weil der JS-Controller zu alt war.

                        Und nicht nur der...

                        iob repo list
                        

                        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

                          @silbroker sagte in JS-Controller update, was jetzt:

                          Das konnte ich nicht updaten weil der JS-Controller zu alt war.

                          Und nicht nur der...

                          iob repo list
                          
                          S Offline
                          S Offline
                          silbroker
                          wrote on last edited by
                          #36

                          @thomas-braun

                          wie schalte ich diesen auf stable

                          Thomas BraunT 1 Reply Last reply
                          0
                          • S silbroker

                            @thomas-braun

                            wie schalte ich diesen auf stable

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

                            @silbroker sagte in JS-Controller update, was jetzt:

                            wie schalte ich diesen auf stable

                            Da wo du es auch auf Beta umgestellt hast.
                            Oder über die Kommandozeile.

                            iob repo list
                            

                            posten.

                            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

                              @silbroker sagte in JS-Controller update, was jetzt:

                              wie schalte ich diesen auf stable

                              Da wo du es auch auf Beta umgestellt hast.
                              Oder über die Kommandozeile.

                              iob repo list
                              

                              posten.

                              S Offline
                              S Offline
                              silbroker
                              wrote on last edited by
                              #38

                              @thomas-braun

                              pi@raspberrypi:/opt/iobroker $ iob repo list
                              stable        : http://download.iobroker.net/sources-dist.json
                              beta          : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo(s): beta
                              
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • S silbroker

                                @thomas-braun

                                pi@raspberrypi:/opt/iobroker $ iob repo list
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): beta
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #39

                                @silbroker

                                iobroker repo unset beta
                                iobroker repo set stable
                                iobroker update
                                

                                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

                                  @silbroker

                                  iobroker repo unset beta
                                  iobroker repo set stable
                                  iobroker update
                                  
                                  S Offline
                                  S Offline
                                  silbroker
                                  wrote on last edited by
                                  #40

                                  @thomas-braun

                                  pi@raspberrypi:/opt/iobroker $ iobroker update
                                  Used repository: stable
                                  Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                  Adapter    "deconz"       : 1.3.21   , installed 2.0.5
                                  Adapter    "discovery"    : 3.0.5    , installed 3.1.0
                                  Adapter    "info"         : 1.9.19   , installed 1.9.21
                                  Adapter    "jarvis"       : 3.0.15   , installed 2.2.5  [Updatable]
                                  Adapter    "javascript"   : 6.0.3    , installed 4.10.8 [Updatable]
                                  Controller "js-controller": 4.0.23   , installed 4.0.23
                                  Adapter    "loxone"       : 3.0.0    , installed 2.2.3  [Updatable]
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                                  Adapter    "shelly"       : 6.0.0    , installed 4.1.2  [Updatable]
                                  Adapter    "simple-api"   : 2.7.0    , installed 2.7.2
                                  Adapter    "socketio"     : 4.2.0    , installed 3.1.5  [Updatable]
                                  Adapter    "sonos"        : 2.2.3    , installed 2.1.1  [Updatable]
                                  Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                  Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                                  Adapter    "web"          : 4.3.0    , installed 3.1.0  [Updatable]
                                  

                                  Was ist den die repo beta?

                                  Thomas BraunT 2 Replies Last reply
                                  0
                                  • S silbroker

                                    @thomas-braun

                                    pi@raspberrypi:/opt/iobroker $ iobroker update
                                    Used repository: stable
                                    Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                    Adapter    "deconz"       : 1.3.21   , installed 2.0.5
                                    Adapter    "discovery"    : 3.0.5    , installed 3.1.0
                                    Adapter    "info"         : 1.9.19   , installed 1.9.21
                                    Adapter    "jarvis"       : 3.0.15   , installed 2.2.5  [Updatable]
                                    Adapter    "javascript"   : 6.0.3    , installed 4.10.8 [Updatable]
                                    Controller "js-controller": 4.0.23   , installed 4.0.23
                                    Adapter    "loxone"       : 3.0.0    , installed 2.2.3  [Updatable]
                                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                                    Adapter    "shelly"       : 6.0.0    , installed 4.1.2  [Updatable]
                                    Adapter    "simple-api"   : 2.7.0    , installed 2.7.2
                                    Adapter    "socketio"     : 4.2.0    , installed 3.1.5  [Updatable]
                                    Adapter    "sonos"        : 2.2.3    , installed 2.1.1  [Updatable]
                                    Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                    Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                                    Adapter    "web"          : 4.3.0    , installed 3.1.0  [Updatable]
                                    

                                    Was ist den die repo beta?

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

                                    @silbroker sagte in JS-Controller update, was jetzt:

                                    Was ist den die repo beta?

                                    Der Beta-Kanal. Aber wozu fährst du Beta, wenn du dein System eh nicht auf Stand hältst?

                                    Bring das jetzt auf Stand.

                                    iobroker upgrade all
                                    

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

                                      @thomas-braun

                                      pi@raspberrypi:/opt/iobroker $ iobroker update
                                      Used repository: stable
                                      Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                      Adapter    "deconz"       : 1.3.21   , installed 2.0.5
                                      Adapter    "discovery"    : 3.0.5    , installed 3.1.0
                                      Adapter    "info"         : 1.9.19   , installed 1.9.21
                                      Adapter    "jarvis"       : 3.0.15   , installed 2.2.5  [Updatable]
                                      Adapter    "javascript"   : 6.0.3    , installed 4.10.8 [Updatable]
                                      Controller "js-controller": 4.0.23   , installed 4.0.23
                                      Adapter    "loxone"       : 3.0.0    , installed 2.2.3  [Updatable]
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.1  [Updatable]
                                      Adapter    "shelly"       : 6.0.0    , installed 4.1.2  [Updatable]
                                      Adapter    "simple-api"   : 2.7.0    , installed 2.7.2
                                      Adapter    "socketio"     : 4.2.0    , installed 3.1.5  [Updatable]
                                      Adapter    "sonos"        : 2.2.3    , installed 2.1.1  [Updatable]
                                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                                      Adapter    "web"          : 4.3.0    , installed 3.1.0  [Updatable]
                                      

                                      Was ist den die repo beta?

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

                                      @silbroker

                                      Und den deconz kannste wieder auf V1 bringen, ich glaube die Entwicklung von V2 wurde eingestellt.

                                      iobroker upgrade deconz@1.3.21
                                      

                                      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

                                        @silbroker

                                        Und den deconz kannste wieder auf V1 bringen, ich glaube die Entwicklung von V2 wurde eingestellt.

                                        iobroker upgrade deconz@1.3.21
                                        
                                        S Offline
                                        S Offline
                                        silbroker
                                        wrote on last edited by
                                        #43

                                        @thomas-braun

                                        So jetzt bin ich wieder aktuell. Danke viel Mals. wie oft muss ich das updaten?

                                        pi@raspberrypi:/opt/iobroker $ iobroker update
                                        Used repository: stable
                                        Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                        Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                        Adapter    "discovery"    : 3.0.5    , installed 3.1.0
                                        Adapter    "info"         : 1.9.19   , installed 1.9.21
                                        Adapter    "jarvis"       : 3.0.15   , installed 3.0.15
                                        Adapter    "javascript"   : 6.0.3    , installed 6.0.3
                                        Controller "js-controller": 4.0.23   , installed 4.0.23
                                        Adapter    "loxone"       : 3.0.0    , installed 3.0.0
                                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                        Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                                        Adapter    "simple-api"   : 2.7.0    , installed 2.7.2
                                        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                        Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                        Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                        
                                        
                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • S silbroker

                                          @thomas-braun

                                          So jetzt bin ich wieder aktuell. Danke viel Mals. wie oft muss ich das updaten?

                                          pi@raspberrypi:/opt/iobroker $ iobroker update
                                          Used repository: stable
                                          Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                          Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                          Adapter    "discovery"    : 3.0.5    , installed 3.1.0
                                          Adapter    "info"         : 1.9.19   , installed 1.9.21
                                          Adapter    "jarvis"       : 3.0.15   , installed 3.0.15
                                          Adapter    "javascript"   : 6.0.3    , installed 6.0.3
                                          Controller "js-controller": 4.0.23   , installed 4.0.23
                                          Adapter    "loxone"       : 3.0.0    , installed 3.0.0
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                                          Adapter    "simple-api"   : 2.7.0    , installed 2.7.2
                                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                          Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                          Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                          
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #44

                                          @silbroker sagte in JS-Controller update, was jetzt:

                                          wie oft muss ich das updaten?

                                          Öfter als bisher/ (aka nie...)
                                          Knöpf dir das alle paar Wochen / 1x im Monat vor.
                                          Und zwar das Gesamtsystem aus Betriebssytem und dem ioBroker. Befehle dafür hast du ja jetzt.

                                          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
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          542

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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