Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Diskussion zum HowTo nodejs-Installation und upgrade

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Diskussion zum HowTo nodejs-Installation und upgrade

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @dipsy last edited by

      @dipsy sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

      oder die mit gezogen werden?

      Das sind individuelle Betriebssysteme, die müssen auch jeweils separat aktualisiert werden.

      D 1 Reply Last reply Reply Quote 0
      • D
        dipsy @Thomas Braun last edited by

        @thomas-braun alles klar.
        Dann versuche ich mein Glück.
        Danke.

        greetz dipsy

        1 Reply Last reply Reply Quote 0
        • D
          dipsy last edited by

          Hallo Glasfaser und Thomas Braun,

          beflügelt von euren Antworten habe ich gestern Abend die zwei Slaves und heute die LXC des Proxmox ohne Probleme mit dem Script upgedatet. Der Proxmox Container lief natürlich am schnellsten durch. Ich bin begeistert und danke euch beiden.

          greetz dipsy

          1 Reply Last reply Reply Quote 1
          • M
            ma last edited by

            hallo zusammen

            bin gerade dabei mein System auf node 18 zu upgraden (Ubuntu 20.04.6 LTS) und stoße nach änderung von "sudo nano /etc/apt/sources.list.d/nodesource.list" und "sudo apt update" auf folgenden Fehler

            OK:1 http://security.ubuntu.com/ubuntu focal-security InRelease
            OK:2 http://de.archive.ubuntu.com/ubuntu focal InRelease                              
            OK:3 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease                      
            OK:4 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
            Holen:5 https://deb.nodesource.com/node_16.x focal InRelease [4.583 B]
            Holen:6 https://deb.nodesource.com/node_18.x nodistro InRelease [12,1 kB]
            Fehl:6 https://deb.nodesource.com/node_18.x nodistro InRelease
              Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
            Paketlisten werden gelesen... Fertig
            W: GPG-Fehler: https://deb.nodesource.com/node_18.x nodistro InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
            E: Das Depot »https://deb.nodesource.com/node_18.x nodistro InRelease« ist nicht signiert.
            N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
            N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
            

            kann mir dazu jemand weiterhelfen ?

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @ma last edited by

              @ma sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

              kann mir dazu jemand weiterhelfen ?

              Mach es mit

              iob nodejs-update
              
              1 Reply Last reply Reply Quote 0
              • M
                ma last edited by

                @thomas-braun said in Diskussion zum HowTo nodejs-Installation und upgrade:

                iob nodejs-update
                gerade probiert
                ausgabe bei "iob nodejs-update"

                iobroker [command]
                
                Commands:
                  iobroker setup                                               Setup ioBroker
                  iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                  iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                  iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
                  iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                  iobroker info                                                Shows the host info
                  iobroker logs [<adapter>]                                    Monitor log
                  iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                  iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                  iobroker rebuild [<module>]                                  Rebuild all native modules or path
                  iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                  iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                  iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                  iobroker update [<repositoryUrl>]                            Update repository and list adapters
                  iobroker upgrade                                             Upgrade management
                  iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                  iobroker object                                              Object management  [aliases: o]
                  iobroker state                                               State management  [aliases: s]
                  iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                  iobroker list <type> [<filter>]                              List all entries, like objects
                  iobroker chmod <mode> <file>                                 Change file rights
                  iobroker chown <user> <group> <file>                         Change file ownership
                  iobroker touch <file>                                        Touch file
                  iobroker rm <file>                                           Remove file
                  iobroker file                                                File management
                  iobroker user                                                User commands
                  iobroker group                                               group management
                  iobroker host <hostname>                                     Set host to given hostname
                  iobroker set <adapter>.<instance>                            Change settings of adapter config
                  iobroker license <license.file or license.text>              Update license by given file
                  iobroker cert                                                Certificate management
                  iobroker clean <yes>                                         Clears all objects and states
                  iobroker backup                                              Create backup
                  iobroker restore <backup name or path>                       Restore a specified backup
                  iobroker validate <backup name or path>                      Validate a specified backup
                  iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                  iobroker repo [<name>]                                       Show repo information
                  iobroker uuid                                                Show uuid of the installation  [aliases: id]
                  iobroker unsetup                                             Reset license, installation secret and language
                  iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                  iobroker multihost                                           Multihost management
                  iobroker compact                                             compact group management
                  iobroker plugin                                              Plugin management
                  iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                
                Options:
                  --help  Show help  [boolean]
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @ma last edited by

                  @ma

                  iob stop
                  iob fix
                  iob nodejs-update
                  
                  M 1 Reply Last reply Reply Quote 1
                  • M
                    ma last edited by

                    Hat funktioniert
                    danke für die schnelle rückmeldung ☺

                    1 Reply Last reply Reply Quote 0
                    • M
                      ma @Thomas Braun last edited by

                      @thomas-braun bin doch noch auf ein problem gestoßen ich kann aktuell keine adapter mehr updaten

                      $ iobroker upgrade telegram@2.0.1
                      
                      host.iobroker Adapter "system.adapter.telegram.0" is stopped.
                      
                      host.iobroker Adapter "system.adapter.telegram.1" is stopped.
                      
                      Installing iobroker.telegram@2.0.1... (System call)
                      
                      Installing iobroker.telegram@2.0.1... (System call)
                      
                      host.iobroker Cannot install iobroker.telegram@2.0.1: 217
                      
                      ERROR: Process exited with code 25
                      
                      $ iobroker upgrade shelly@6.6.1
                      
                      Update shelly from @6.4.5 to @6.6.1
                      
                      Installing iobroker.shelly@6.6.1... (System call)
                      
                      Try to solve ENOTEMPTY error automaticallyInstalling iobroker.shelly@6.6.1... (System call)
                      
                      host.iobroker deleted npm temp directory: ".bindings-4WLiqHNJ")
                      
                      host.iobroker Cannot install iobroker.shelly@6.6.1: 217
                      
                      ERROR: Process exited with code 25
                      
                      $ iobroker upgrade shelly@6.6.1
                      
                      Update shelly from @6.4.5 to @6.6.1
                      
                      NPM version: 9.8.1
                      
                      Installing iobroker.shelly@6.6.1... (System call)
                      
                      Could not handle ENOTEMPTY, because no deletable files were foundnpm ERR! code ENOTEMPTYnpm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/@75lb/deep-mergenpm ERR! dest /opt/iobroker/node_modules/@75lb/.deep-merge-EwaPBSLAnpm ERR! errno -39npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@75lb/deep-merge' -> '/opt/iobroker/node_modules/@75lb/.deep-merge-EwaPBSLA'npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T21_04_36_193Z-debug-0.loghost.iobroker Cannot install iobroker.shelly@6.6.1: 217
                      
                      ERROR: Process exited with code 25
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M
                        ma @ma last edited by

                        @ma

                        $ iobroker upgrade fullybrowser@2.2.0
                        
                        Update fullybrowser from @2.1.2 to @2.2.0
                        
                        Installing iobroker.fullybrowser@2.2.0... (System call)
                        
                        Try to solve ENOTEMPTY error automatically
                        
                        Could not handle ENOTEMPTY, because no deletable files were foundnpm ERR! code ENOTEMPTYnpm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/@alcalzone/jsonl-dbnpm ERR! dest /opt/iobroker/node_modules/@alcalzone/.jsonl-db-koHBLxk9npm ERR! errno -39npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@alcalzone/jsonl-db' -> '/opt/iobroker/node_modules/@alcalzone/.jsonl-db-koHBLxk9'npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T21_27_01_858Z-debug-0.loghost.iobroker Cannot install iobroker.fullybrowser@2.2.0: 217
                        
                        ERROR: Process exited with code 25
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @ma last edited by

                          @ma

                          iob stop
                          iob fix
                          iob start
                          
                          M 1 Reply Last reply Reply Quote 0
                          • M
                            ma @Thomas Braun last edited by

                            @thomas-braun schon probiert leider keine Besserung

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @ma last edited by

                              @ma

                              Dann mit --debug-Option installieren.

                              iob update
                              

                              sagt?

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                ma @Thomas Braun last edited by

                                @thomas-braun

                                iob update
                                Used repository: Stable (default)
                                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                Adapter    "alarm"        : 3.4.0    , installed 3.4.0
                                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                Adapter    "bidirectional-counter": 2.1.0, installed 2.1.0
                                Adapter    "bring"        : 1.8.4    , installed 1.8.4
                                Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                                Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                Adapter    "countdown"    : 2.2.0    , installed 2.2.0
                                Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                Adapter    "device-watcher": 2.9.4   , installed 2.9.4
                                Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                Adapter    "doorbird"     : 1.3.0    , installed 1.3.0
                                Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                Adapter    "email"        : 1.2.0    , installed 1.2.0
                                Adapter    "eventlist"    : 1.2.3    , installed 1.2.3
                                Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                Adapter    "fritzdect"    : 2.3.1    , installed 2.5.8
                                Adapter    "fullybrowser" : 2.2.0    , installed 2.1.2  [Updatable]
                                Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                                Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                Adapter    "heatingcontrol": 2.11.1  , installed 2.11.1
                                Adapter    "hm-rega"      : 3.0.47   , installed 3.0.47
                                Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                Adapter    "homekit-controller": 0.5.8, installed 0.5.8
                                Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                                Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                Adapter    "info"         : 2.0.0    , installed 2.0.0
                                Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                Controller "js-controller": 5.0.12   , installed 5.0.12
                                Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                Adapter    "mqtt-client"  : 1.6.5    , installed 1.6.5
                                Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                Adapter    "oekofen-json" : 1.0.5    , installed 1.0.5
                                Adapter    "openweathermap": 0.3.9   , installed 0.3.9
                                Adapter    "operating-hours": 1.0.4  , installed 1.0.4
                                Adapter    "parser"       : 1.3.2    , installed 1.3.2
                                Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                Adapter    "pushsafer"    : 1.0.3    , installed 1.0.3
                                Adapter    "radar2"       : 2.0.8    , installed 2.0.7  [Updatable]
                                Adapter    "sayit"        : 3.0.5    , installed 1.13.0 [Updatable]
                                Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                Adapter    "shelly"       : 6.6.1    , installed 6.4.5  [Updatable]
                                Adapter    "shuttercontrol": 1.6.2   , installed 1.6.2
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                                Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                                Adapter    "sonos"        : 2.3.1    , installed 2.3.1
                                Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                Adapter    "statistics"   : 2.3.0    , installed 2.3.0
                                Adapter    "telegram"     : 2.0.1    , installed 1.16.0 [Updatable]
                                Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                Adapter    "unifi"        : 0.6.6    , installed 0.6.6
                                Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                Adapter    "vis-icontwo"  : 0.96.0   , installed 0.96.0
                                Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                Adapter    "web"          : 6.1.4    , installed 6.1.4
                                Adapter    "windows-control": 0.1.5  , installed 0.1.5
                                Adapter    "wiobrowser"   : 2.0.2    , installed 2.0.2
                                Adapter    "ws"           : 2.5.5    , installed 2.5.5
                                Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                Adapter    "zigbee"       : 1.8.23   , installed 1.8.23
                                
                                iobroker upgrade shelly --debug
                                
                                This upgrade of "shelly" will introduce the following changes:
                                ==========================================================================
                                -> 6.6.1:
                                Fixed stop reason for Shelly 2.5 / Shelly 2
                                Added humidity of Shelly Plus Addon
                                Not all devices have external power
                                
                                -> 6.6.0:
                                Added BLE devices as states to `shelly.0.ble.*` (Shelly Scripting required)
                                
                                -> 6.5.0:
                                Added Shelly Plus Smoke
                                Added Shelly Bluetooth Low Energy Gateway
                                More Shelly TRV Datapoints
                                ==========================================================================
                                
                                Would you like to upgrade shelly from @6.4.5 to @6.6.1 now? [(y)es, (n)o]: y
                                Update shelly from @6.4.5 to @6.6.1
                                NPM version: 9.8.1
                                Installing iobroker.shelly@6.6.1... (System call)
                                npm ERR! code ENOTEMPTY
                                npm ERR! syscall rename
                                npm ERR! path /opt/iobroker/node_modules/@75lb/deep-merge
                                npm ERR! dest /opt/iobroker/node_modules/@75lb/.deep-merge-EwaPBSLA
                                npm ERR! errno -39
                                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@75lb/deep-merge' -> '/opt/iobroker/node_modules/@75lb/.deep-merge-EwaPBSLA'
                                
                                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T06_39_34_733Z-debug-0.log
                                Try to solve ENOTEMPTY error automatically
                                Could not handle ENOTEMPTY, because no deletable files were found
                                npm ERR! code ENOTEMPTY
                                npm ERR! syscall rename
                                npm ERR! path /opt/iobroker/node_modules/@75lb/deep-merge
                                npm ERR! dest /opt/iobroker/node_modules/@75lb/.deep-merge-EwaPBSLA
                                npm ERR! errno -39
                                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@75lb/deep-merge' -> '/opt/iobroker/node_modules/@75lb/.deep-merge-EwaPBSLA'
                                
                                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-09T06_39_34_733Z-debug-0.log
                                host.iobroker Cannot install iobroker.shelly@6.6.1: 217
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @ma last edited by

                                  @ma

                                  Jag den

                                  iob fix
                                  

                                  drüber.

                                  M 1 Reply Last reply Reply Quote 0
                                  • S
                                    SiKo last edited by

                                    Hallo, hab schon versucht nodejs zu deinstallieren und neu installieren. Bekomme aber immer wieder diesen Fehler:
                                    Was kann ich tun?

                                    pi@raspberrypi:~ $ sudo apt-get update && sudo apt-get full-upgrade
                                    OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                    OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                    Holen:3 https://deb.nodesource.com/node_18.x nodistro InRelease [12,1 kB]
                                    Fehl:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
                                    Paketlisten werden gelesen… Fertig
                                    W: GPG-Fehler: https://deb.nodesource.com/node_18.x nodistro InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 2F59B5F99B1BE0B4
                                    E: Das Depot »https://deb.nodesource.com/node_18.x nodistro InRelease« ist nicht signiert.
                                    N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                                    N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                                    pi@raspberrypi:~ $
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators last edited by

                                      @siko sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                      hab schon versucht nodejs zu deinstallieren und neu installieren.

                                      mach es mit iob nodejs-update

                                      1 Reply Last reply Reply Quote 2
                                      • Thomas Braun
                                        Thomas Braun Most Active @SiKo last edited by

                                        @siko

                                        Da fehlen die Schlüssel.

                                        Mach es mit

                                        iob nodejs-update
                                        

                                        dann passt es auch.

                                        1 Reply Last reply Reply Quote 1
                                        • S
                                          SiKo last edited by

                                          vielen Dank, Hat direkt funktioniert.

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @SiKo last edited by

                                            @siko sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                            Hat direkt funktioniert.

                                            Natürlich... : 😊

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            687
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            nodejs
                                            91
                                            844
                                            169511
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo