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. Admin 6.2 jetzt im Stable

NEWS

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

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

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

Admin 6.2 jetzt im Stable

Scheduled Pinned Locked Moved ioBroker Allgemein
185 Posts 37 Posters 34.9k Views 35 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.
  • D DasMoritz

    Moin,

    da das letzte Update mich ziemlich aus der Bahn geworfen hat: Ich bin auf 5.1.25 auf einem Synology NAS im Docker-Container. Kann ich das Update bedenkenlos ausführen?

    Danke,
    Moritz

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

    @dasmoritz

    jetzt-im-stable

    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

    D 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @dasmoritz

      jetzt-im-stable

      D Offline
      D Offline
      DasMoritz
      wrote on last edited by
      #131

      @thomas-braun Was meinst du damit genau? Ich verstehe es so wie "alled jut mien jung, mach man" :-)

      Thomas BraunT ZarelloZ 2 Replies Last reply
      0
      • D DasMoritz

        @thomas-braun Was meinst du damit genau? Ich verstehe es so wie "alled jut mien jung, mach man" :-)

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

        @dasmoritz

        Sonst wäre die Version nicht als stabil veröffentlicht worden sondern würde noch im Beta-Bereich abhängen.
        Wenn du es also wie üblich aktualisierst sollte da nicht viel passieren. Hinweise lesen hilft ggf. auch.
        Und insgesamt das System auf Stand haben ist eh selbstverständlich.

        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
        • D DasMoritz

          @thomas-braun Was meinst du damit genau? Ich verstehe es so wie "alled jut mien jung, mach man" :-)

          ZarelloZ Offline
          ZarelloZ Offline
          Zarello
          wrote on last edited by
          #133

          @dasmoritz sagte in Admin 6.2 jetzt im Stable:

          @thomas-braun Was meinst du damit genau? Ich verstehe es so wie "alled jut mien jung, mach man" :-)

          Nur eine Einzelfallmeldung, aber bei mir hat es absolut problemlos funktioniert.
          Insofern: Nur Mut - und vorher natürlich wie immer bei solchen Aktionen das Backup laufen lassen ;-)

          1 Reply Last reply
          0
          • D Offline
            D Offline
            DasMoritz
            wrote on last edited by DasMoritz
            #134

            @zarello Moin,

            Danke. Ich war anscheinend lange nicht mehr im ioBroker aktiv und muss erstmal hier durch....

            js-controller (>=3.3.22): 3.3.18

            Sprich, dass Teil aktualisieren... Ich habe da mit Synology und ioBroker auf Docker immer meine Bauchschmerzen...

            Edit.... Okay, das Update ist in die Hose gegangen, die Anleitung von Buanet (Docker) passte wohl für mich nicht...

            root@iobroker:/opt/iobroker# iobroker status                                                                                                                                                                                                                            
            internal/modules/cjs/loader.js:818                                                                                                                                                                                                                                      
              throw err;                                                                                                                                                                                                                                                            
              ^                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                    
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'                                                                                                                                                                               
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)                                                                                                                                                                                         
                at Function.Module._load (internal/modules/cjs/loader.js:667:27)                                                                                                                                                                                                    
                at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                                                                                                                                                                                 
                at internal/main/run_main_module.js:17:47 {                                                                                                                                                                                                                         
              code: 'MODULE_NOT_FOUND',                                                                                                                                                                                                                                             
              requireStack: []                                                                                                                                                                                                                                                      
            }                                                                                                                                                                                                                                                                       
            root@iobroker:/opt/iobroker# iobroker start                                                                                                                                                                                                                             
            internal/modules/cjs/loader.js:818                                                                                                                                                                                                                                      
              throw err;                                                                                                                                                                                                                                                            
              ^                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                    
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'                                                                                                                                                                               
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)                                                                                                                                                                                         
                at Function.Module._load (internal/modules/cjs/loader.js:667:27)                                                                                                                                                                                                    
                at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                                                                                                                                                                                 
                at internal/main/run_main_module.js:17:47 {                                                                                                                                                                                                                         
              code: 'MODULE_NOT_FOUND',                                                                                                                                                                                                                                             
              requireStack: []                                                                                                                                                                                                                                                      
            }                                  
            
            apollon77A 1 Reply Last reply
            0
            • D DasMoritz

              @zarello Moin,

              Danke. Ich war anscheinend lange nicht mehr im ioBroker aktiv und muss erstmal hier durch....

              js-controller (>=3.3.22): 3.3.18

              Sprich, dass Teil aktualisieren... Ich habe da mit Synology und ioBroker auf Docker immer meine Bauchschmerzen...

              Edit.... Okay, das Update ist in die Hose gegangen, die Anleitung von Buanet (Docker) passte wohl für mich nicht...

              root@iobroker:/opt/iobroker# iobroker status                                                                                                                                                                                                                            
              internal/modules/cjs/loader.js:818                                                                                                                                                                                                                                      
                throw err;                                                                                                                                                                                                                                                            
                ^                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                      
              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'                                                                                                                                                                               
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)                                                                                                                                                                                         
                  at Function.Module._load (internal/modules/cjs/loader.js:667:27)                                                                                                                                                                                                    
                  at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                                                                                                                                                                                 
                  at internal/main/run_main_module.js:17:47 {                                                                                                                                                                                                                         
                code: 'MODULE_NOT_FOUND',                                                                                                                                                                                                                                             
                requireStack: []                                                                                                                                                                                                                                                      
              }                                                                                                                                                                                                                                                                       
              root@iobroker:/opt/iobroker# iobroker start                                                                                                                                                                                                                             
              internal/modules/cjs/loader.js:818                                                                                                                                                                                                                                      
                throw err;                                                                                                                                                                                                                                                            
                ^                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                      
              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'                                                                                                                                                                               
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)                                                                                                                                                                                         
                  at Function.Module._load (internal/modules/cjs/loader.js:667:27)                                                                                                                                                                                                    
                  at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)                                                                                                                                                                                 
                  at internal/main/run_main_module.js:17:47 {                                                                                                                                                                                                                         
                code: 'MODULE_NOT_FOUND',                                                                                                                                                                                                                                             
                requireStack: []                                                                                                                                                                                                                                                      
              }                                  
              
              apollon77A Offline
              apollon77A Offline
              apollon77
              wrote on last edited by
              #135

              @dasmoritz Dann am besten das in nem anderen/eigenen Thread mit Docker Spezialisten fixen

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              D 1 Reply Last reply
              0
              • apollon77A apollon77

                @dasmoritz Dann am besten das in nem anderen/eigenen Thread mit Docker Spezialisten fixen

                D Offline
                D Offline
                DasMoritz
                wrote on last edited by
                #136

                @apollon77 Danke dir! Ich mache täglich via 2. Synology und C2 Cloud ein Backup, ich habe gerade eben stumpf das Backup der ioBroker Daten von heute Mittag wiederhergestellt....

                Thomas BraunT 1 Reply Last reply
                0
                • D DasMoritz

                  @apollon77 Danke dir! Ich mache täglich via 2. Synology und C2 Cloud ein Backup, ich habe gerade eben stumpf das Backup der ioBroker Daten von heute Mittag wiederhergestellt....

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

                  @dasmoritz
                  Vielleicht auch täglich ein Update machen?
                  Dann sind sie Sprünge nicht so groß und du machst es dir selber nicht so schwer...

                  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 Offline
                    S Offline
                    saeft_2003
                    Most Active
                    wrote on last edited by
                    #138

                    Nochmal zurück auf die Sache mit der mobilen Seite und den DP es gibt einen workaround auf dem iphone.

                    Safari —> Querformat —> Desktop Seite anfordern —> Hochformat

                    Ergebnis:

                    67C15887-344E-4E99-A237-82C55A188C78.png

                    Leider sieht man die Namen nicht.

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      JB72
                      wrote on last edited by
                      #139

                      Hallo,

                      ich habe eben das aktuellste Update eingespielt und nun startet iObroker nicht mehr, gibt es da Erfahrungen was man machen sollte?

                      Grüße
                      JB

                      DJMarc75D 1 Reply Last reply
                      0
                      • J JB72

                        Hallo,

                        ich habe eben das aktuellste Update eingespielt und nun startet iObroker nicht mehr, gibt es da Erfahrungen was man machen sollte?

                        Grüße
                        JB

                        DJMarc75D Offline
                        DJMarc75D Offline
                        DJMarc75
                        wrote on last edited by DJMarc75
                        #140

                        @jb72 sagte in Admin 6.2 jetzt im Stable:

                        gibt es da Erfahrungen was man machen sollte?

                        naja, könntest mal zeigen auf was für nem System Du wie unterwegs bist.... wäre ein Anfang um helfen zu können !

                        Lehrling seit 1975 !!!
                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                        J 1 Reply Last reply
                        0
                        • DJMarc75D DJMarc75

                          @jb72 sagte in Admin 6.2 jetzt im Stable:

                          gibt es da Erfahrungen was man machen sollte?

                          naja, könntest mal zeigen auf was für nem System Du wie unterwegs bist.... wäre ein Anfang um helfen zu können !

                          J Offline
                          J Offline
                          JB72
                          wrote on last edited by
                          #141

                          @djmarc75

                          ioBroker läuft auf einem Debian Linux.

                          Thomas BraunT 1 Reply Last reply
                          0
                          • J JB72

                            @djmarc75

                            ioBroker läuft auf einem Debian Linux.

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

                            @jb72

                            iobroker update
                            iobroker list instances
                            

                            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

                            J 2 Replies Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @jb72

                              iobroker update
                              iobroker list instances
                              
                              J Offline
                              J Offline
                              JB72
                              wrote on last edited by
                              #143

                              @thomas-braun

                              Habe ich getan. Sorry ich bin da "lost" wenn ich die Befehle eingebe soll ich das Ergebnis hier posten ?

                              Thomas BraunT 1 Reply Last reply
                              0
                              • J JB72

                                @thomas-braun

                                Habe ich getan. Sorry ich bin da "lost" wenn ich die Befehle eingebe soll ich das Ergebnis hier posten ?

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

                                @jb72

                                Ja, damit man sehen kann was da bei dir los ist.

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

                                  @jb72

                                  iobroker update
                                  iobroker list instances
                                  
                                  J Offline
                                  J Offline
                                  JB72
                                  wrote on last edited by
                                  #145

                                  @thomas-braun

                                  ioBroker update sehe ich das ich admin 6.2.20 installiert habe und das 6.2.22 Updatable ist. Genau das Update habe ich ausgewählt zum Updaten und danach ging nichts mehr.

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • J JB72

                                    @thomas-braun

                                    ioBroker update sehe ich das ich admin 6.2.20 installiert habe und das 6.2.22 Updatable ist. Genau das Update habe ich ausgewählt zum Updaten und danach ging nichts mehr.

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

                                    @jb72

                                    Zeigen...

                                    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

                                    J 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @jb72

                                      Zeigen...

                                      J Offline
                                      J Offline
                                      JB72
                                      wrote on last edited by
                                      #147

                                      @thomas-braun

                                      7ca9f03d-c509-470e-b250-80996af2205e-grafik.png

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • J JB72

                                        @thomas-braun

                                        7ca9f03d-c509-470e-b250-80996af2205e-grafik.png

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

                                        @jb72

                                        Kein Screenshot, Text auch als Text in CodeTags; nicht als root herumhampeln

                                        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

                                        J 2 Replies Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @jb72

                                          Kein Screenshot, Text auch als Text in CodeTags; nicht als root herumhampeln

                                          J Offline
                                          J Offline
                                          JB72
                                          wrote on last edited by
                                          #149

                                          @thomas-braun

                                          
                                          Used repository: stable
                                          Adapter    "admin"        : 6.2.22   , installed 6.2.20 [Updatable]
                                          Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                          Adapter    "backitup"     : 2.4.10   , installed 2.4.10
                                          Adapter    "cloud"        : 4.2.2    , installed 4.2.2
                                          Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                          Adapter    "daswetter"    : 3.1.3    , installed 3.1.3
                                          Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                          Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                          Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                                          Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                                          Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                                          Adapter    "homekit-controller": 0.5.1, installed 0.5.1
                                          Adapter    "ical"         : 1.13.1   , installed 1.13.1
                                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                          Adapter    "icons-material-png": 0.1.0, installed 0.1.1
                                          Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                                          Adapter    "javascript"   : 6.0.0    , installed 6.0.0
                                          Controller "js-controller": 4.0.23   , installed 4.0.23
                                          Adapter    "material"     : 1.1.2    , installed 1.1.2
                                          Adapter    "mihome-vacuum": 3.4.2    , installed 3.4.2
                                          Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                          Adapter    "proxmox"      : 1.3.4    , installed 1.3.4
                                          Adapter    "sayit"        : 1.12.3   , installed 1.12.3
                                          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                          Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                                          Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                          Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                          Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                                          Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                                          Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                                          Adapter    "wolf-smartset": 1.0.0    , installed 1.0.0
                                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                          Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                                          
                                          
                                          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

                                          532

                                          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