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. ioBroker Allgemein
  4. ioBroker startet nach Stromausfall nicht

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    652

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

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

ioBroker startet nach Stromausfall nicht

Scheduled Pinned Locked Moved ioBroker Allgemein
21 Posts 3 Posters 1.9k Views 2 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.
  • S SchAndy

    jetzt habe ich ein anderes Problem.. Ich hatte zur sicherheit einfach mal den iobroker fix ausgeführt. Dann habe ich Meldungen bekommen, meine Speicherkarte sei voll. da war ich erstmal überrascht...
    Und tatsächlich, df sagt, Karte voll warum auch immer... bisschen aufgeräumt und dann erstmal einen reboot gemacht.
    jetzt funktioniert kein Befehl mehr mit iobroker.

    systemctl sagt mir folgendes:

    pi@ioBrokerRaspi:/opt/iobroker $ systemctl status iobroker
    ● iobroker.service
       Loaded: bad-setting (Reason: Unit iobroker.service has a bad unit file setting.)
       Active: inactive (dead)
    

    ich kann auch nicht Restart machen.

    was kann ich tun?

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

    @schandy sagte in ioBroker startet nach Stromausfall nicht:

    was kann ich tun?

    Da dürfte es in der Datei
    /etc/systemd/system/multi-user.target.wants/iobroker.service
    Ungereimtheiten 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

    S 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @schandy sagte in ioBroker startet nach Stromausfall nicht:

      was kann ich tun?

      Da dürfte es in der Datei
      /etc/systemd/system/multi-user.target.wants/iobroker.service
      Ungereimtheiten geben.

      S Offline
      S Offline
      SchAndy
      wrote on last edited by
      #6

      @thomas-braun
      in der datei ist gar nichts drin. Komplett leer

      Thomas BraunT 1 Reply Last reply
      0
      • S SchAndy

        @thomas-braun
        in der datei ist gar nichts drin. Komplett leer

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

        @schandy

        Trag das ein:

        [Unit]
        Description=ioBroker Server
        Documentation=http://iobroker.net
        After=network.target redis.service influxdb.service mysql-server.service mariadb-server.service
        Wants=redis.service influxdb.service mysql-server.service mariadb-server.service
        
        [Service]
        Type=simple
        User=iobroker
        Environment="NODE=$(which node)"
        ExecStart=/usr/bin/bash -c '${NODE} /opt/iobroker/node_modules/iobroker.js-controller/controller.js'
        Restart=on-failure
        RestartSec=3s
        
        [Install]
        WantedBy=multi-user.target
        

        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
        • S SchAndy

          jetzt habe ich ein anderes Problem.. Ich hatte zur sicherheit einfach mal den iobroker fix ausgeführt. Dann habe ich Meldungen bekommen, meine Speicherkarte sei voll. da war ich erstmal überrascht...
          Und tatsächlich, df sagt, Karte voll warum auch immer... bisschen aufgeräumt und dann erstmal einen reboot gemacht.
          jetzt funktioniert kein Befehl mehr mit iobroker.

          systemctl sagt mir folgendes:

          pi@ioBrokerRaspi:/opt/iobroker $ systemctl status iobroker
          ● iobroker.service
             Loaded: bad-setting (Reason: Unit iobroker.service has a bad unit file setting.)
             Active: inactive (dead)
          

          ich kann auch nicht Restart machen.

          was kann ich tun?

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

          @schandy sagte in ioBroker startet nach Stromausfall nicht:

          Karte voll warum auch immer... bisschen aufgeräumt

          Was soll das genau heißen?
          Wo waren die dicken Hunde und warum?
          Was hast du da gelöscht?

          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

          S 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @schandy sagte in ioBroker startet nach Stromausfall nicht:

            Karte voll warum auch immer... bisschen aufgeräumt

            Was soll das genau heißen?
            Wo waren die dicken Hunde und warum?
            Was hast du da gelöscht?

            S Offline
            S Offline
            SchAndy
            wrote on last edited by
            #9

            @thomas-braun

            nach dem eintragen und reboot kommt nur noch das im journal:

            Nov 04 11:16:04 ioBrokerRaspi systemd[3433]: iobroker.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
            Nov 04 11:16:04 ioBrokerRaspi systemd[3433]: iobroker.service: Failed to execute command: No such file or directory
            Nov 04 11:16:04 ioBrokerRaspi systemd[1]: Started ioBroker Server.
            Nov 04 11:16:04 ioBrokerRaspi systemd[1]: Stopped ioBroker Server.
            Nov 04 11:16:04 ioBrokerRaspi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 42.
            Nov 04 11:16:04 ioBrokerRaspi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Main process exited, code=exited, status=203/EXEC
            Nov 04 11:16:01 ioBrokerRaspi systemd[3388]: iobroker.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
            Nov 04 11:16:01 ioBrokerRaspi systemd[3388]: iobroker.service: Failed to execute command: No such file or directory
            Nov 04 11:16:01 ioBrokerRaspi systemd[1]: Started ioBroker Server.
            Nov 04 11:16:01 ioBrokerRaspi systemd[1]: Stopped ioBroker Server.
            Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 41.
            Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
            Nov 04 11:15:58 ioBrokerRaspi systemd[1]: iobroker.service: Failed with result 'exit-code'.
            Nov 04 11:15:58 ioBrokerRaspi systemd[1]: iobroker.service: Main process exited, code=exited, status=203/EXEC
            Nov 04 11:15:58 ioBrokerRaspi systemd[3373]: iobroker.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
            Nov 04 11:15:58 ioBrokerRaspi systemd[3373]: iobroker.service: Failed to execute command: No such file or directory
            

            gelöscht habe ich Ordner im Download Verzeichnis, was ich irgendwann mal als temp. Verzeichnis dahin kopiert habe. Also nichts aus dem System selber.

            Thomas BraunT 1 Reply Last reply
            0
            • S SchAndy

              @thomas-braun

              nach dem eintragen und reboot kommt nur noch das im journal:

              Nov 04 11:16:04 ioBrokerRaspi systemd[3433]: iobroker.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
              Nov 04 11:16:04 ioBrokerRaspi systemd[3433]: iobroker.service: Failed to execute command: No such file or directory
              Nov 04 11:16:04 ioBrokerRaspi systemd[1]: Started ioBroker Server.
              Nov 04 11:16:04 ioBrokerRaspi systemd[1]: Stopped ioBroker Server.
              Nov 04 11:16:04 ioBrokerRaspi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 42.
              Nov 04 11:16:04 ioBrokerRaspi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Main process exited, code=exited, status=203/EXEC
              Nov 04 11:16:01 ioBrokerRaspi systemd[3388]: iobroker.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
              Nov 04 11:16:01 ioBrokerRaspi systemd[3388]: iobroker.service: Failed to execute command: No such file or directory
              Nov 04 11:16:01 ioBrokerRaspi systemd[1]: Started ioBroker Server.
              Nov 04 11:16:01 ioBrokerRaspi systemd[1]: Stopped ioBroker Server.
              Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 41.
              Nov 04 11:16:01 ioBrokerRaspi systemd[1]: iobroker.service: Service RestartSec=3s expired, scheduling restart.
              Nov 04 11:15:58 ioBrokerRaspi systemd[1]: iobroker.service: Failed with result 'exit-code'.
              Nov 04 11:15:58 ioBrokerRaspi systemd[1]: iobroker.service: Main process exited, code=exited, status=203/EXEC
              Nov 04 11:15:58 ioBrokerRaspi systemd[3373]: iobroker.service: Failed at step EXEC spawning /usr/bin/bash: No such file or directory
              Nov 04 11:15:58 ioBrokerRaspi systemd[3373]: iobroker.service: Failed to execute command: No such file or directory
              

              gelöscht habe ich Ordner im Download Verzeichnis, was ich irgendwann mal als temp. Verzeichnis dahin kopiert habe. Also nichts aus dem System selber.

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

              @schandy sagte in ioBroker startet nach Stromausfall nicht:

              /usr/bin/bash

              Schlecht wenn es die nicht geben sollte...

              ls -la /usr/bin/bash
              

              sagt?

              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

              S 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @schandy sagte in ioBroker startet nach Stromausfall nicht:

                /usr/bin/bash

                Schlecht wenn es die nicht geben sollte...

                ls -la /usr/bin/bash
                

                sagt?

                S Offline
                S Offline
                SchAndy
                wrote on last edited by
                #11

                @thomas-braun

                pi@ioBrokerRaspi:~ $ ls -la /usr/bin/bash
                ls: Zugriff auf '/usr/bin/bash' nicht möglich: Datei oder Verzeichnis nicht gefunden
                

                Aber warum ist das plötzlich so...?

                Thomas BraunT 2 Replies Last reply
                0
                • S SchAndy

                  @thomas-braun

                  pi@ioBrokerRaspi:~ $ ls -la /usr/bin/bash
                  ls: Zugriff auf '/usr/bin/bash' nicht möglich: Datei oder Verzeichnis nicht gefunden
                  

                  Aber warum ist das plötzlich so...?

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

                  @schandy sagte in ioBroker startet nach Stromausfall nicht:

                  Aber warum ist das plötzlich so...?

                  Das weiß ich nicht. Hab ja dein System nicht 'aufgeräumt' oder hart vom Strom genommen...

                  Mach es neu, da wirst du vermutlich vom Hölzchen aufs Stöckchen kommen, wenn du das restaurieren willst. Wer weiß wo es da überall Baustellen gibt.
                  Neues Installationsmedium würde ich auch empfehlen, falles es eine SD-Karte sein sollte.

                  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
                  • S SchAndy

                    @thomas-braun

                    pi@ioBrokerRaspi:~ $ ls -la /usr/bin/bash
                    ls: Zugriff auf '/usr/bin/bash' nicht möglich: Datei oder Verzeichnis nicht gefunden
                    

                    Aber warum ist das plötzlich so...?

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

                    @schandy

                    dmesg -T | grep -i ext4
                    

                    sagt?

                    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

                    S 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @schandy

                      dmesg -T | grep -i ext4
                      

                      sagt?

                      S Offline
                      S Offline
                      SchAndy
                      wrote on last edited by
                      #14

                      @thomas-braun sagte in ioBroker startet nach Stromausfall nicht:

                      dmesg -T | grep -i ext4

                      pi@ioBrokerRaspi:/opt/iobroker $ dmesg -T | grep -i ext4
                      [Fr Nov  4 11:13:40 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:7F:2C:98 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ea7d04d6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                      [Fr Nov  4 11:13:41 2022] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                      [Fr Nov  4 11:13:41 2022] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      [Fr Nov  4 11:13:43 2022] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                      
                      Thomas BraunT 1 Reply Last reply
                      0
                      • S SchAndy

                        @thomas-braun sagte in ioBroker startet nach Stromausfall nicht:

                        dmesg -T | grep -i ext4

                        pi@ioBrokerRaspi:/opt/iobroker $ dmesg -T | grep -i ext4
                        [Fr Nov  4 11:13:40 2022] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:7F:2C:98 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ea7d04d6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                        [Fr Nov  4 11:13:41 2022] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        [Fr Nov  4 11:13:41 2022] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [Fr Nov  4 11:13:43 2022] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #15

                        @schandy

                        Das ist okay. Hatte vermutet da stünde anderes drin.

                        Aber offenbar ist da doch irgendwas kaputt.

                        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

                        S 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @schandy

                          Das ist okay. Hatte vermutet da stünde anderes drin.

                          Aber offenbar ist da doch irgendwas kaputt.

                          S Offline
                          S Offline
                          SchAndy
                          wrote on last edited by SchAndy
                          #16

                          @thomas-braun mh..
                          Komisch halt, dass es erst so ist, nachdem ich iobroker fix ausgeführt habe.. vorher lief der iobroker noch... Und jetzt ist er kaputt.
                          Neues System aufsetzen wird warten müssen. Dafür brauche ich Zeit, weil dann muss ich auch mein Homematic im docker neu aufsetzen..

                          Thomas BraunT 1 Reply Last reply
                          0
                          • S SchAndy

                            @thomas-braun mh..
                            Komisch halt, dass es erst so ist, nachdem ich iobroker fix ausgeführt habe.. vorher lief der iobroker noch... Und jetzt ist er kaputt.
                            Neues System aufsetzen wird warten müssen. Dafür brauche ich Zeit, weil dann muss ich auch mein Homematic im docker neu aufsetzen..

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

                            @schandy sagte in ioBroker startet nach Stromausfall nicht:

                            vorher lief der iobroker noch... Und jetzt ist er kaputt.

                            Der fixer macht aber den ioBroker nicht kaputt. Im Gegenteil.

                            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

                            S 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @schandy sagte in ioBroker startet nach Stromausfall nicht:

                              vorher lief der iobroker noch... Und jetzt ist er kaputt.

                              Der fixer macht aber den ioBroker nicht kaputt. Im Gegenteil.

                              S Offline
                              S Offline
                              SchAndy
                              wrote on last edited by
                              #18

                              @thomas-braun
                              Mag sein, ich kann nur sagen wie es war. Ich habe sonst keine System Daten gelöscht. Evtl konnte der fixer ja irgendwas nicht auf die Karte schreiben weiß der Geier..

                              HomoranH 1 Reply Last reply
                              0
                              • S SchAndy

                                @thomas-braun
                                Mag sein, ich kann nur sagen wie es war. Ich habe sonst keine System Daten gelöscht. Evtl konnte der fixer ja irgendwas nicht auf die Karte schreiben weiß der Geier..

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

                                @schandy sagte in ioBroker startet nach Stromausfall nicht:

                                Evtl konnte der fixer ja irgendwas nicht auf die Karte schreiben

                                möglich, wenn

                                nach Stromausfall

                                das Dateisystem zerschossen war

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                S 1 Reply Last reply
                                0
                                • HomoranH Homoran

                                  @schandy sagte in ioBroker startet nach Stromausfall nicht:

                                  Evtl konnte der fixer ja irgendwas nicht auf die Karte schreiben

                                  möglich, wenn

                                  nach Stromausfall

                                  das Dateisystem zerschossen war

                                  S Offline
                                  S Offline
                                  SchAndy
                                  wrote on last edited by
                                  #20

                                  ich habe jetzt mal iobroker neu installiert nochmal einfach so. Alte daten umbenannt in iobroker_
                                  dann installiert. Restore, läuft.. warum auch immer

                                  S 1 Reply Last reply
                                  0
                                  • S SchAndy

                                    ich habe jetzt mal iobroker neu installiert nochmal einfach so. Alte daten umbenannt in iobroker_
                                    dann installiert. Restore, läuft.. warum auch immer

                                    S Offline
                                    S Offline
                                    SchAndy
                                    wrote on last edited by
                                    #21

                                    Kann ich dann wohl den alten Ordner mit dem namen iobroker_ löschen?

                                    1 Reply Last reply
                                    0

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    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

                                    540

                                    Online

                                    32.7k

                                    Users

                                    82.6k

                                    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