Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Backitupadapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Backitupadapter

Scheduled Pinned Locked Moved ioBroker Allgemein
57 Posts 5 Posters 3.6k Views 4 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.
  • M michaelxhoffmann

    @thomas-braun sagte in Backitupadapter:

    sudo systemctl unmask iobroker

    😞 Computer sagt nein 😞

     sudo systemctl unmask iobroker
    pi@raspi:~ $ iob start
    pi@raspi:~ $ iobroker status
    pi@raspi:~ $ 
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #29

    @michaelxhoffmann

    systemctl status iobroker
    sudo systemctl start iobroker
    

    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

    M 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @michaelxhoffmann

      systemctl status iobroker
      sudo systemctl start iobroker
      
      M Offline
      M Offline
      michaelxhoffmann
      wrote on last edited by
      #30

      @thomas-braun

      pi@raspi:~ $ systemctl status iobroker
      ● iobroker.service
           Loaded: masked (Reason: Unit iobroker.service is masked.)
           Active: inactive (dead)
      pi@raspi:~ $ sudo systemctl start iobroker
      Failed to start iobroker.service: Unit iobroker.service is masked.
      pi@raspi:~ $ 
      
      

      Ich werd´noch bekloppt :rofl:

      Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

      Thomas BraunT ? 2 Replies Last reply
      0
      • M michaelxhoffmann

        @thomas-braun

        pi@raspi:~ $ systemctl status iobroker
        ● iobroker.service
             Loaded: masked (Reason: Unit iobroker.service is masked.)
             Active: inactive (dead)
        pi@raspi:~ $ sudo systemctl start iobroker
        Failed to start iobroker.service: Unit iobroker.service is masked.
        pi@raspi:~ $ 
        
        

        Ich werd´noch bekloppt :rofl:

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

        @michaelxhoffmann

        sudo systemctl unmask iobroker.service
        sudo systemctl daemon-reload
        systemctl status iobroker.service
        

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

        1 Reply Last reply
        0
        • M michaelxhoffmann

          @thomas-braun

          pi@raspi:~ $ systemctl status iobroker
          ● iobroker.service
               Loaded: masked (Reason: Unit iobroker.service is masked.)
               Active: inactive (dead)
          pi@raspi:~ $ sudo systemctl start iobroker
          Failed to start iobroker.service: Unit iobroker.service is masked.
          pi@raspi:~ $ 
          
          

          Ich werd´noch bekloppt :rofl:

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #32

          @michaelxhoffmann sagte in Backitupadapter:

          Ich werd´noch bekloppt

          Moin,

          Du solltest Dir angewöhnen, korrekt zu zitieren, also immer mit der ganzen Eingabezeile, bis am Ende, mit dem neuen Prompt.
          Beispiel, von meinem Office PC, da gibt es natürlich kein ioBroker:

          #~  sudo systemctl unmask iobroker
          Unit iobroker.service does not exist, proceeding anyway.
          #~
          

          Hat er den was ausgegeben, beim unmask?

          VG
          Bernd

          M 1 Reply Last reply
          0
          • M Offline
            M Offline
            michaelxhoffmann
            wrote on last edited by
            #33

            @thomas-braun

            pi@raspi:~ $ sudo systemctl unmask iobroker.service
            pi@raspi:~ $ sudo systemctl daemon-reload
            pi@raspi:~ $ systemctl status iobroker.service
            ● iobroker.service
                 Loaded: masked (Reason: Unit iobroker.service is masked.)
                 Active: inactive (dead)
            pi@raspi:~ $ 
            
            

            Keine Änderung

            Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

            Thomas BraunT 1 Reply Last reply
            0
            • ? A Former User

              @michaelxhoffmann sagte in Backitupadapter:

              Ich werd´noch bekloppt

              Moin,

              Du solltest Dir angewöhnen, korrekt zu zitieren, also immer mit der ganzen Eingabezeile, bis am Ende, mit dem neuen Prompt.
              Beispiel, von meinem Office PC, da gibt es natürlich kein ioBroker:

              #~  sudo systemctl unmask iobroker
              Unit iobroker.service does not exist, proceeding anyway.
              #~
              

              Hat er den was ausgegeben, beim unmask?

              VG
              Bernd

              M Offline
              M Offline
              michaelxhoffmann
              wrote on last edited by
              #34

              @dp20eic nope

              Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

              1 Reply Last reply
              0
              • M michaelxhoffmann

                @thomas-braun

                pi@raspi:~ $ sudo systemctl unmask iobroker.service
                pi@raspi:~ $ sudo systemctl daemon-reload
                pi@raspi:~ $ systemctl status iobroker.service
                ● iobroker.service
                     Loaded: masked (Reason: Unit iobroker.service is masked.)
                     Active: inactive (dead)
                pi@raspi:~ $ 
                
                

                Keine Änderung

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

                @michaelxhoffmann

                file /lib/systemd/system/iobroker.service
                

                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

                M 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @michaelxhoffmann

                  file /lib/systemd/system/iobroker.service
                  
                  M Offline
                  M Offline
                  michaelxhoffmann
                  wrote on last edited by
                  #36

                  @thomas-braun sagte in Backitupadapter:

                  file /lib/systemd/system/iobroker.service

                  pi@raspi:~ $ file /lib/systemd/system/iobroker.service
                  /lib/systemd/system/iobroker.service: empty
                  pi@raspi:~ $ 
                  
                  

                  Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                  Thomas BraunT 1 Reply Last reply
                  0
                  • M michaelxhoffmann

                    @thomas-braun sagte in Backitupadapter:

                    file /lib/systemd/system/iobroker.service

                    pi@raspi:~ $ file /lib/systemd/system/iobroker.service
                    /lib/systemd/system/iobroker.service: empty
                    pi@raspi:~ $ 
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #37

                    @michaelxhoffmann

                    Dann ist klar.
                    Dürfte vom herumgerühre mit sudo kommen...

                    Nochmal

                    iob fix
                    

                    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

                    M 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @michaelxhoffmann

                      Dann ist klar.
                      Dürfte vom herumgerühre mit sudo kommen...

                      Nochmal

                      iob fix
                      
                      M Offline
                      M Offline
                      michaelxhoffmann
                      wrote on last edited by michaelxhoffmann
                      #38

                      @thomas-braun auf iob fix reagiert das Ding nicht

                      pi@raspi:~ $ iob fix
                      pi@raspi:~ $ 
                      
                      

                      Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                      Thomas BraunT 1 Reply Last reply
                      0
                      • M michaelxhoffmann

                        @thomas-braun auf iob fix reagiert das Ding nicht

                        pi@raspi:~ $ iob fix
                        pi@raspi:~ $ 
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #39

                        @michaelxhoffmann

                        Hm. Klar...
                        Zeih es aus dem Netz:

                        curl -fsL https://iobroker.net/fix.sh | bash -
                        

                        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

                        M 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @michaelxhoffmann

                          Hm. Klar...
                          Zeih es aus dem Netz:

                          curl -fsL https://iobroker.net/fix.sh | bash -
                          
                          M Offline
                          M Offline
                          michaelxhoffmann
                          wrote on last edited by michaelxhoffmann
                          #40

                          @thomas-braun sagte in Backitupadapter:

                          curl -fsL https://iobroker.net/fix.sh | bash -

                          pi@raspi:/ $ curl -fsL https://iobroker.net/fix.sh | bash -
                          library: loaded
                          Library version=2022-12-09
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2023-04-02
                              
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/5)
                          ==========================================================================
                          
                          Hit:1 http://deb.debian.org/debian bullseye InRelease
                          Hit:2 http://security.debian.org/debian-security bullseye-security InRelease   
                          Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]        
                          Get:4 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]       
                          Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease                  
                          Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [314 kB]
                          Get:7 http://archive.raspberrypi.org/debian bullseye/main arm64 Packages [308 kB]
                          Fetched 689 kB in 2s (339 kB/s)   
                          Reading package lists... Done
                          Installed gcc-c++
                          
                          ==========================================================================
                              Checking ioBroker user and directory permissions (2/5)
                          ==========================================================================
                          
                          Created /etc/sudoers.d/iobroker
                          Fixing directory permissions...
                          
                          ==========================================================================
                              Check and cleanup npm temporary directories (3/5)
                          ==========================================================================
                          
                          Done.
                          
                          ==========================================================================
                              Database maintenance (4/5)
                          ==========================================================================
                          
                          Checking for uncompressed JSONL databases... This might take a while!
                          
                          Compressing /opt/iobroker/iobroker-data/states.jsonl
                          Compressing /opt/iobroker/iobroker-data/objects.jsonl
                          Compressed 2 JSONL files. Done
                          
                          ==========================================================================
                              Checking autostart (5/5)
                          ==========================================================================
                          
                          Enabling autostart...
                          Autostart enabled!
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          pi@raspi:/ $ iobroker start
                          pi@raspi:/ $ 
                          
                          

                          Ich werde wirklich bald bekloppt jetzt läuft das Ding...Und alle Adapter grün
                          Bin jetzt gespannt was passiert wenn ich die Visu aufrufen will... Damit fing der ganze spass ja an ...

                          Visu läuft auch ....FETTES DANKE ...

                          Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                          Thomas BraunT 1 Reply Last reply
                          0
                          • M michaelxhoffmann

                            @thomas-braun sagte in Backitupadapter:

                            curl -fsL https://iobroker.net/fix.sh | bash -

                            pi@raspi:/ $ curl -fsL https://iobroker.net/fix.sh | bash -
                            library: loaded
                            Library version=2022-12-09
                            
                            ==========================================================================
                            
                                Welcome to the ioBroker installation fixer!
                                Script version: 2023-04-02
                                
                                You might need to enter your password a couple of times.
                            
                            ==========================================================================
                            
                            
                            ==========================================================================
                                Installing prerequisites (1/5)
                            ==========================================================================
                            
                            Hit:1 http://deb.debian.org/debian bullseye InRelease
                            Hit:2 http://security.debian.org/debian-security bullseye-security InRelease   
                            Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]        
                            Get:4 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]       
                            Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease                  
                            Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [314 kB]
                            Get:7 http://archive.raspberrypi.org/debian bullseye/main arm64 Packages [308 kB]
                            Fetched 689 kB in 2s (339 kB/s)   
                            Reading package lists... Done
                            Installed gcc-c++
                            
                            ==========================================================================
                                Checking ioBroker user and directory permissions (2/5)
                            ==========================================================================
                            
                            Created /etc/sudoers.d/iobroker
                            Fixing directory permissions...
                            
                            ==========================================================================
                                Check and cleanup npm temporary directories (3/5)
                            ==========================================================================
                            
                            Done.
                            
                            ==========================================================================
                                Database maintenance (4/5)
                            ==========================================================================
                            
                            Checking for uncompressed JSONL databases... This might take a while!
                            
                            Compressing /opt/iobroker/iobroker-data/states.jsonl
                            Compressing /opt/iobroker/iobroker-data/objects.jsonl
                            Compressed 2 JSONL files. Done
                            
                            ==========================================================================
                                Checking autostart (5/5)
                            ==========================================================================
                            
                            Enabling autostart...
                            Autostart enabled!
                            
                            ==========================================================================
                            
                                Your installation was fixed successfully
                                Run iobroker start to start ioBroker again!
                            
                            ==========================================================================
                            
                            pi@raspi:/ $ iobroker start
                            pi@raspi:/ $ 
                            
                            

                            Ich werde wirklich bald bekloppt jetzt läuft das Ding...Und alle Adapter grün
                            Bin jetzt gespannt was passiert wenn ich die Visu aufrufen will... Damit fing der ganze spass ja an ...

                            Visu läuft auch ....FETTES DANKE ...

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

                            @michaelxhoffmann

                            Lesson learned? Nie als root herumhampeln und nie Kommandos ohne Notwendigkeit per sudo einleiten.

                            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

                            M 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @michaelxhoffmann

                              Lesson learned? Nie als root herumhampeln und nie Kommandos ohne Notwendigkeit per sudo einleiten.

                              M Offline
                              M Offline
                              michaelxhoffmann
                              wrote on last edited by
                              #42

                              @thomas-braun

                              Jo die Lektion habe ich gelernt ... ABER der Fehler ist wieder da... IOB abgeschmiert alle Adapter starten schon wieder neu. ...
                              Ich mache eine neue installation 😞
                              Das kann ich ja mittlerweile

                              Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                              Thomas BraunT 1 Reply Last reply
                              0
                              • M michaelxhoffmann

                                @thomas-braun

                                Jo die Lektion habe ich gelernt ... ABER der Fehler ist wieder da... IOB abgeschmiert alle Adapter starten schon wieder neu. ...
                                Ich mache eine neue installation 😞
                                Das kann ich ja mittlerweile

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

                                @michaelxhoffmann

                                Keine Ahnung was du da treibst...

                                Bist du sicher, dass die Hardware gesund ist?

                                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

                                M 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @michaelxhoffmann

                                  Keine Ahnung was du da treibst...

                                  Bist du sicher, dass die Hardware gesund ist?

                                  M Offline
                                  M Offline
                                  michaelxhoffmann
                                  wrote on last edited by michaelxhoffmann
                                  #44

                                  @thomas-braun Tja wie sicher kann man da sein .... Ich habe einen Raspberry 4 mit 4 GB und einem 5V 3 A Netzteil, angeschlossen ist das Teil über LAN ...Es war eine nieselnagelneue SD Card mit dem aktuellsten 64Bit OS

                                  Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • M michaelxhoffmann

                                    @thomas-braun Tja wie sicher kann man da sein .... Ich habe einen Raspberry 4 mit 4 GB und einem 5V 3 A Netzteil, angeschlossen ist das Teil über LAN ...Es war eine nieselnagelneue SD Card mit dem aktuellsten 64Bit OS

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

                                    @michaelxhoffmann sagte in Backitupadapter:

                                    wie sicher kann man da sein ....

                                    In den einschlägigen Logs as ight man sowas auch oft.

                                    dmesg
                                    

                                    oder

                                    journalctl
                                    

                                    können da Hinweise geben.

                                    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

                                    M 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @michaelxhoffmann sagte in Backitupadapter:

                                      wie sicher kann man da sein ....

                                      In den einschlägigen Logs as ight man sowas auch oft.

                                      dmesg
                                      

                                      oder

                                      journalctl
                                      

                                      können da Hinweise geben.

                                      M Offline
                                      M Offline
                                      michaelxhoffmann
                                      wrote on last edited by
                                      #46

                                      @thomas-braun Also ich habe jetzt mal das Netzteil ausgetauscht. Ist jetzt ein 12Watt Adapter 5,2 Volt ... sollte es tatsächlich am Netzteil gelegen haben ....

                                      Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                                      HomoranH 1 Reply Last reply
                                      0
                                      • M michaelxhoffmann

                                        @thomas-braun Also ich habe jetzt mal das Netzteil ausgetauscht. Ist jetzt ein 12Watt Adapter 5,2 Volt ... sollte es tatsächlich am Netzteil gelegen haben ....

                                        HomoranH Do not disturb
                                        HomoranH Do not disturb
                                        Homoran
                                        Global Moderator Administrators
                                        wrote on last edited by
                                        #47

                                        @michaelxhoffmann sagte in Backitupadapter:

                                        sollte es tatsächlich am Netzteil gelegen haben ....

                                        der pi4 kommt mit

                                        @michaelxhoffmann sagte in Backitupadapter:

                                        einem 5V 3 A Netzteil,

                                        möglicherweise ins Schleudern. 5.1V sollten es schon sein

                                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        M 1 Reply Last reply
                                        0
                                        • HomoranH Homoran

                                          @michaelxhoffmann sagte in Backitupadapter:

                                          sollte es tatsächlich am Netzteil gelegen haben ....

                                          der pi4 kommt mit

                                          @michaelxhoffmann sagte in Backitupadapter:

                                          einem 5V 3 A Netzteil,

                                          möglicherweise ins Schleudern. 5.1V sollten es schon sein

                                          M Offline
                                          M Offline
                                          michaelxhoffmann
                                          wrote on last edited by
                                          #48

                                          @homoran jo jetzt habe ich ihm ein 5,2 volt Apple Netzteil spendiert ...

                                          Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                                          Thomas BraunT 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          615

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe