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. Error/Bug
  4. Fehlermeldung im Log

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    220

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

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

Fehlermeldung im Log

Scheduled Pinned Locked Moved Error/Bug
47 Posts 10 Posters 4.8k Views 5 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

    @maxpd

    iobroker@2.0.3 postinstall /opt/iobroker/node_modules/iobroker
    

    Da hast du vermutlich tiefer im System was verfummelt. Das hatten wir gestern schon mal. Ich such den Thread nochmal raus.
    Da musste in den jason files irgendwas gelöscht werden. War aber nicht ganz risikofrei, wenn ich mich recht entsinne.

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

    @Thomas-Braun

    habe es schon verlinkt !

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    1 Reply Last reply
    0
    • GlasfaserG Glasfaser

      @maxpd

      Warum schreibst du nicht im anderen Thread weiter ... das ist murks .

      @Thomas-Braun hilft dir doch schon hier Link Text

      M Offline
      M Offline
      maxpd
      wrote on last edited by
      #32

      @Glasfaser sorry, weil das Topic hier zugeschnittener war auf das Problem. Meins hatte ja nicht mehr so viel mit dem Eingangsthema zu tun.

      Gruß
      maxpd

      Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

      GlasfaserG 1 Reply Last reply
      0
      • M maxpd

        @Glasfaser sorry, weil das Topic hier zugeschnittener war auf das Problem. Meins hatte ja nicht mehr so viel mit dem Eingangsthema zu tun.

        GlasfaserG Online
        GlasfaserG Online
        Glasfaser
        wrote on last edited by
        #33

        @maxpd

        Komisch !!??

        im anderen Thread

        @maxpd
        auch der rebuild lässt Zigbee nicht starten. Fehler bleibt der gleiche.

        Aber Egal....

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gifftstaub
          wrote on last edited by gifftstaub
          #34

          Hallo Zusammen,

          Ich hänge mich mal hier mit rein.

          Ich habe auch diese Meldungen im log.

          iot.0	2020-05-16 10:46:49.889	warn	the module (for instance, using `npm rebuild` or `npm install`).
          iot.0	2020-05-16 10:46:49.889	warn	NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
          iot.0	2020-05-16 10:46:49.889	warn	NODE_MODULE_VERSION 64. This version of Node.js requires
          iot.0	2020-05-16 10:46:49.889	warn	was compiled against a different Node.js version using
          iot.0	2020-05-16 10:46:49.889	warn	(6249) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
          

          ich habe die Node so ein Update verpasst.

          Die existierenden node & node.js Versionen deinstallieren
          
          sudo apt-get --purge remove node
          sudo apt-get --purge remove nodejs
          sudo apt-get autoremove
          sudo reboot
          
          Node.js neu installieren für Linux und Raspberry 2/3
          
          curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
          sudo apt install -y nodejs
          sudo reboot
          

          wegen dem Fehler oben im Log habe ich unter /opt/iobroker npm rebuild ausgeführt das lief auch ohne meckern durch.

          nachdem aber noch weiterhin das Problem besteht habe ich nun noch ein npm install ausgeführt dabei kommt die Fehlermeldung.

          > iobroker.inst@2.0.3 install /opt/iobroker
          > node lib/checkVersions.js
          
          NPM version: 6.14.4
          
          > iobroker.inst@2.0.3 postinstall /opt/iobroker
          > node lib/install.js
          
          
          
          ╭─────────────────────────────────────────────────────────╮
          │                                                         │
          │ Manual installation of ioBroker is no longer supported  │
          │ on Linux, OSX and FreeBSD!                              │
          │ Please refer to the documentation on how to install it! │
          │ https://github.com/ioBroker/ioBroker/wiki/Installation  │
          │                                                         │
          ╰─────────────────────────────────────────────────────────╯
          
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 100
          npm ERR! iobroker.inst@2.0.3 postinstall: `node lib/install.js`
          npm ERR! Exit status 100
          npm ERR!
          npm ERR! Failed at the iobroker.inst@2.0.3 postinstall script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-05-16T09_24_21_156Z-debug.log
          
          

          wie gehe ich den nun weiter vor?

          LG

          Thomas BraunT 1 Reply Last reply
          0
          • G gifftstaub

            Hallo Zusammen,

            Ich hänge mich mal hier mit rein.

            Ich habe auch diese Meldungen im log.

            iot.0	2020-05-16 10:46:49.889	warn	the module (for instance, using `npm rebuild` or `npm install`).
            iot.0	2020-05-16 10:46:49.889	warn	NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
            iot.0	2020-05-16 10:46:49.889	warn	NODE_MODULE_VERSION 64. This version of Node.js requires
            iot.0	2020-05-16 10:46:49.889	warn	was compiled against a different Node.js version using
            iot.0	2020-05-16 10:46:49.889	warn	(6249) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
            

            ich habe die Node so ein Update verpasst.

            Die existierenden node & node.js Versionen deinstallieren
            
            sudo apt-get --purge remove node
            sudo apt-get --purge remove nodejs
            sudo apt-get autoremove
            sudo reboot
            
            Node.js neu installieren für Linux und Raspberry 2/3
            
            curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
            sudo apt install -y nodejs
            sudo reboot
            

            wegen dem Fehler oben im Log habe ich unter /opt/iobroker npm rebuild ausgeführt das lief auch ohne meckern durch.

            nachdem aber noch weiterhin das Problem besteht habe ich nun noch ein npm install ausgeführt dabei kommt die Fehlermeldung.

            > iobroker.inst@2.0.3 install /opt/iobroker
            > node lib/checkVersions.js
            
            NPM version: 6.14.4
            
            > iobroker.inst@2.0.3 postinstall /opt/iobroker
            > node lib/install.js
            
            
            
            ╭─────────────────────────────────────────────────────────╮
            │                                                         │
            │ Manual installation of ioBroker is no longer supported  │
            │ on Linux, OSX and FreeBSD!                              │
            │ Please refer to the documentation on how to install it! │
            │ https://github.com/ioBroker/ioBroker/wiki/Installation  │
            │                                                         │
            ╰─────────────────────────────────────────────────────────╯
            
            
            npm ERR! code ELIFECYCLE
            npm ERR! errno 100
            npm ERR! iobroker.inst@2.0.3 postinstall: `node lib/install.js`
            npm ERR! Exit status 100
            npm ERR!
            npm ERR! Failed at the iobroker.inst@2.0.3 postinstall script.
            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2020-05-16T09_24_21_156Z-debug.log
            
            

            wie gehe ich den nun weiter vor?

            LG

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

            @gifftstaub Kannst du das bitte als Text (in </> Code-Tags) hier posten und nicht als screenshot? Danke.

            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

            G 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @gifftstaub Kannst du das bitte als Text (in </> Code-Tags) hier posten und nicht als screenshot? Danke.

              G Offline
              G Offline
              gifftstaub
              wrote on last edited by
              #36

              @Thomas-Braun

              Sorry ist Erledigt

              Thomas BraunT 2 Replies Last reply
              0
              • G gifftstaub

                @Thomas-Braun

                Sorry ist Erledigt

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

                @gifftstaub Und dann bitte die komplette Konsole inkl. login prompt.

                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
                • G gifftstaub

                  @Thomas-Braun

                  Sorry ist Erledigt

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

                  @gifftstaub

                  nodejs -v && node -v && npm -v
                  which nodejs
                  which node
                  which npm
                  

                  Ist im Ordner /opt/iobroker eine Datei package-lock.json?
                  Ist im Ordner /opt/iobroker/node_modules ein Ordner iobroker ohne führendes @?
                  Zeige bitte den Inhalt der Datei /opt/iobroker/package.json.

                  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

                  G 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @gifftstaub

                    nodejs -v && node -v && npm -v
                    which nodejs
                    which node
                    which npm
                    

                    Ist im Ordner /opt/iobroker eine Datei package-lock.json?
                    Ist im Ordner /opt/iobroker/node_modules ein Ordner iobroker ohne führendes @?
                    Zeige bitte den Inhalt der Datei /opt/iobroker/package.json.

                    G Offline
                    G Offline
                    gifftstaub
                    wrote on last edited by
                    #39

                    @Thomas-Braun

                    which nodejs
                    /usr/bin/nodejs
                    
                    which node
                    /usr/bin/node
                    
                    which npm
                    /usr/bin/npm
                    
                    nodejs -v && node -v && npm -v
                    v12.16.3
                    v12.16.3
                    6.14.4
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • G gifftstaub

                      @Thomas-Braun

                      which nodejs
                      /usr/bin/nodejs
                      
                      which node
                      /usr/bin/node
                      
                      which npm
                      /usr/bin/npm
                      
                      nodejs -v && node -v && npm -v
                      v12.16.3
                      v12.16.3
                      6.14.4
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #40

                      @gifftstaub Und die drei anderen Punkte?

                      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

                      G 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @gifftstaub Und die drei anderen Punkte?

                        G Offline
                        G Offline
                        gifftstaub
                        wrote on last edited by
                        #41

                        @Thomas-Braun said in Fehlermeldung im Log:

                        @gifftstaub Und die drei anderen Punkte?

                        welche drei?

                        Thomas BraunT 1 Reply Last reply
                        0
                        • G gifftstaub

                          @Thomas-Braun said in Fehlermeldung im Log:

                          @gifftstaub Und die drei anderen Punkte?

                          welche drei?

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

                          @gifftstaub
                          Ist im Ordner /opt/iobroker eine Datei package-lock.json?
                          Ist im Ordner /opt/iobroker/node_modules ein Ordner iobroker ohne führendes @?
                          Zeige bitte den Inhalt der Datei /opt/iobroker/package.json.

                          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

                          G 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @gifftstaub
                            Ist im Ordner /opt/iobroker eine Datei package-lock.json?
                            Ist im Ordner /opt/iobroker/node_modules ein Ordner iobroker ohne führendes @?
                            Zeige bitte den Inhalt der Datei /opt/iobroker/package.json.

                            G Offline
                            G Offline
                            gifftstaub
                            wrote on last edited by
                            #43

                            @Thomas-Braun said in Fehlermeldung im Log:

                            /opt/iobroker/package.json

                            pi@raspberrypi4:~ $ cat /opt/iobroker/package.json
                            {
                              "name": "iobroker.inst",
                              "version": "2.0.3",
                              "private": true,
                              "description": "Automation platform in node.js",
                              "scripts": {
                                "install": "node lib/checkVersions.js",
                                "postinstall": "node lib/install.js",
                                "test": "node node_modules/mocha/bin/mocha --exit"
                              },
                              "dependencies": {
                                "colors": "^1.3.3",
                                "fs-extra": "^7.0.1",
                                "iobroker": "^2.0.3",
                                "iobroker.admin": "^4.1.1",
                                "iobroker.alexa2": "^3.1.2",
                                "iobroker.backitup": "^1.5.7",
                                "iobroker.coronavirus-statistics": "^0.5.9",
                                "iobroker.discovery": "^2.3.5",
                                "iobroker.email": "^1.0.6",
                                "iobroker.ical": "^1.7.0",
                                "iobroker.info": "^1.7.2",
                                "iobroker.iot": "^1.4.18",
                                "iobroker.javascript": "^4.6.4",
                                "iobroker.js-controller": "^3.1.4",
                                "iobroker.material": "^0.13.8",
                                "iobroker.nuki-extended": "^2.2.5",
                                "iobroker.rpi2": "^1.2.0",
                                "iobroker.samsung": "^0.2.9",
                                "iobroker.scenes": "^1.1.0",
                                "iobroker.simple-api": "^2.4.5",
                                "iobroker.socketio": "^3.0.7",
                                "iobroker.sonoff": "^2.3.3",
                                "iobroker.sonos": "^2.0.1",
                                "iobroker.telegram": "^1.5.9",
                                "iobroker.text2command": "^1.3.0",
                                "iobroker.trashschedule": "0.0.8",
                                "iobroker.web": "^3.0.8",
                                "iobroker.zigbee": "^1.1.1",
                                "semver": "^5.6.0",
                                "yargs": "^7.0.2"
                              }
                            }
                            

                            Ist im Ordner /opt/iobroker eine Datei package-lock.json?
                            Ist im Ordner /opt/iobroker/node_modules ein Ordner iobroker ohne führendes @?

                            ist alles vorhanden

                            Thomas BraunT 1 Reply Last reply
                            0
                            • G gifftstaub

                              @Thomas-Braun said in Fehlermeldung im Log:

                              /opt/iobroker/package.json

                              pi@raspberrypi4:~ $ cat /opt/iobroker/package.json
                              {
                                "name": "iobroker.inst",
                                "version": "2.0.3",
                                "private": true,
                                "description": "Automation platform in node.js",
                                "scripts": {
                                  "install": "node lib/checkVersions.js",
                                  "postinstall": "node lib/install.js",
                                  "test": "node node_modules/mocha/bin/mocha --exit"
                                },
                                "dependencies": {
                                  "colors": "^1.3.3",
                                  "fs-extra": "^7.0.1",
                                  "iobroker": "^2.0.3",
                                  "iobroker.admin": "^4.1.1",
                                  "iobroker.alexa2": "^3.1.2",
                                  "iobroker.backitup": "^1.5.7",
                                  "iobroker.coronavirus-statistics": "^0.5.9",
                                  "iobroker.discovery": "^2.3.5",
                                  "iobroker.email": "^1.0.6",
                                  "iobroker.ical": "^1.7.0",
                                  "iobroker.info": "^1.7.2",
                                  "iobroker.iot": "^1.4.18",
                                  "iobroker.javascript": "^4.6.4",
                                  "iobroker.js-controller": "^3.1.4",
                                  "iobroker.material": "^0.13.8",
                                  "iobroker.nuki-extended": "^2.2.5",
                                  "iobroker.rpi2": "^1.2.0",
                                  "iobroker.samsung": "^0.2.9",
                                  "iobroker.scenes": "^1.1.0",
                                  "iobroker.simple-api": "^2.4.5",
                                  "iobroker.socketio": "^3.0.7",
                                  "iobroker.sonoff": "^2.3.3",
                                  "iobroker.sonos": "^2.0.1",
                                  "iobroker.telegram": "^1.5.9",
                                  "iobroker.text2command": "^1.3.0",
                                  "iobroker.trashschedule": "0.0.8",
                                  "iobroker.web": "^3.0.8",
                                  "iobroker.zigbee": "^1.1.1",
                                  "semver": "^5.6.0",
                                  "yargs": "^7.0.2"
                                }
                              }
                              

                              Ist im Ordner /opt/iobroker eine Datei package-lock.json?
                              Ist im Ordner /opt/iobroker/node_modules ein Ordner iobroker ohne führendes @?

                              ist alles vorhanden

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

                              @gifftstaub sagte in Fehlermeldung im Log:

                              Lösch mal die Zeile 15 raus:

                              "iobroker": "^2.0.3",
                              

                              dann abspeichern.

                              Dann

                              iobroker stop
                              iobroker rebuild self
                              iobroker start
                              

                              Final würde ich vielleicht auch mal

                              iobroker update
                              iobroker upgrade
                              

                              machen.

                              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

                              G 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @gifftstaub sagte in Fehlermeldung im Log:

                                Lösch mal die Zeile 15 raus:

                                "iobroker": "^2.0.3",
                                

                                dann abspeichern.

                                Dann

                                iobroker stop
                                iobroker rebuild self
                                iobroker start
                                

                                Final würde ich vielleicht auch mal

                                iobroker update
                                iobroker upgrade
                                

                                machen.

                                G Offline
                                G Offline
                                gifftstaub
                                wrote on last edited by
                                #45

                                @Thomas-Braun

                                hab alles so gemacht.

                                pi@raspberrypi4:~ $ npm install
                                npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.jso                                                                                                                     n'
                                npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                                npm WARN pi No description
                                npm WARN pi No repository field.
                                npm WARN pi No README data
                                npm WARN pi No license field.
                                
                                up to date in 0.535s
                                found 0 vulnerabilities
                                
                                pi@raspberrypi4:~ $
                                
                                
                                Thomas BraunT 1 Reply Last reply
                                0
                                • G gifftstaub

                                  @Thomas-Braun

                                  hab alles so gemacht.

                                  pi@raspberrypi4:~ $ npm install
                                  npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.jso                                                                                                                     n'
                                  npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                                  npm WARN pi No description
                                  npm WARN pi No repository field.
                                  npm WARN pi No README data
                                  npm WARN pi No license field.
                                  
                                  up to date in 0.535s
                                  found 0 vulnerabilities
                                  
                                  pi@raspberrypi4:~ $
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by Thomas Braun
                                  #46

                                  @gifftstaub Aber im falschen Ordner.
                                  Für ein npm install musst du in /opt/iobroker stehen.
                                  Davon hatte ich aber auch nichts geschrieben.

                                  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

                                  G 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @gifftstaub Aber im falschen Ordner.
                                    Für ein npm install musst du in /opt/iobroker stehen.
                                    Davon hatte ich aber auch nichts geschrieben.

                                    G Offline
                                    G Offline
                                    gifftstaub
                                    wrote on last edited by
                                    #47

                                    @Thomas-Braun

                                    ich Danke dir für deine Hilfe.

                                    Leider hat das auch nicht geholfen.

                                    Ich habe jetzt eine Neuinstallation mit Restore gemacht nun lüppt alles wieder.

                                    LG

                                    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

                                    584

                                    Online

                                    32.7k

                                    Users

                                    82.4k

                                    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