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. Skripten / Logik
  4. JavaScript
  5. Suche anwesensheits skript

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    21
    1
    850

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

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

Suche anwesensheits skript

Scheduled Pinned Locked Moved JavaScript
111 Posts 8 Posters 9.8k Views 7 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.
  • D denjo

    @Albert-K weiß gar nicht wie man sowas macht

    A Offline
    A Offline
    Ahnungsbefreit
    wrote on last edited by
    #42

    @denjo So:

    root@ioBVM-produktiv:~# ping fritz.box
    PING fritz.box(fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770)) 56 data bytes
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=1 ttl=64 time=0.700 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=2 ttl=64 time=1.25 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=3 ttl=64 time=1.37 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=4 ttl=64 time=1.15 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=5 ttl=64 time=1.30 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=6 ttl=64 time=1.31 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=7 ttl=64 time=0.992 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=8 ttl=64 time=1.34 ms
    64 bytes from fritz.box (2003:de:7713:9500:cece:1eff:feb1:b770): icmp_seq=9 ttl=64 time=1.31 ms
    ^C
    --- fritz.box ping statistics ---
    9 packets transmitted, 9 received, 0% packet loss, time 21ms
    rtt min/avg/max/mdev = 0.700/1.191/1.368/0.205 ms
    
    

    Wenn meine Antwort hilfreich war, dürft Ihr das gerne durch einen "Upvote" (der kleine "^" unten rechts) zum Ausdruck bringen.

    1 Reply Last reply
    0
    • D denjo

      @Albert-K weiß gar nicht wie man sowas macht

      Albert KA Offline
      Albert KA Offline
      Albert K
      wrote on last edited by
      #43

      @denjo

      am Command prompt einfach eingeben: ping <IP_der_Fritzbox>

      zum abbrechen Strg-C

      D 1 Reply Last reply
      0
      • Albert KA Albert K

        @denjo

        am Command prompt einfach eingeben: ping <IP_der_Fritzbox>

        zum abbrechen Strg-C

        D Offline
        D Offline
        denjo
        wrote on last edited by
        #44

        @Albert-K

        pi@raspberrypi:~ $ ping fritz.box
        PING fritz.box (192.168.178.1) 56(84) bytes of data.
        64 bytes from fritz.box (192.168.178.1): icmp_seq=1 ttl=64 time=0.499 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=2 ttl=64 time=0.468 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=3 ttl=64 time=0.558 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=4 ttl=64 time=0.513 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=5 ttl=64 time=0.432 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=6 ttl=64 time=0.486 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=7 ttl=64 time=0.521 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=8 ttl=64 time=0.479 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=9 ttl=64 time=0.486 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=10 ttl=64 time=0.510 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=11 ttl=64 time=0.515 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=12 ttl=64 time=0.587 ms
        64 bytes from fritz.box (192.168.178.1): icmp_seq=13 ttl=64 time=1.64 ms
        ^C
        --- fritz.box ping statistics ---
        13 packets transmitted, 13 received, 0% packet loss, time 492ms
        rtt min/avg/max/mdev = 0.432/0.591/1.640/0.306 ms
        
        
        Albert KA 1 Reply Last reply
        0
        • D denjo

          @Albert-K

          pi@raspberrypi:~ $ ping fritz.box
          PING fritz.box (192.168.178.1) 56(84) bytes of data.
          64 bytes from fritz.box (192.168.178.1): icmp_seq=1 ttl=64 time=0.499 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=2 ttl=64 time=0.468 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=3 ttl=64 time=0.558 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=4 ttl=64 time=0.513 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=5 ttl=64 time=0.432 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=6 ttl=64 time=0.486 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=7 ttl=64 time=0.521 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=8 ttl=64 time=0.479 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=9 ttl=64 time=0.486 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=10 ttl=64 time=0.510 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=11 ttl=64 time=0.515 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=12 ttl=64 time=0.587 ms
          64 bytes from fritz.box (192.168.178.1): icmp_seq=13 ttl=64 time=1.64 ms
          ^C
          --- fritz.box ping statistics ---
          13 packets transmitted, 13 received, 0% packet loss, time 492ms
          rtt min/avg/max/mdev = 0.432/0.591/1.640/0.306 ms
          
          
          Albert KA Offline
          Albert KA Offline
          Albert K
          wrote on last edited by
          #45

          @denjo

          Lass es mal länger laufen, so etwa eine Minute

          D 1 Reply Last reply
          0
          • Albert KA Albert K

            @denjo

            Lass es mal länger laufen, so etwa eine Minute

            D Offline
            D Offline
            denjo
            wrote on last edited by
            #46

            @Albert-K

            pi@raspberrypi:~ $ ping fritz.box
            PING fritz.box (192.168.178.1) 56(84) bytes of data.
            64 bytes from fritz.box (192.168.178.1): icmp_seq=1 ttl=64 time=0.476 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=2 ttl=64 time=0.602 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=3 ttl=64 time=0.530 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=4 ttl=64 time=0.571 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=5 ttl=64 time=0.588 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=6 ttl=64 time=0.591 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=7 ttl=64 time=0.421 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=8 ttl=64 time=0.553 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=9 ttl=64 time=0.616 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=10 ttl=64 time=0.425 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=11 ttl=64 time=0.440 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=12 ttl=64 time=0.568 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=13 ttl=64 time=0.509 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=14 ttl=64 time=0.448 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=15 ttl=64 time=0.555 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=16 ttl=64 time=0.597 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=17 ttl=64 time=0.576 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=18 ttl=64 time=0.558 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=19 ttl=64 time=0.573 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=20 ttl=64 time=0.541 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=21 ttl=64 time=0.587 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=22 ttl=64 time=0.354 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=23 ttl=64 time=0.622 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=24 ttl=64 time=0.556 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=25 ttl=64 time=1.30 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=26 ttl=64 time=0.546 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=27 ttl=64 time=0.576 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=28 ttl=64 time=0.565 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=29 ttl=64 time=0.539 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=30 ttl=64 time=0.474 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=31 ttl=64 time=0.600 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=32 ttl=64 time=0.579 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=33 ttl=64 time=0.438 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=34 ttl=64 time=0.615 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=35 ttl=64 time=0.557 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=36 ttl=64 time=0.633 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=37 ttl=64 time=0.604 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=38 ttl=64 time=0.616 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=39 ttl=64 time=0.549 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=40 ttl=64 time=0.724 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=41 ttl=64 time=0.419 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=42 ttl=64 time=0.624 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=43 ttl=64 time=0.604 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=44 ttl=64 time=0.550 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=45 ttl=64 time=0.714 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=46 ttl=64 time=0.543 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=47 ttl=64 time=0.647 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=48 ttl=64 time=0.721 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=49 ttl=64 time=0.540 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=50 ttl=64 time=0.635 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=51 ttl=64 time=0.508 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=52 ttl=64 time=0.602 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=53 ttl=64 time=0.643 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=54 ttl=64 time=0.530 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=55 ttl=64 time=0.510 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=56 ttl=64 time=0.390 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=57 ttl=64 time=1.20 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=58 ttl=64 time=0.610 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=59 ttl=64 time=0.580 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=60 ttl=64 time=0.633 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=61 ttl=64 time=0.629 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=62 ttl=64 time=0.627 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=63 ttl=64 time=0.711 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=64 ttl=64 time=0.616 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=65 ttl=64 time=0.533 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=66 ttl=64 time=0.633 ms
            64 bytes from fritz.box (192.168.178.1): icmp_seq=67 ttl=64 time=0.608 ms
            ^C
            --- fritz.box ping statistics ---
            67 packets transmitted, 67 received, 0% packet loss, time 708ms
            rtt min/avg/max/mdev = 0.354/0.587/1.303/0.139 ms
            pi@raspberrypi:~ $
            
            
            Albert KA 1 Reply Last reply
            0
            • D denjo

              @Albert-K

              pi@raspberrypi:~ $ ping fritz.box
              PING fritz.box (192.168.178.1) 56(84) bytes of data.
              64 bytes from fritz.box (192.168.178.1): icmp_seq=1 ttl=64 time=0.476 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=2 ttl=64 time=0.602 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=3 ttl=64 time=0.530 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=4 ttl=64 time=0.571 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=5 ttl=64 time=0.588 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=6 ttl=64 time=0.591 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=7 ttl=64 time=0.421 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=8 ttl=64 time=0.553 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=9 ttl=64 time=0.616 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=10 ttl=64 time=0.425 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=11 ttl=64 time=0.440 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=12 ttl=64 time=0.568 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=13 ttl=64 time=0.509 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=14 ttl=64 time=0.448 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=15 ttl=64 time=0.555 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=16 ttl=64 time=0.597 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=17 ttl=64 time=0.576 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=18 ttl=64 time=0.558 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=19 ttl=64 time=0.573 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=20 ttl=64 time=0.541 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=21 ttl=64 time=0.587 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=22 ttl=64 time=0.354 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=23 ttl=64 time=0.622 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=24 ttl=64 time=0.556 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=25 ttl=64 time=1.30 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=26 ttl=64 time=0.546 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=27 ttl=64 time=0.576 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=28 ttl=64 time=0.565 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=29 ttl=64 time=0.539 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=30 ttl=64 time=0.474 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=31 ttl=64 time=0.600 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=32 ttl=64 time=0.579 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=33 ttl=64 time=0.438 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=34 ttl=64 time=0.615 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=35 ttl=64 time=0.557 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=36 ttl=64 time=0.633 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=37 ttl=64 time=0.604 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=38 ttl=64 time=0.616 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=39 ttl=64 time=0.549 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=40 ttl=64 time=0.724 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=41 ttl=64 time=0.419 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=42 ttl=64 time=0.624 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=43 ttl=64 time=0.604 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=44 ttl=64 time=0.550 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=45 ttl=64 time=0.714 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=46 ttl=64 time=0.543 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=47 ttl=64 time=0.647 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=48 ttl=64 time=0.721 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=49 ttl=64 time=0.540 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=50 ttl=64 time=0.635 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=51 ttl=64 time=0.508 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=52 ttl=64 time=0.602 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=53 ttl=64 time=0.643 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=54 ttl=64 time=0.530 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=55 ttl=64 time=0.510 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=56 ttl=64 time=0.390 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=57 ttl=64 time=1.20 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=58 ttl=64 time=0.610 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=59 ttl=64 time=0.580 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=60 ttl=64 time=0.633 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=61 ttl=64 time=0.629 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=62 ttl=64 time=0.627 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=63 ttl=64 time=0.711 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=64 ttl=64 time=0.616 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=65 ttl=64 time=0.533 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=66 ttl=64 time=0.633 ms
              64 bytes from fritz.box (192.168.178.1): icmp_seq=67 ttl=64 time=0.608 ms
              ^C
              --- fritz.box ping statistics ---
              67 packets transmitted, 67 received, 0% packet loss, time 708ms
              rtt min/avg/max/mdev = 0.354/0.587/1.303/0.139 ms
              pi@raspberrypi:~ $
              
              
              Albert KA Offline
              Albert KA Offline
              Albert K
              wrote on last edited by
              #47

              @denjo

              sieht ok aus.

              Und der Poll Intervall im TR064 Adapter ist auf wieviel Sekunden gestellt?

              D 2 Replies Last reply
              0
              • Albert KA Albert K

                @denjo

                sieht ok aus.

                Und der Poll Intervall im TR064 Adapter ist auf wieviel Sekunden gestellt?

                D Offline
                D Offline
                denjo
                wrote on last edited by
                #48

                @Albert-K 10 sekunden, kann es sein das meine fritzbox überlastet ist mit den ganzen wlan geräten. habe durch iobroker usw in den letzten jahren halt echt viele.
                habe gerade 34 geräte online und fritzbox 7580

                Albert KA 1 Reply Last reply
                0
                • Albert KA Albert K

                  @denjo

                  sieht ok aus.

                  Und der Poll Intervall im TR064 Adapter ist auf wieviel Sekunden gestellt?

                  D Offline
                  D Offline
                  denjo
                  wrote on last edited by
                  #49

                  @Albert-K oder der raspi 4 zu wenig ram 2GB ???

                  Albert KA 1 Reply Last reply
                  0
                  • D denjo

                    @Albert-K 10 sekunden, kann es sein das meine fritzbox überlastet ist mit den ganzen wlan geräten. habe durch iobroker usw in den letzten jahren halt echt viele.
                    habe gerade 34 geräte online und fritzbox 7580

                    Albert KA Offline
                    Albert KA Offline
                    Albert K
                    wrote on last edited by
                    #50

                    @denjo

                    Glaube ich nicht. Ich habe etwa 70 Smart Home Geräte und noch fast keine Probleme.

                    Wo allerdings ein von AVM bestätigtes Problem besteht ist die Auslastung bei bestimmten Anzeigen. ZB die Auflistung aller Netzwerk Geräte, speziell wenn viele davon dhcp nutzen. Dort sollte öfter mal ganz unten nach der Liste der Button "Entfernen" geklickt werden.

                    Meine 7490 war dadurch so lahm dass sie gar nicht mehr reagiert hat. Das hatte dann auch Auswirkungen auf meinen iobroker.

                    D 1 Reply Last reply
                    0
                    • Albert KA Albert K

                      @denjo

                      Glaube ich nicht. Ich habe etwa 70 Smart Home Geräte und noch fast keine Probleme.

                      Wo allerdings ein von AVM bestätigtes Problem besteht ist die Auslastung bei bestimmten Anzeigen. ZB die Auflistung aller Netzwerk Geräte, speziell wenn viele davon dhcp nutzen. Dort sollte öfter mal ganz unten nach der Liste der Button "Entfernen" geklickt werden.

                      Meine 7490 war dadurch so lahm dass sie gar nicht mehr reagiert hat. Das hatte dann auch Auswirkungen auf meinen iobroker.

                      D Offline
                      D Offline
                      denjo
                      wrote on last edited by
                      #51

                      @Albert-K okay werde es heut abend mal weiter probieren. Danke erst mal

                      1 Reply Last reply
                      0
                      • D denjo

                        @Albert-K oder der raspi 4 zu wenig ram 2GB ???

                        Albert KA Offline
                        Albert KA Offline
                        Albert K
                        wrote on last edited by
                        #52

                        @denjo

                        Es gibt eine nette App für android "RasPi Check". Damit kannst Du die Auslastung sehen und SSH Befehle absetzen.

                        Ich habe einen Raspi 4/4GB, etwa 30 Adapter. CPU Auslastung etwa30 bis 40%, RAM unter 50%. Mit einem 2GB Raspi könnte es also u.U schon knapp werden.

                        1 Reply Last reply
                        0
                        • NegaleinN Offline
                          NegaleinN Offline
                          Negalein
                          Global Moderator
                          wrote on last edited by
                          #53

                          @denjo

                          die 7.21 ist zT der größte Verhau.
                          Bei meiner 7580 hab ich die selben Probleme wie du.

                          Ich steig auf Unifi um, da funktionierts wunderbar.

                          ° Node.js: 20.17.0 NPM: 10.8.2
                          ° Proxmox, Ubuntu 22.04.3 LTS
                          ° Fixer ---> iob fix

                          D Albert KA 3 Replies Last reply
                          0
                          • NegaleinN Negalein

                            @denjo

                            die 7.21 ist zT der größte Verhau.
                            Bei meiner 7580 hab ich die selben Probleme wie du.

                            Ich steig auf Unifi um, da funktionierts wunderbar.

                            D Offline
                            D Offline
                            denjo
                            wrote on last edited by
                            #54

                            @Negalein hab mir jetzt ein 8gb bestellt und was ist unifi

                            Thomas BraunT 1 Reply Last reply
                            0
                            • D denjo

                              @Negalein hab mir jetzt ein 8gb bestellt und was ist unifi

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

                              @denjo Da klemmt es eher nicht auf dem Pi, sondern auf der Fritte.
                              Also deswegen hättest du keinen neuen Pi bestellen müssen.

                              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
                              • NegaleinN Negalein

                                @denjo

                                die 7.21 ist zT der größte Verhau.
                                Bei meiner 7580 hab ich die selben Probleme wie du.

                                Ich steig auf Unifi um, da funktionierts wunderbar.

                                Albert KA Offline
                                Albert KA Offline
                                Albert K
                                wrote on last edited by Albert K
                                #56

                                @Negalein

                                Unifi ist schon nice. Vor allem wenn USG/USwitch/APs und Cloud Key vorhanden. Aber glaube nicht dass es da keine Probleme gibt :)

                                Da habe ich schon Nächte durchgeschwitzt :cold_sweat: (kommerzielles Umfeld) Brauchst auf jeden Fall gute Englisch Kenntnisse :)

                                Meine Fritzbox 7490 läuft nach mehrmaliger Säuberungs Aktion nun aber wieder spürbar besser.

                                1 Reply Last reply
                                0
                                • NegaleinN Negalein

                                  @denjo

                                  die 7.21 ist zT der größte Verhau.
                                  Bei meiner 7580 hab ich die selben Probleme wie du.

                                  Ich steig auf Unifi um, da funktionierts wunderbar.

                                  D Offline
                                  D Offline
                                  denjo
                                  wrote on last edited by
                                  #57

                                  @Negalein kurze frage ich kenne mich damit aber nicht so aus wie ihr:
                                  kann der Adapter nicht angepasst werden das er merk wie in den einem bild von mir wenn das gerät keine verbindung mehr hat?

                                  HomoranH 1 Reply Last reply
                                  0
                                  • D denjo

                                    @Negalein kurze frage ich kenne mich damit aber nicht so aus wie ihr:
                                    kann der Adapter nicht angepasst werden das er merk wie in den einem bild von mir wenn das gerät keine verbindung mehr hat?

                                    HomoranH Offline
                                    HomoranH Offline
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #58

                                    @denjo Wenn die Fritzbox es erst nach 10 Minuten als offline meldet, kann der Adapter es vorher auch nicht wissen

                                    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 -

                                    D 1 Reply Last reply
                                    0
                                    • J Offline
                                      J Offline
                                      Jan1
                                      wrote on last edited by Jan1
                                      #59

                                      TR-064 4 Sekunden vom deaktivieren des Handy WLAN bis zur false Meldung im Adapter. Also bei Euch stimmt was nicht. Auf true wars dann nach 3 Sekunden beim Aktivieren.

                                      Ich habe die 7590 mit BETA 7.24

                                      D NegaleinN Albert KA 3 Replies Last reply
                                      0
                                      • HomoranH Homoran

                                        @denjo Wenn die Fritzbox es erst nach 10 Minuten als offline meldet, kann der Adapter es vorher auch nicht wissen

                                        D Offline
                                        D Offline
                                        denjo
                                        wrote on last edited by
                                        #60

                                        @Homoran also wenn ich keine verindung mehr habe sieht das so aus wie im bild.
                                        ist nur eine frage08-12-_2020_13-34-52.png

                                        HomoranH 1 Reply Last reply
                                        0
                                        • J Jan1

                                          TR-064 4 Sekunden vom deaktivieren des Handy WLAN bis zur false Meldung im Adapter. Also bei Euch stimmt was nicht. Auf true wars dann nach 3 Sekunden beim Aktivieren.

                                          Ich habe die 7590 mit BETA 7.24

                                          D Offline
                                          D Offline
                                          denjo
                                          wrote on last edited by
                                          #61

                                          @Jan1 es soll wohl an der FW der Fritz liegen und true geht bei mir auch mega schnell aber false dauert manchmal 5-10 min

                                          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

                                          472

                                          Online

                                          32.5k

                                          Users

                                          81.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