Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. iobroker restore 0 funktioniert nicht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    iobroker restore 0 funktioniert nicht

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

      @thomas-braun
      Das habe ich jedes mal ausgeführt. Muss das evtl als sudo ausgeführt werden?

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

        @funkytown sagte in iobroker restore 0 funktioniert nicht:

        Muss das evtl als sudo ausgeführt werden?

        Wenn du die Rechte nicht zerschossen hast nicht.

        iobroker stop
        iobroker fix
        
        1 Reply Last reply Reply Quote 0
        • funkytown
          funkytown @Thomas Braun last edited by funkytown

          @thomas-braun
          eben wird das erste mal was ausgegeben! Muss wohl tatsächlich unter sudo ausgeführt werden!

          ...
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/zconf.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/tiff.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/expat.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/webp/mux.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/webp/demux.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/webp/decode.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/webp/mux_types.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/webp/types.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/webp/encode.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/pnglibconf.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/ffi.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/include/lcms2.h' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/lib/libvips-cpp.so.42' ist nicht möglich: Keine Berechtigung
          rm: das Entfernen von '/opt/iobroker/node_modules/.sharp-I3mcBL1h/vendor/8.12.2/linux-armv7/lib/glib-2.0/include/glibconfig.h' ist nicht möglich: Keine Berechtigung
          ...
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @funkytown last edited by Thomas Braun

            @funkytown sagte in iobroker restore 0 funktioniert nicht:

            ist nicht möglich: Keine Berechtigung

            Da dürftest du mal als root / mit sudo hantiert haben.

            iobroker fix ausgeführt?

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

              @thomas-braun
              kann ich jetzt mit Sicherheit nicht mehr sagen. Aber ja, das könnte schon bei den vielen Versuchen den Fehler zu beheben in der Vergangenheit passiert sein.

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

                @funkytown

                Dann die Version für Erwachsene:

                for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do sudo rm -rf ${i%%/}; done 
                
                funkytown 1 Reply Last reply Reply Quote 0
                • funkytown
                  funkytown @Thomas Braun last edited by

                  @thomas-braun
                  kann immer noch nicht zugreifen!

                  markus@rpi:~ $ iobroker fix
                  library: loaded
                  Library version=2022-06-15
                  
                  ==========================================================================
                  
                      Welcome to the ioBroker installation fixer!
                      Script version: 2022-06-03
                  
                      You might need to enter your password a couple of times.
                  
                  ==========================================================================
                  
                  
                  ==========================================================================
                      Installing prerequisites (1/3)
                  ==========================================================================
                  
                  [sudo] Passwort für markus:
                  OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
                  OK:3 https://dl.yarnpkg.com/debian stable InRelease
                  OK:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                  Paketlisten werden gelesen… Fertig
                  Installed gcc-c++
                  
                  ==========================================================================
                      Checking ioBroker user and directory permissions (2/3)
                  ==========================================================================
                  
                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...
                  
                  ==========================================================================
                      Checking autostart (3/3)
                  ==========================================================================
                  
                  Enabling autostart...
                  Autostart enabled!
                  
                  ==========================================================================
                  
                      Your installation was fixed successfully
                      Run iobroker start to start ioBroker again!
                  
                  ==========================================================================
                  
                  markus@rpi:~ $ iobroker start
                  markus@rpi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                  markus@rpi:~ $ iobroker upgrade admin --debug
                  Adapter "admin"          is up to date.
                  markus@rpi:~ $
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @funkytown last edited by

                    @funkytown

                    iobroker update
                    iobroker list instances
                    
                    Glasfaser funkytown 2 Replies Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Thomas Braun last edited by

                      @thomas-braun

                      habe hier nur kurz reingeschaut ... sehe immer stop .. start.

                      Wurde mal ein Reboot durchgeführt.

                      1 Reply Last reply Reply Quote 1
                      • funkytown
                        funkytown @Thomas Braun last edited by

                        @thomas-braun

                        markus@rpi:~ $ iobroker update
                        #Used repository: stable
                        Adapter    "admin"        : 6.2.22   , installed 6.2.22
                        Adapter    "alexa2"       : 3.19.9   , installed 3.19.9
                        Adapter    "backitup"     : 2.4.12   , installed 2.4.10 [Updatable]
                        Adapter    "cloud"        : 4.2.2    , installed 4.2.2
                        Adapter    "cul"          : 2.0.2    , installed 2.0.2
                        Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                        Adapter    "email"        : 1.1.3    , installed 1.1.3
                        Adapter    "history"      : 2.2.0    , installed 2.2.0
                        Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                        Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                        Adapter    "info"         : 1.9.19   , installed 1.9.19
                        Adapter    "iot"          : 1.11.9   , installed 1.11.8 [Updatable]
                        Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                        Controller "js-controller": 4.0.23   , installed 4.0.23
                        Adapter    "linux-control": 1.1.3    , installed 1.1.5
                        Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                        Adapter    "node-red"     : 4.0.0    , installed 3.3.1  [Updatable]
                        Adapter    "openweathermap": 0.3.0   , installed 0.2.5  [Updatable]
                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                        Adapter    "pushover"     : 3.0.3    , installed 3.0.2  [Updatable]
                        Adapter    "radar2"       : 2.0.3    , installed 2.0.3
                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                        Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                        Adapter    "synology"     : 2.1.9    , installed 2.1.9
                        Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                        Adapter    "telegram"     : 1.14.1   , installed 1.13.0 [Updatable]
                        Adapter    "text2command" : 2.2.2    , installed 2.2.2
                        Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                        Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                        Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                        Adapter    "withings"     : 0.0.9    , installed 0.0.9
                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                        Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                        
                        
                        markus@rpi:~ $ iobroker list instances
                        + system.adapter.admin.0                  : admin                 : rpi                                      -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.alexa2.0                 : alexa2                : rpi                                      -  enabled
                        + system.adapter.alexa2.1                 : alexa2                : rpi                                      -  enabled
                        + system.adapter.backitup.0               : backitup              : rpi                                      -  enabled
                        + system.adapter.discovery.0              : discovery             : rpi                                      -  enabled
                          system.adapter.dwd.0                    : dwd                   : rpi                                      - disabled
                        + system.adapter.email.0                  : email                 : rpi                                      -  enabled
                        + system.adapter.history.0                : history               : rpi                                      -  enabled
                        + system.adapter.hm-rega.0                : hm-rega               : rpi                                      -  enabled
                        + system.adapter.hm-rpc.0                 : hm-rpc                : rpi                                      -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : rpi                                      -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : rpi                                      -  enabled, port: 0
                        + system.adapter.hm-rpc.3                 : hm-rpc                : rpi                                      -  enabled, port: 0
                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : rpi                                      - disabled
                        + system.adapter.info.0                   : info                  : rpi                                      -  enabled
                        + system.adapter.iot.0                    : iot                   : rpi                                      -  enabled
                        + system.adapter.javascript.0             : javascript            : rpi                                      -  enabled
                        + system.adapter.linux-control.0          : linux-control         : rpi                                      -  enabled
                        + system.adapter.mqtt.0                   : mqtt                  : rpi                                      -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.ping.0                   : ping                  : rpi                                      -  enabled
                          system.adapter.pollenflug.0             : pollenflug            : rpi                                      - disabled
                        + system.adapter.pushover.0               : pushover              : rpi                                      -  enabled
                        + system.adapter.rpi2.0                   : rpi2                  : rpi                                      -  enabled
                        + system.adapter.scenes.0                 : scenes                : rpi                                      -  enabled
                          system.adapter.synology.0               : synology              : rpi                                      - disabled, port: 5000
                        + system.adapter.tankerkoenig.0           : tankerkoenig          : rpi                                      -  enabled
                          system.adapter.telegram.0               : telegram              : rpi                                      - disabled, port: 8443, bind: 0.0.0.0
                          system.adapter.text2command.0           : text2command          : rpi                                      - disabled
                        + system.adapter.tr-064.0                 : tr-064                : rpi                                      -  enabled
                          system.adapter.vis-material-advanced.0  : vis-material-advanced : rpi                                      - disabled
                          system.adapter.vis.0                    : vis                   : rpi                                      - disabled
                        + system.adapter.web.0                    : web                   : rpi                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.withings.0               : withings              : rpi                                      - disabled
                          system.adapter.yahka.0                  : yahka                 : rpi                                      - disabled
                        + system.adapter.yahka.1                  : yahka                 : rpi                                      -  enabled
                        
                        + instance is alive
                        markus@rpi:~ $
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @funkytown last edited by

                          @funkytown

                          Läuft.
                          Zieh die updates der anderen Adapter noch nach.

                          funkytown 2 Replies Last reply Reply Quote 1
                          • funkytown
                            funkytown @Thomas Braun last edited by

                            @thomas-braun
                            Der ioBroker ist wieder über Port 8081 erreichbar 🙂
                            Ich habe jetzt viel gelernt und hoffe, dass ich beim nächsten Mal selbst ein Problem dieser Tragweite lösen kann.

                            Vielen Dank Thomas Braun!

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

                              @thomas-braun
                              Ein Phänomen ist noch vorhanden. Ich muss admin.0 immer starten. Warum passiert das nicht automatisch?

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

                                @funkytown sagte in iobroker restore 0 funktioniert nicht:

                                Ich muss admin.0 immer starten. Warum passiert das nicht automatisch?

                                Wann?

                                funkytown 2 Replies Last reply Reply Quote 0
                                • funkytown
                                  funkytown @Thomas Braun last edited by

                                  @thomas-braun
                                  nach einem reboot des System. War auf 8081 nicht erreichbar, und nach einem Start des admin.0 über die command line funktionierte wieder alles.

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

                                    @thomas-braun
                                    ausserdem ist der alte admin 6.2.20 wieder installiert obwohl doch der 6.2.22 bereits installiert wurde!

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

                                      @funkytown Eigentlich sollten Adapter, die auf 'enabled' stehen beim Start des js-controllers auch wieder gestartet werden.

                                      iobroker list instances
                                      

                                      sagt?

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

                                        @thomas-braun

                                        markus@rpi:~ $ iobroker update
                                        Used repository: stable
                                        Adapter    "admin"        : 6.2.22   , installed 6.2.20 [Updatable]
                                        Adapter    "alexa2"       : 3.19.9   , installed 3.19.9
                                        Adapter    "backitup"     : 2.4.12   , installed 2.4.10 [Updatable]
                                        Adapter    "cloud"        : 4.2.2    , installed 4.2.2
                                        Adapter    "cul"          : 2.0.2    , installed 2.0.2
                                        Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                        Adapter    "email"        : 1.1.3    , installed 1.1.3
                                        Adapter    "history"      : 2.2.0    , installed 2.2.0
                                        Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                                        Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                                        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                        Adapter    "info"         : 1.9.19   , installed 1.9.19
                                        Adapter    "iot"          : 1.11.9   , installed 1.11.8 [Updatable]
                                        Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                        Controller "js-controller": 4.0.23   , installed 4.0.23
                                        Adapter    "linux-control": 1.1.3    , installed 1.1.5
                                        Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                        Adapter    "node-red"     : 4.0.0    , installed 3.3.1  [Updatable]
                                        Adapter    "openweathermap": 0.3.0   , installed 0.3.0
                                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                        Adapter    "pushover"     : 3.0.3    , installed 3.0.2  [Updatable]
                                        Adapter    "radar2"       : 2.0.3    , installed 2.0.3
                                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                        Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                                        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                        Adapter    "synology"     : 2.1.9    , installed 2.1.9
                                        Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                        Adapter    "telegram"     : 1.14.1   , installed 1.14.1
                                        Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                        Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                        Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                        Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                                        Adapter    "withings"     : 0.0.9    , installed 0.0.9
                                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                        Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                                        markus@rpi:~ $
                                        
                                        
                                        
                                        markus@rpi:~ $ iobroker list instances
                                        + system.adapter.admin.0                  : admin                 : rpi                                      -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : rpi                                      -  enabled
                                        + system.adapter.alexa2.1                 : alexa2                : rpi                                      -  enabled
                                        + system.adapter.backitup.0               : backitup              : rpi                                      -  enabled
                                        + system.adapter.discovery.0              : discovery             : rpi                                      -  enabled
                                          system.adapter.dwd.0                    : dwd                   : rpi                                      - disabled
                                        + system.adapter.email.0                  : email                 : rpi                                      -  enabled
                                        + system.adapter.history.0                : history               : rpi                                      -  enabled
                                        + system.adapter.hm-rega.0                : hm-rega               : rpi                                      -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : rpi                                      -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : rpi                                      -  enabled, port: 0
                                        + system.adapter.hm-rpc.2                 : hm-rpc                : rpi                                      -  enabled, port: 0
                                        + system.adapter.hm-rpc.3                 : hm-rpc                : rpi                                      -  enabled, port: 0
                                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : rpi                                      - disabled
                                        + system.adapter.info.0                   : info                  : rpi                                      -  enabled
                                        + system.adapter.iot.0                    : iot                   : rpi                                      -  enabled
                                        + system.adapter.javascript.0             : javascript            : rpi                                      -  enabled
                                        + system.adapter.linux-control.0          : linux-control         : rpi                                      -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : rpi                                      -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.ping.0                   : ping                  : rpi                                      -  enabled
                                          system.adapter.pollenflug.0             : pollenflug            : rpi                                      - disabled
                                        + system.adapter.pushover.0               : pushover              : rpi                                      -  enabled
                                        + system.adapter.rpi2.0                   : rpi2                  : rpi                                      -  enabled
                                        + system.adapter.scenes.0                 : scenes                : rpi                                      -  enabled
                                          system.adapter.synology.0               : synology              : rpi                                      - disabled, port: 5000
                                        + system.adapter.tankerkoenig.0           : tankerkoenig          : rpi                                      -  enabled
                                          system.adapter.telegram.0               : telegram              : rpi                                      - disabled, port: 8443, bind: 0.0.0.0
                                          system.adapter.text2command.0           : text2command          : rpi                                      - disabled
                                        + system.adapter.tr-064.0                 : tr-064                : rpi                                      -  enabled
                                          system.adapter.vis-material-advanced.0  : vis-material-advanced : rpi                                      - disabled
                                          system.adapter.vis.0                    : vis                   : rpi                                      - disabled
                                        + system.adapter.web.0                    : web                   : rpi                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.withings.0               : withings              : rpi                                      - disabled
                                          system.adapter.yahka.0                  : yahka                 : rpi                                      - disabled
                                        + system.adapter.yahka.1                  : yahka                 : rpi                                      -  enabled
                                        
                                        + instance is alive
                                        markus@rpi:~ $
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @funkytown last edited by

                                          @funkytown

                                          Kann es sein, dass du da zwei Systeme parallel installiert hast und mal in das eine und mal in das andere bootest?

                                          funkytown 2 Replies Last reply Reply Quote 0
                                          • funkytown
                                            funkytown @Thomas Braun last edited by

                                            @thomas-braun
                                            aber wie soll das denn passieren?
                                            ABER, das war ja auch mit der cmdline.txt merkwürdig!!! Ich weiß, dass ich den Eintrag mit der UUID geändert hatte, und plötzlich stand wieder was anderes drin.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            747
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            61
                                            2401
                                            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