Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Error in Upgrade js-controller 3.1.6 zu 3.2.16

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    472

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    837

Error in Upgrade js-controller 3.1.6 zu 3.2.16

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
23 Beiträge 5 Kommentatoren 660 Aufrufe 6 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • arteckA arteck

    @marcel-k-0 was sagt dein node

    node -v
    
    Marcel K 0M Offline
    Marcel K 0M Offline
    Marcel K 0
    schrieb am zuletzt editiert von
    #5

    @arteck 225d74d4-dd12-4a88-9c52-7e5353a3d96e-image.png

    1 Antwort Letzte Antwort
    0
    • arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von arteck
      #6

      @marcel-k-0 dann mach so

      cd /opt/iobroker
      npm i iobroker.js-controller@3.2.16
      

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • arteckA arteck

        @marcel-k-0 dann mach so

        cd /opt/iobroker
        npm i iobroker.js-controller@3.2.16
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #7

        @arteck @Marcel-K-0

        Besser

        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
        

        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

        arteckA Marcel K 0M 2 Antworten Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @arteck @Marcel-K-0

          Besser

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
          
          arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          schrieb am zuletzt editiert von
          #8

          @thomas-braun und danach

          iobroker fix
          

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • arteckA arteck

            @thomas-braun und danach

            iobroker fix
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #9

            @arteck
            Schaden kann es nicht.
            Aber mit

            sudo -H -u iobroker
            

            vorweg werden die Rechte gleich richtig gesetzt.

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

              @arteck @Marcel-K-0

              Besser

              cd /opt/iobroker
              sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
              
              Marcel K 0M Offline
              Marcel K 0M Offline
              Marcel K 0
              schrieb am zuletzt editiert von
              #10

              @thomas-braun @arteck
              Hi Leute,
              leider auch mit diesen Befehlen kein Erfolg gehabt:f02bda42-0307-4314-96be-3732fe8a9dcd-image.png

              Vielleicht doch alles neu installieren?

              arteckA 1 Antwort Letzte Antwort
              0
              • Marcel K 0M Marcel K 0

                @thomas-braun @arteck
                Hi Leute,
                leider auch mit diesen Befehlen kein Erfolg gehabt:f02bda42-0307-4314-96be-3732fe8a9dcd-image.png

                Vielleicht doch alles neu installieren?

                arteckA Offline
                arteckA Offline
                arteck
                Developer Most Active
                schrieb am zuletzt editiert von arteck
                #11

                @marcel-k-0 mach ein

                sudo rm - R /opt/iobroker/node_modules/rimraf
                

                und dann nochmal

                sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                

                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                Marcel K 0M 1 Antwort Letzte Antwort
                0
                • arteckA arteck

                  @marcel-k-0 mach ein

                  sudo rm - R /opt/iobroker/node_modules/rimraf
                  

                  und dann nochmal

                  sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                  
                  Marcel K 0M Offline
                  Marcel K 0M Offline
                  Marcel K 0
                  schrieb am zuletzt editiert von
                  #12

                  @arteck said in Error in Upgrade js-controller 3.1.6 zu 3.2.16:

                  sudo -H -u iobroker npm install iobroker.js-controller@3.2.16

                  Geht leider nicht.
                  e5928c40-2bdb-4f6b-a2ef-8d05a8079b03-image.png

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • Marcel K 0M Marcel K 0

                    @arteck said in Error in Upgrade js-controller 3.1.6 zu 3.2.16:

                    sudo -H -u iobroker npm install iobroker.js-controller@3.2.16

                    Geht leider nicht.
                    e5928c40-2bdb-4f6b-a2ef-8d05a8079b03-image.png

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #13

                    @marcel-k-0

                    sudo rm -R /opt/iobroker/node_modules/rimraf
                    

                    Und bitte keine Screenshots von KonsolenTEXT, die kann man so schlecht kopieren.
                    Bitte Ausgaben der Konsole in CodeTags einbetten.
                    5947db1a-ccb3-4b12-9d5c-739b6b4ef0d5-image.png

                    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

                    Marcel K 0M 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @marcel-k-0

                      sudo rm -R /opt/iobroker/node_modules/rimraf
                      

                      Und bitte keine Screenshots von KonsolenTEXT, die kann man so schlecht kopieren.
                      Bitte Ausgaben der Konsole in CodeTags einbetten.
                      5947db1a-ccb3-4b12-9d5c-739b6b4ef0d5-image.png

                      Marcel K 0M Offline
                      Marcel K 0M Offline
                      Marcel K 0
                      schrieb am zuletzt editiert von
                      #14

                      @thomas-braun Okay ich konnte das Verzeichnis löschen, leider trotzdem kein Erfolg beim installieren.

                      pi@raspberrypi:/opt/iobroker $ sudo rm -R /opt/iobroker/node_modules/rimraf
                      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                      npm ERR! Unexpected end of JSON input while parsing near '... https://openpgpjs.or'
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     [2021-06-08T00_39_31_043Z-debug.log](/assets/uploads/files/1623113026827-2021-06-08t00_39_31_043z-debug.log) /home/iobroker/.npm/_logs/2021-06-08T00_39_31_043Z-debug.log
                      

                      Hier auch das referenzierte logfile 2021-06-08T00_39_31_043Z-debug.log

                      Danke nochmal für eure Hilfe und Geduld :)

                      apollon77A arteckA 2 Antworten Letzte Antwort
                      0
                      • Marcel K 0M Marcel K 0

                        @thomas-braun Okay ich konnte das Verzeichnis löschen, leider trotzdem kein Erfolg beim installieren.

                        pi@raspberrypi:/opt/iobroker $ sudo rm -R /opt/iobroker/node_modules/rimraf
                        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                        npm ERR! Unexpected end of JSON input while parsing near '... https://openpgpjs.or'
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     [2021-06-08T00_39_31_043Z-debug.log](/assets/uploads/files/1623113026827-2021-06-08t00_39_31_043z-debug.log) /home/iobroker/.npm/_logs/2021-06-08T00_39_31_043Z-debug.log
                        

                        Hier auch das referenzierte logfile 2021-06-08T00_39_31_043Z-debug.log

                        Danke nochmal für eure Hilfe und Geduld :)

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #15

                        @marcel-k-0 da scheint bei dir im npm Cache oder bei npm und damit netzwerkebene was komisch zu sein. Npm Cache löschen („npm cache clean“ oder so ähnlich ausführen) bzw nochmal versuchen.

                        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
                        1 Antwort Letzte Antwort
                        0
                        • Marcel K 0M Marcel K 0

                          @thomas-braun Okay ich konnte das Verzeichnis löschen, leider trotzdem kein Erfolg beim installieren.

                          pi@raspberrypi:/opt/iobroker $ sudo rm -R /opt/iobroker/node_modules/rimraf
                          pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                          npm ERR! Unexpected end of JSON input while parsing near '... https://openpgpjs.or'
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     [2021-06-08T00_39_31_043Z-debug.log](/assets/uploads/files/1623113026827-2021-06-08t00_39_31_043z-debug.log) /home/iobroker/.npm/_logs/2021-06-08T00_39_31_043Z-debug.log
                          

                          Hier auch das referenzierte logfile 2021-06-08T00_39_31_043Z-debug.log

                          Danke nochmal für eure Hilfe und Geduld :)

                          arteckA Offline
                          arteckA Offline
                          arteck
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #16

                          @marcel-k-0 hmm

                          npm cache clean
                          

                          wenn der meckert dann

                          npm cache clean --force
                          

                          und nochmal

                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                          Marcel K 0M 1 Antwort Letzte Antwort
                          0
                          • arteckA arteck

                            @marcel-k-0 hmm

                            npm cache clean
                            

                            wenn der meckert dann

                            npm cache clean --force
                            

                            und nochmal

                            Marcel K 0M Offline
                            Marcel K 0M Offline
                            Marcel K 0
                            schrieb am zuletzt editiert von
                            #17

                            @arteck
                            Immer noch kein Erfolg. Soll ich mal das npm update ausführen, welches hier anpriesen wird?

                            pi@raspberrypi:~ $ npm cache clean --force
                            npm WARN using --force I sure hope you know what you are doing.
                            
                            
                               â­âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ®
                               â                                                                â
                               â     New major version of npm available! 6.14.12 -> 7.16.0      â
                               â   Changelog: https://github.com/npm/cli/releases/tag/v7.16.0   â
                               â               Run npm install -g npm to update!                â
                               â                                                                â
                               â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
                            
                            pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                            npm ERR! Unexpected end of JSON input while parsing near '... https://openpgpjs.or'
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2021-06-08T10_57_46_269Z-debug.log
                            
                            
                            arteckA 1 Antwort Letzte Antwort
                            0
                            • Marcel K 0M Marcel K 0

                              @arteck
                              Immer noch kein Erfolg. Soll ich mal das npm update ausführen, welches hier anpriesen wird?

                              pi@raspberrypi:~ $ npm cache clean --force
                              npm WARN using --force I sure hope you know what you are doing.
                              
                              
                                 â­âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ®
                                 â                                                                â
                                 â     New major version of npm available! 6.14.12 -> 7.16.0      â
                                 â   Changelog: https://github.com/npm/cli/releases/tag/v7.16.0   â
                                 â               Run npm install -g npm to update!                â
                                 â                                                                â
                                 â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
                              
                              pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                              npm ERR! Unexpected end of JSON input while parsing near '... https://openpgpjs.or'
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2021-06-08T10_57_46_269Z-debug.log
                              
                              
                              arteckA Offline
                              arteckA Offline
                              arteck
                              Developer Most Active
                              schrieb am zuletzt editiert von
                              #18

                              @marcel-k-0

                              nein bloss nicht..

                              aber der muss sio

                              sudo npm cache clean --force
                              

                              zigbee hab ich, zwave auch, nuc's genauso und HA auch

                              Marcel K 0M 1 Antwort Letzte Antwort
                              0
                              • arteckA arteck

                                @marcel-k-0

                                nein bloss nicht..

                                aber der muss sio

                                sudo npm cache clean --force
                                
                                Marcel K 0M Offline
                                Marcel K 0M Offline
                                Marcel K 0
                                schrieb am zuletzt editiert von
                                #19

                                @arteck Auch das geht nicht. Verzeichnis rimraf nicht vorhanden.

                                pi@raspberrypi:~ $ sudo npm cache clean --force
                                npm WARN using --force I sure hope you know what you are doing.
                                pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                npm ERR! Unexpected end of JSON input while parsing near '..."1.19.0","rimraf":"^2'
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2021-06-08T12_59_29_218Z-debug.log
                                pi@raspberrypi:~ $ sudo rm -R /opt/iobroker/node_modules/rimraf 
                                rm: das Entfernen von '/opt/iobroker/node_modules/rimraf' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                
                                
                                GlasfaserG 1 Antwort Letzte Antwort
                                0
                                • Marcel K 0M Marcel K 0

                                  @arteck Auch das geht nicht. Verzeichnis rimraf nicht vorhanden.

                                  pi@raspberrypi:~ $ sudo npm cache clean --force
                                  npm WARN using --force I sure hope you know what you are doing.
                                  pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                  npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                  npm ERR! Unexpected end of JSON input while parsing near '..."1.19.0","rimraf":"^2'
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2021-06-08T12_59_29_218Z-debug.log
                                  pi@raspberrypi:~ $ sudo rm -R /opt/iobroker/node_modules/rimraf 
                                  rm: das Entfernen von '/opt/iobroker/node_modules/rimraf' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                  
                                  
                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #20

                                  @marcel-k-0

                                  ..."1.19.0","rimraf":"^2'

                                  Versuche mal :

                                  sudo rm -R /opt/iobroker/package-lock.json
                                  

                                  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 Antwort Letzte Antwort
                                  0
                                  • apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von apollon77
                                    #21

                                    Ahhhhh ... stop ... the cache clean needs to run as ipbroker user!!!

                                    sudo -u iobroker -H npm cache clean --force

                                    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
                                    arteckA Marcel K 0M 2 Antworten Letzte Antwort
                                    1
                                    • apollon77A apollon77

                                      Ahhhhh ... stop ... the cache clean needs to run as ipbroker user!!!

                                      sudo -u iobroker -H npm cache clean --force

                                      arteckA Offline
                                      arteckA Offline
                                      arteck
                                      Developer Most Active
                                      schrieb am zuletzt editiert von
                                      #22

                                      @apollon77 ach jo der hat ja auch einz... da bin ich letzten auch drauf reingefallen

                                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                      1 Antwort Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        Ahhhhh ... stop ... the cache clean needs to run as ipbroker user!!!

                                        sudo -u iobroker -H npm cache clean --force

                                        Marcel K 0M Offline
                                        Marcel K 0M Offline
                                        Marcel K 0
                                        schrieb am zuletzt editiert von Marcel K 0
                                        #23

                                        @apollon77 @arteck
                                        Vielen Dank für eure Hilfe ich glaube es ist jetzt erfolgreich durchgelaufen! Mal sehen ob alle Adapter und Skripte noch laufen :)

                                        pi@raspberrypi:~ $ sudo -u iobroker -H npm cache clean --force
                                        npm WARN using --force I sure hope you know what you are doing.
                                        pi@raspberrypi:~ $ cd /opt/iobroker
                                        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
                                        
                                        > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                        > node lib/preinstallCheck.js
                                        
                                        NPM version: 6.14.12
                                        
                                        > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                                        > node iobroker.js setup first
                                        
                                        object _design/system updated
                                        Renamed repository "default to "stable"
                                        Renamed repository "latest to "beta"
                                        
                                        > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                                        > node scripts/postinstall
                                        
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                        
                                        + iobroker.js-controller@3.2.16
                                        added 38 packages from 12 contributors, removed 29 packages, updated 50 packages and moved 1 package in 114.713s
                                        
                                        49 packages are looking for funding
                                          run `npm fund` for details
                                        
                                        
                                        
                                           â­âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ®
                                           â                                                                â
                                           â     New major version of npm available! 6.14.12 -> 7.16.0      â
                                           â   Changelog: https://github.com/npm/cli/releases/tag/v7.16.0   â
                                           â               Run npm install -g npm to update!                â
                                           â                                                                â
                                           â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
                                        
                                        pi@raspberrypi:/opt/iobroker $ iobroker fix
                                        iobroker fix
                                        
                                        Execute the installation fixer script, this updates your ioBroker installation
                                        
                                        Options:
                                              --help     Show help  [boolean]
                                          -v, --version  Show version  [boolean]
                                        
                                        
                                        1 Antwort Letzte Antwort
                                        0

                                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                        Registrieren Anmelden
                                        Antworten
                                        • In einem neuen Thema antworten
                                        Anmelden zum Antworten
                                        • Älteste zuerst
                                        • Neuste zuerst
                                        • Meiste Stimmen


                                        Support us

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

                                        554

                                        Online

                                        32.9k

                                        Benutzer

                                        83.0k

                                        Themen

                                        1.3m

                                        Beiträge
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                        ioBroker Community 2014-2025
                                        logo
                                        • Anmelden

                                        • Du hast noch kein Konto? Registrieren

                                        • Anmelden oder registrieren, um zu suchen
                                        • Erster Beitrag
                                          Letzter Beitrag
                                        0
                                        • Home
                                        • Aktuell
                                        • Tags
                                        • Ungelesen 0
                                        • Kategorien
                                        • Unreplied
                                        • Beliebt
                                        • GitHub
                                        • Docu
                                        • Hilfe