Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [Problem:] Ping adapter funktioniert nicht mehr

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    UNSOLVED [Problem:] Ping adapter funktioniert nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      stimezo Forum Testing last edited by

      Ach ja, und den Radar2, den ich mittlerweile wieder gelöscht habe 🙂

      1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 last edited by

        Kannst mal ein "npm rebuild" probieren, sonst würde ich den Adapter löschen und neu installieren.

        1 Reply Last reply Reply Quote 0
        • S
          stimezo Forum Testing last edited by stimezo

          @wendy2702 sagte in [Problem:] Ping adapter funktioniert nicht mehr:

          npm rebuild

          Danke, für den Tipp, hat schwer gerödelt, aber leider keine Änderung.
          Habe den Adapter komplett gelöscht und neuinstalliert: gleiches Ergebnis.
          Er meldet alle IPs als false???

          im log sehe ich den Befehl:

          /bin/ping -n -w 2 -c 1 192.168.0.110
          

          Wenn ich den auf der Konsole ausführe erhalte ich:

          root@orangepiplus:/opt/iobroker# /bin/ping -n -w 2 -c 1 192.168.0.110
          PING 192.168.0.110 (192.168.0.110) 56(84) bytes of data.
          64 bytes from 192.168.0.110: icmp_seq=1 ttl=64 time=31.5 ms
          
          --- 192.168.0.110 ping statistics ---
          1 packets transmitted, 1 received, 0% packet loss, time 0ms
          rtt min/avg/max/mdev = 31.501/31.501/31.501/0.000 ms
          
          

          also kein Problem. Aber der Adapter bekommt es nicht hin ?!?

          ping.0	2019-03-26 13:46:50.118	debug	Ping result for 192.168.0.110: false in -ms
          ping.0	2019-03-26 13:46:50.110	debug	System command: /bin/ping -n -w 2 -c 1 192.168.0.110
          ping.0	2019-03-26 13:46:50.108	debug	Pinging 192.168.0.110
          

          Gruß
          Christian

          S 1 Reply Last reply Reply Quote 0
          • S
            stimezo Forum Testing @stimezo last edited by

            Im Install-Log des ping mosert er wegen bluotooth rum, kann das hier reinspielen?

            $ ./iobroker add ping  --host orangepiplus
            NPM version: 4.6.1
            npm install iobroker.ping --production --save --prefix "/opt/iobroker" (System call)
            npm
             WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/@abandonware/noble/node_modules/xpc-connection):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            npm WARN onvif-snapshot@1.0.2 requires a peer of onvif@^0.5.5 but none was installed.
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @abandonware/bluetooth-hci-socket@0.5.3-1 (node_modules/@abandonware/bluetooth-hci-socket):
            npm WARN optional
             SKIPPING OPTIONAL DEPENDENCY: ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@abandonware/.bluetooth-hci-socket.DELETE/node_modules/ms' -> '/opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/node_modules/ms'
            host.orangepiplus install adapter ping
            got /opt/iobroker/node_modules/iobroker.ping/admin
            upload [2] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/words.js words.js application/javascript
            upload [1] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/ping.png ping.png image/png
            upload [0] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index.html index.html text/html
            host.orangepiplus object system.adapter.ping created
            host.orangepiplus create instance ping
            host.orangepiplus object system.adapter.ping.0.outputCount created
            host.orangepiplus object system.adapter.ping.0.inputCount created
            host.orangepiplus object system.adapter.ping.0.uptime created
            host.orangepiplus object system.adapter.ping.0.memRss created
            host.orangepiplus object system.adapter.ping.0.memHeapTotal created
            host.orangepiplus object system.adapter.ping.0.memHeapUsed created
            host.orangepiplus object system.adapter.ping.0.connected created
            host.orangepiplus object system.adapter.ping.0.alive created
            host.orangepiplus object system.adapter.ping.0 created
            process exited with code 0
            
            
            1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 last edited by

              Wenn du den als letztes Installiert hast, lösche ihn noch mal und schau ob es dann wieder geht.

              1 Reply Last reply Reply Quote 0
              • S
                stimezo Forum Testing last edited by

                BLE gelöscht, keine Änderung, Ping nochmals gelöscht und neu Installiert, gleiches log und keine Änderung.
                Ich weiss nicht was da los ist 😞

                Gruß
                Christian

                1 Reply Last reply Reply Quote 0
                • wendy2702
                  wendy2702 last edited by

                  Hm,

                  da gehen mir aktuell die Ideen aus. Nutze beide Adapter leider nicht.

                  Kann man im PING Adapter etwas einstellen?

                  Ist das auch so wenn nur ein Gerät im Adapter steht?

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    stimezo Forum Testing @wendy2702 last edited by

                    @wendy2702 sagte in [Problem:] Ping adapter funktioniert nicht mehr:

                    Hm,

                    da gehen mir aktuell die Ideen aus. Nutze beide Adapter leider nicht.

                    Kann man im PING Adapter etwas einstellen?

                    Ist das auch so wenn nur ein Gerät im Adapter steht?

                    Ist momentan nur ein Gerät zum Testen drin.
                    Einstellen kann man nur den Namen, IP und den Raum.

                    Dank Dir für deine Unterstützung.
                    Christian

                    1 Reply Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 last edited by

                      Hast du nur die Instanz "ping" gelöscht oder den kompletten Adapter?

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        stimezo Forum Testing @wendy2702 last edited by

                        @wendy2702 sagte in [Problem:] Ping adapter funktioniert nicht mehr:

                        Hast du nur die Instanz "ping" gelöscht oder den kompletten Adapter?

                        Instanz und Adapter.

                        1 Reply Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 last edited by

                          Sorry... mehr fällt mit jetzt auch nicht mehr ein.

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          597
                          Online

                          31.8k
                          Users

                          80.0k
                          Topics

                          1.3m
                          Posts

                          ping adapter fehler
                          2
                          14
                          723
                          Loading More Posts
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes
                          Reply
                          • Reply as topic
                          Log in to reply
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          The ioBroker Community 2014-2023
                          logo