Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. [gelöst] Error: spawn /bin/ping ENOENT nach Update

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.2k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.5k

[gelöst] Error: spawn /bin/ping ENOENT nach Update

Geplant Angeheftet Gesperrt Verschoben Error/Bug
12 Beiträge 4 Kommentatoren 1.6k Aufrufe 2 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • GlasfaserG Glasfaser

    @peterimnetz sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

    ENOENT

    Zeige mal die Ausgabe von :

    iobroker status
    
    which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
    

    dann versuche mal :

    pkill -u iobroker
    iobroker fix
    

    und anschließend den Container neu starten.

    P Offline
    P Offline
    PeterImNetz
    schrieb am zuletzt editiert von
    #3

    @glasfaser

    Habe ich alles gemacht:

    root@9f56db605ef8:/opt/iobroker# iobroker status
    iobroker is running on this host.
    
    
    Objects type: file
    States  type: file
    root@9f56db605ef8:/opt/iobroker#
    
    root@9f56db605ef8:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
    /usr/bin/node
    /usr/bin/npm
    root@9f56db605ef8:/opt/iobroker#
    
    root@9f56db605ef8:/opt/iobroker# iobroker fix
    library: loaded
    Library version=2021-08-05
    
    ==========================================================================
    
        Welcome to the ioBroker installation fixer!
        Script version: 2021-04-07
    
    ==========================================================================
    
    
    ==========================================================================
        Installing prerequisites (1/3)
    ==========================================================================
    
    Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
    Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44,1 kB]                    
    Get:3 https://deb.nodesource.com/node_12.x bullseye InRelease [4.586 B]                                                
    Get:4 http://deb.debian.org/debian bullseye-updates InRelease [39,4 kB]
    Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [41,5 kB]
    Get:6 http://deb.debian.org/debian bullseye/main amd64 Packages [8.178 kB]
    Get:7 https://deb.nodesource.com/node_12.x bullseye/main amd64 Packages [768 B]
    Get:8 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2.300 B]
    Fetched 8.423 kB in 2s (3.405 kB/s)                         
    Reading package lists... Done
    Installed gcc-c++
    Installed python-dev
    
    ==========================================================================
        Checking ioBroker user and directory permissions (2/3)
    ==========================================================================
    
    Created /etc/sudoers.d/iobroker
    Fixing directory permissions...
    
    ==========================================================================
        Checking autostart (3/3)
    ==========================================================================
    
    Unsupported init system, cannot enable autostart!
    
    ==========================================================================
    
        Your installation was fixed successfully
        Run iobroker start to start ioBroker again!
    
    ==========================================================================
    

    Das ändert leider nichts, nach dem Neustart des Containers kommt immer noch die Fehlermeldung

    ping.0
    	2021-10-02 13:05:36.820	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    ping.0
    	2021-10-02 13:05:36.816	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    ping.0
    	2021-10-02 13:05:36.811	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    ping.0
    	2021-10-02 13:05:36.807	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    ping.0
    	2021-10-02 13:05:36.803	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    ping.0
    	2021-10-02 13:05:36.798	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    ping.0
    	2021-10-02 13:05:36.793	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
    
    GlasfaserG Thomas BraunT 2 Antworten Letzte Antwort
    0
    • P PeterImNetz

      @glasfaser

      Habe ich alles gemacht:

      root@9f56db605ef8:/opt/iobroker# iobroker status
      iobroker is running on this host.
      
      
      Objects type: file
      States  type: file
      root@9f56db605ef8:/opt/iobroker#
      
      root@9f56db605ef8:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
      /usr/bin/node
      /usr/bin/npm
      root@9f56db605ef8:/opt/iobroker#
      
      root@9f56db605ef8:/opt/iobroker# iobroker fix
      library: loaded
      Library version=2021-08-05
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2021-04-07
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
      Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44,1 kB]                    
      Get:3 https://deb.nodesource.com/node_12.x bullseye InRelease [4.586 B]                                                
      Get:4 http://deb.debian.org/debian bullseye-updates InRelease [39,4 kB]
      Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [41,5 kB]
      Get:6 http://deb.debian.org/debian bullseye/main amd64 Packages [8.178 kB]
      Get:7 https://deb.nodesource.com/node_12.x bullseye/main amd64 Packages [768 B]
      Get:8 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2.300 B]
      Fetched 8.423 kB in 2s (3.405 kB/s)                         
      Reading package lists... Done
      Installed gcc-c++
      Installed python-dev
      
      ==========================================================================
          Checking ioBroker user and directory permissions (2/3)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...
      
      ==========================================================================
          Checking autostart (3/3)
      ==========================================================================
      
      Unsupported init system, cannot enable autostart!
      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      

      Das ändert leider nichts, nach dem Neustart des Containers kommt immer noch die Fehlermeldung

      ping.0
      	2021-10-02 13:05:36.820	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      ping.0
      	2021-10-02 13:05:36.816	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      ping.0
      	2021-10-02 13:05:36.811	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      ping.0
      	2021-10-02 13:05:36.807	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      ping.0
      	2021-10-02 13:05:36.803	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      ping.0
      	2021-10-02 13:05:36.798	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      ping.0
      	2021-10-02 13:05:36.793	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
      
      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      schrieb am zuletzt editiert von
      #4

      @peterimnetz sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

      /usr/bin/node

      /usr/bin/npm

      Da fehlt einiges ... da sollte mehr kommen

      nochmal :

      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
      

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      GlasfaserG 1 Antwort Letzte Antwort
      0
      • P PeterImNetz

        Ich habe heute meinen ibroker im Docker (buanet) auf den JS controller auf 3.3.18 aktualisiert.

        Seitdem bekomme ich massenhaft Fehlermeldungen von meinem ping Adapter. Das ist sicher ein Rechteproblem, aber wie kann ich das fixen?

        ping.0
        	2021-10-02 11:02:49.410	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        ping.0
        	2021-10-02 11:02:49.405	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        ping.0
        	2021-10-02 11:02:49.401	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        ping.0
        	2021-10-02 11:02:49.396	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        ping.0
        	2021-10-02 11:02:49.391	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        ping.0
        	2021-10-02 11:02:49.385	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        ping.0
        	2021-10-02 11:02:49.379	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
        
        AlCalzoneA Offline
        AlCalzoneA Offline
        AlCalzone
        Developer
        schrieb am zuletzt editiert von
        #5

        @peterimnetz sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

        ENOENT

        bedeutet, dass das Programm nicht existiert. Ist der Pfad /bin/ping denn im Container vorhanden?

        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

        1 Antwort Letzte Antwort
        0
        • P PeterImNetz

          @glasfaser

          Habe ich alles gemacht:

          root@9f56db605ef8:/opt/iobroker# iobroker status
          iobroker is running on this host.
          
          
          Objects type: file
          States  type: file
          root@9f56db605ef8:/opt/iobroker#
          
          root@9f56db605ef8:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
          /usr/bin/node
          /usr/bin/npm
          root@9f56db605ef8:/opt/iobroker#
          
          root@9f56db605ef8:/opt/iobroker# iobroker fix
          library: loaded
          Library version=2021-08-05
          
          ==========================================================================
          
              Welcome to the ioBroker installation fixer!
              Script version: 2021-04-07
          
          ==========================================================================
          
          
          ==========================================================================
              Installing prerequisites (1/3)
          ==========================================================================
          
          Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
          Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44,1 kB]                    
          Get:3 https://deb.nodesource.com/node_12.x bullseye InRelease [4.586 B]                                                
          Get:4 http://deb.debian.org/debian bullseye-updates InRelease [39,4 kB]
          Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [41,5 kB]
          Get:6 http://deb.debian.org/debian bullseye/main amd64 Packages [8.178 kB]
          Get:7 https://deb.nodesource.com/node_12.x bullseye/main amd64 Packages [768 B]
          Get:8 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2.300 B]
          Fetched 8.423 kB in 2s (3.405 kB/s)                         
          Reading package lists... Done
          Installed gcc-c++
          Installed python-dev
          
          ==========================================================================
              Checking ioBroker user and directory permissions (2/3)
          ==========================================================================
          
          Created /etc/sudoers.d/iobroker
          Fixing directory permissions...
          
          ==========================================================================
              Checking autostart (3/3)
          ==========================================================================
          
          Unsupported init system, cannot enable autostart!
          
          ==========================================================================
          
              Your installation was fixed successfully
              Run iobroker start to start ioBroker again!
          
          ==========================================================================
          

          Das ändert leider nichts, nach dem Neustart des Containers kommt immer noch die Fehlermeldung

          ping.0
          	2021-10-02 13:05:36.820	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          ping.0
          	2021-10-02 13:05:36.816	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          ping.0
          	2021-10-02 13:05:36.811	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          ping.0
          	2021-10-02 13:05:36.807	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          ping.0
          	2021-10-02 13:05:36.803	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          ping.0
          	2021-10-02 13:05:36.798	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          ping.0
          	2021-10-02 13:05:36.793	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #6

          @peterimnetz

          ping darf u. U. nur mit root-Rechten ausgeführt werden. Da muss wohl dem iobroker noch was eingeräumt werden. Aber von Docker hab ich keinen Plan.

          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

          GlasfaserG 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @peterimnetz

            ping darf u. U. nur mit root-Rechten ausgeführt werden. Da muss wohl dem iobroker noch was eingeräumt werden. Aber von Docker hab ich keinen Plan.

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von Glasfaser
            #7

            @thomas-braun sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

            Aber von Docker hab ich keinen Plan.

            Kann man das gleiche machen :

            https://forum.iobroker.net/topic/45347/ping-adapter-liefert-unter-ubuntu-nur-false/8

            @PeterImNetz
            Bitte erstmal die Ausgabe von oben angefordert Posten
            dann
            Zeige mal :

            ls -la /bin/ping
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            P 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @thomas-braun sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

              Aber von Docker hab ich keinen Plan.

              Kann man das gleiche machen :

              https://forum.iobroker.net/topic/45347/ping-adapter-liefert-unter-ubuntu-nur-false/8

              @PeterImNetz
              Bitte erstmal die Ausgabe von oben angefordert Posten
              dann
              Zeige mal :

              ls -la /bin/ping
              
              P Offline
              P Offline
              PeterImNetz
              schrieb am zuletzt editiert von
              #8

              @glasfaser said in Error: spawn /bin/ping ENOENT nach Update JS controller:

              ls -la /bin/ping

              So einfach ist das - es gibt kein ping in dem Container :man-facepalming:

              root@9f56db605ef8:/opt/iobroker# ls -la /bin/ping
              ls: cannot access '/bin/ping': No such file or directory
              

              OK, Danke - das erklärt es natürlich...

              1 Antwort Letzte Antwort
              0
              • GlasfaserG Glasfaser

                @peterimnetz sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

                /usr/bin/node

                /usr/bin/npm

                Da fehlt einiges ... da sollte mehr kommen

                nochmal :

                which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                
                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von Glasfaser
                #9

                @PeterImNetz

                @glasfaser sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:
                Da fehlt einiges ... da sollte mehr kommen
                nochmal :
                which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

                Nochmal :
                Was ist hiermit .... da fehlte die hälfte der Ausgabe !?

                EDIT:

                nimm mal bei dir :

                which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                P 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @PeterImNetz

                  @glasfaser sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:
                  Da fehlt einiges ... da sollte mehr kommen
                  nochmal :
                  which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

                  Nochmal :
                  Was ist hiermit .... da fehlte die hälfte der Ausgabe !?

                  EDIT:

                  nimm mal bei dir :

                  which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                  
                  P Offline
                  P Offline
                  PeterImNetz
                  schrieb am zuletzt editiert von PeterImNetz
                  #10

                  @glasfaser said in Error: spawn /bin/ping ENOENT nach Update JS controller:

                  which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                  Ja, das ist ziemlich wenig
                  a3d833e4-b0f6-4692-835b-b9ea3b16455f-grafik.png

                  Ich habe keine Idee wieso das executeable weg war, aber so einfach war dann auch die Lösung...

                  1 Antwort Letzte Antwort
                  0
                  • P PeterImNetz

                    Ich habe heute meinen ibroker im Docker (buanet) auf den JS controller auf 3.3.18 aktualisiert.

                    Seitdem bekomme ich massenhaft Fehlermeldungen von meinem ping Adapter. Das ist sicher ein Rechteproblem, aber wie kann ich das fixen?

                    ping.0
                    	2021-10-02 11:02:49.410	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    ping.0
                    	2021-10-02 11:02:49.405	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    ping.0
                    	2021-10-02 11:02:49.401	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    ping.0
                    	2021-10-02 11:02:49.396	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    ping.0
                    	2021-10-02 11:02:49.391	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    ping.0
                    	2021-10-02 11:02:49.385	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    ping.0
                    	2021-10-02 11:02:49.379	error	Error: ping.probe: there was an error while executing the ping program. check the path or permissions...: Error: spawn /bin/ping ENOENT
                    
                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von Glasfaser
                    #11

                    @peterimnetz sagte in Error: spawn /bin/ping ENOENT nach Update JS controller:

                    Ich habe heute meinen ibroker im Docker (buanet)

                    Kann du uns noch verraten welche Docker Version du von buanet hast ,

                    denn der ( Fehler ) ist heute hier auch aufgetreten .

                    https://forum.iobroker.net/topic/48224/error-ping-probe-ping-und-sony-bravia-adapter

                    An JS controller auf 3.3.18 aktualisiert , kann ich mir erstmal nicht vorstellen , da ich auch ein buanet Docker habe .

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    1 Antwort Letzte Antwort
                    0
                    • P Offline
                      P Offline
                      PeterImNetz
                      schrieb am zuletzt editiert von PeterImNetz
                      #12

                      Works as desired - https://github.com/buanet/ioBroker.docker/issues/200#issuecomment-932781681

                      Mit der Umstellung auf Debian Bullseye slim v5.2.0 gibt es kein ping mehr im Docker

                      Das Paket iputils-ping muss nun manuell mit beim Bauen des Containers berücksichtigt werden:
                      48837368-5d7a-4ba9-a201-c74ad311480d-grafik.png

                      1 Antwort Letzte Antwort
                      0
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      766

                      Online

                      32.5k

                      Benutzer

                      81.7k

                      Themen

                      1.3m

                      Beiträge
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Anmelden

                      • Du hast noch kein Konto? Registrieren

                      • Anmelden oder registrieren, um zu suchen
                      • Erster Beitrag
                        Letzter Beitrag
                      0
                      • Home
                      • Aktuell
                      • Tags
                      • Ungelesen 0
                      • Kategorien
                      • Unreplied
                      • Beliebt
                      • GitHub
                      • Docu
                      • Hilfe