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. Tester
  4. Test Adapter MyVBus v0.6.x Latest

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    376

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

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

Test Adapter MyVBus v0.6.x Latest

Scheduled Pinned Locked Moved Tester
resol vbus
382 Posts 27 Posters 109.9k Views 22 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.
  • C ChrisChros

    @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

    npm install iobroker.resol@0.4.0

    habe den Adapter jetzt noch der Methode über die Konsole installiert. Wo kann ich nun den Adapter finden um in entsprechend zu konfigurieren? Unter Instanzen wird bei mir nichts angezeigt, auch nach einem reboot.

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

    @chrischros

    iobroker list adapters
    iobroker list instances
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    C 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @chrischros

      iobroker list adapters
      iobroker list instances
      
      C Offline
      C Offline
      ChrisChros
      wrote on last edited by
      #312

      @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

      iobroker list instances

      pi@raspberrypi:/opt/iobroker $ iobroker list adapters
      system.adapter.admin                   : admin          - v5.2.3
      system.adapter.backitup                : backitup       - v2.2.1
      system.adapter.discovery               : discovery      - v2.7.5
      system.adapter.history                 : history        - v1.10.5
      system.adapter.icons-material-png      : icons-material-png - v0.1.0
      system.adapter.icons-material-svg      : icons-material-svg - v0.1.0
      system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.0.2
      system.adapter.influxdb                : influxdb       - v2.4.0
      system.adapter.info                    : info           - v1.9.16
      system.adapter.javascript              : javascript     - v5.2.18
      system.adapter.modbus                  : modbus         - v3.4.17
      system.adapter.openknx                 : openknx        - v0.1.10
      system.adapter.socketio                : socketio       - v3.1.5
      system.adapter.vis                     : vis            - v1.4.6
      system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.9
      system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.2
      system.adapter.vis-materialdesign      : vis-materialdesign - v0.5.9
      system.adapter.vis-metro               : vis-metro      - v1.1.2
      system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
      system.adapter.web                     : web            - v3.4.16
      
      pi@raspberrypi:/opt/iobroker $ iobroker list instances
      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
        system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
      + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
      + system.adapter.openknx.0                : openknx               : raspberrypi                              -  enabled, bind: 10.10.20.18
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
        system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
        system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      + instance is alive
      
      
      Thomas BraunT 1 Reply Last reply
      0
      • C ChrisChros

        @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

        iobroker list instances

        pi@raspberrypi:/opt/iobroker $ iobroker list adapters
        system.adapter.admin                   : admin          - v5.2.3
        system.adapter.backitup                : backitup       - v2.2.1
        system.adapter.discovery               : discovery      - v2.7.5
        system.adapter.history                 : history        - v1.10.5
        system.adapter.icons-material-png      : icons-material-png - v0.1.0
        system.adapter.icons-material-svg      : icons-material-svg - v0.1.0
        system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.0.2
        system.adapter.influxdb                : influxdb       - v2.4.0
        system.adapter.info                    : info           - v1.9.16
        system.adapter.javascript              : javascript     - v5.2.18
        system.adapter.modbus                  : modbus         - v3.4.17
        system.adapter.openknx                 : openknx        - v0.1.10
        system.adapter.socketio                : socketio       - v3.1.5
        system.adapter.vis                     : vis            - v1.4.6
        system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.9
        system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.2
        system.adapter.vis-materialdesign      : vis-materialdesign - v0.5.9
        system.adapter.vis-metro               : vis-metro      - v1.1.2
        system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
        system.adapter.web                     : web            - v3.4.16
        
        pi@raspberrypi:/opt/iobroker $ iobroker list instances
        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
        + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
        + system.adapter.history.0                : history               : raspberrypi                              -  enabled
          system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
        + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
        + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
        + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
        + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
        + system.adapter.openknx.0                : openknx               : raspberrypi                              -  enabled, bind: 10.10.20.18
          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
          system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
          system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        + instance is alive
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by Thomas Braun
        #313

        @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

        /opt/iobroker

        Bist du auch vor bwz. bei der Installation in /opt/iobroker gewesen?
        Mit welchen Meldungen ist die Installation dann erfolgt?

        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

        C 1 Reply Last reply
        1
        • Thomas BraunT Thomas Braun

          @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

          /opt/iobroker

          Bist du auch vor bwz. bei der Installation in /opt/iobroker gewesen?
          Mit welchen Meldungen ist die Installation dann erfolgt?

          C Offline
          C Offline
          ChrisChros
          wrote on last edited by
          #314

          @thomas-braun

          pi@raspberrypi:/opt/iobroker $ npm install iobroker.resol
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          + iobroker.resol@0.4.0
          removed 4 packages and updated 1 package in 12.659s
          
          34 packages are looking for funding
            run `npm fund` for details
          
          
          
          Thomas BraunT 1 Reply Last reply
          0
          • C ChrisChros

            @thomas-braun

            pi@raspberrypi:/opt/iobroker $ npm install iobroker.resol
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            
            + iobroker.resol@0.4.0
            removed 4 packages and updated 1 package in 12.659s
            
            34 packages are looking for funding
              run `npm fund` for details
            
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #315

            @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

            Mach mal ein

            iobroker stop
            iobroker upload all
            iobroker start
            

            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

            C 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

              Mach mal ein

              iobroker stop
              iobroker upload all
              iobroker start
              
              C Offline
              C Offline
              ChrisChros
              wrote on last edited by
              #316

              @thomas-braun ok ist jetzt soweit durchgelaufen. In den Instanzen wird aber noch immer kein neuer Adapter für Resol oder vbus angezeigt.

              Thomas BraunT 1 Reply Last reply
              0
              • C ChrisChros

                @thomas-braun ok ist jetzt soweit durchgelaufen. In den Instanzen wird aber noch immer kein neuer Adapter für Resol oder vbus angezeigt.

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

                @chrischros
                In der Liste der Adapter aber vermutlich schon. Dann eine Instanz händisch hinzufügen.

                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

                C 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @chrischros
                  In der Liste der Adapter aber vermutlich schon. Dann eine Instanz händisch hinzufügen.

                  C Offline
                  C Offline
                  ChrisChros
                  wrote on last edited by
                  #318

                  @thomas-braun leider auch nicht. in der Adapterliste finde ich nur den myvbus adapter aber nicht den resol.

                  Thomas BraunT 1 Reply Last reply
                  0
                  • C ChrisChros

                    @thomas-braun leider auch nicht. in der Adapterliste finde ich nur den myvbus adapter aber nicht den resol.

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

                    @chrischros

                    Bei mir tauchte der nach dem upload auf.

                    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

                    C 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @chrischros

                      Bei mir tauchte der nach dem upload auf.

                      C Offline
                      C Offline
                      ChrisChros
                      wrote on last edited by
                      #320

                      @thomas-braun ok sehr merkwürdig. habe auch das "Beta (latest)" Repository geladen.

                      Thomas BraunT 1 Reply Last reply
                      0
                      • C ChrisChros

                        @thomas-braun ok sehr merkwürdig. habe auch das "Beta (latest)" Repository geladen.

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

                        @chrischros

                        Das nutzt dir nix, da ist der nämlich nicht drin.

                        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

                        C 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @chrischros

                          Das nutzt dir nix, da ist der nämlich nicht drin.

                          C Offline
                          C Offline
                          ChrisChros
                          wrote on last edited by
                          #322

                          @thomas-braun ok und wo kann ich den dann finde?

                          Thomas BraunT 1 Reply Last reply
                          0
                          • C ChrisChros

                            @thomas-braun ok und wo kann ich den dann finde?

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

                            @chrischros

                            Indem du den per npm wie oben installierst. Warum das bei dir nicht funktioniert weiß ich aber auch nicht. Bei mir geht's (tm).

                            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

                            C 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @chrischros

                              Indem du den per npm wie oben installierst. Warum das bei dir nicht funktioniert weiß ich aber auch nicht. Bei mir geht's (tm).

                              C Offline
                              C Offline
                              ChrisChros
                              wrote on last edited by
                              #324

                              @thomas-braun
                              ok, danke für deine Hilfe.

                              deinstallieren kann ich den Adapter mit folgendem Befehl oder?

                              sudo rm -r /opt/iobroker/node_modules/iobroker.resol
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • C Offline
                                C Offline
                                ChrisChros
                                wrote on last edited by
                                #325

                                so habe jetzt den Adapter myvbus ohne Probleme installiert und eingerichtet.

                                1 Reply Last reply
                                0
                                • C ChrisChros

                                  @thomas-braun
                                  ok, danke für deine Hilfe.

                                  deinstallieren kann ich den Adapter mit folgendem Befehl oder?

                                  sudo rm -r /opt/iobroker/node_modules/iobroker.resol
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #326

                                  @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

                                  deinstallieren kann ich den Adapter mit folgendem Befehl oder?

                                  Nein, der muss auch aus den json-Dateien raus.
                                  Stumpf löschen ist zu wenig.

                                  iobroker del resol
                                  

                                  liefert?

                                  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

                                  C 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

                                    deinstallieren kann ich den Adapter mit folgendem Befehl oder?

                                    Nein, der muss auch aus den json-Dateien raus.
                                    Stumpf löschen ist zu wenig.

                                    iobroker del resol
                                    

                                    liefert?

                                    C Offline
                                    C Offline
                                    ChrisChros
                                    wrote on last edited by
                                    #327

                                    @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

                                    iobroker del resol

                                    pi@raspberrypi:/opt/iobroker $ iobroker del resol
                                    Delete adapter "resol"
                                    host.raspberrypi object resol deleted
                                    host.raspberrypi object resol.admin deleted
                                    npm uninstall iobroker.resol --loglevel error --prefix "/opt/iobroker" (System call)
                                    
                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • C ChrisChros

                                      @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

                                      iobroker del resol

                                      pi@raspberrypi:/opt/iobroker $ iobroker del resol
                                      Delete adapter "resol"
                                      host.raspberrypi object resol deleted
                                      host.raspberrypi object resol.admin deleted
                                      npm uninstall iobroker.resol --loglevel error --prefix "/opt/iobroker" (System call)
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #328

                                      @chrischros

                                      Jetzt müsste das eigentlich ausgetragen sein.

                                      iobroker list adapters | grep resol
                                      cd /opt/iobroker
                                      npm list | grep resol
                                      

                                      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

                                      C 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @chrischros

                                        Jetzt müsste das eigentlich ausgetragen sein.

                                        iobroker list adapters | grep resol
                                        cd /opt/iobroker
                                        npm list | grep resol
                                        
                                        C Offline
                                        C Offline
                                        ChrisChros
                                        wrote on last edited by ChrisChros
                                        #329

                                        @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

                                        npm list | grep resol

                                        pi@raspberrypi:~ $ iobroker list adapters | grep resol
                                        pi@raspberrypi:~ $ cd /opt/iobroker
                                        pi@raspberrypi:/opt/iobroker $ npm list | grep resol
                                        │ └─┬ resol-vbus@0.23.0
                                        pi@raspberrypi:/opt/iobroker $ 
                                        
                                        
                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • C ChrisChros

                                          @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

                                          npm list | grep resol

                                          pi@raspberrypi:~ $ iobroker list adapters | grep resol
                                          pi@raspberrypi:~ $ cd /opt/iobroker
                                          pi@raspberrypi:/opt/iobroker $ npm list | grep resol
                                          │ └─┬ resol-vbus@0.23.0
                                          pi@raspberrypi:/opt/iobroker $ 
                                          
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #330

                                          @chrischros
                                          Ja, sollte jetzt passen.

                                          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

                                          C 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

                                          468

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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