Announcement

Collapse
No announcement yet.

Network monitor

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Network monitor

    What's the best network monitor script or plugin?

    I have seen many on the forum and not sure which way to go. My assigned IP devices are now over 30 and I think I'd like to be to see who/what is on-line. These include iPhones, iPads, iPods, computers, laptops, routers, switches, cameras, tablets, etc.

    thanks

    #2
    There are probably as many opinions as there are options but, Ultramon has served the purpose quite well here for a number of years.
    Real courage is not securing your Wi-Fi network.

    Comment


      #3
      Depends on what you want to do. Jon00's scripts work well and are donationware.

      --Dan
      Tasker, to a person who does Homeautomation...is like walking up to a Crack Treatment facility with a truck full of 3lb bags of crack. Then for each person that walks in and out smack them in the face with an open bag.

      Comment


        #4
        I find it easier to create my own devices for each pingable device and one event triggered every 28 minutes or so (I vary the times so the pings don't occur simultaneously). I used to use Jons plugin, but at the time all of the pings went out together and caused issues on my network.

        Each device on the Status page also has a Ping button for immediate trigger of the script.
        Here is a sample script I run for each event:
        PHP Code:
        Sub main()
         
         
        Dim strHoststrDeviceCodebAlive
         strHost 
        "192.168.0.4"
         
        strDeviceCode "N3"
         
        bAlive 1
         bAlive 
        hs.Ping(Cstr(strHost),5
         If 
        bAlive 0 Then
                        hs
        .SetDeviceString strDeviceCode"0n"
          
        If hs.DeviceStatus(strDeviceCode) <> "2" Then
                        hs
        .SetDeviceStatus strDeviceCode"2"
                        
        end If
                else
                        
        hs.SetDeviceString strDeviceCode"0ff"       
          
        If hs.DeviceStatus(strDeviceCode) <> "3" Then
                        hs
        .SetDeviceStatus strDeviceCode"3"
                        
        end If
                
        end If
        '        hs.WriteLog "debug",bAlive
        '
        Only need to run next line once to add Ping button
        '        hs.DeviceButtonAdd strDeviceCode, "ping_dan.txt("""","""")", "Ping"
        '
        Only need to run next line once if you want to remove Ping button
        '        hs.DeviceButtonRemove strDeviceCode, "Ping"
        End Sub 
        Hope this helps...
        Attached Files
        Last edited by ameridan; February 22, 2012, 11:39 AM.

        Comment


          #5
          +1 for Ultramon
          Plugins:
          BLLogMonitor, BLGarbage, BLBackup, BLOutGoingCalls, BLUps, BLRfid, JvEss, DooMotion, Applied Digital Ocelot, AC RF Processor, UltraMon, PJC AVR 430, UPB, Rain8net, DSC Panel, JRiver Media center, Windows Media Player, SageMediaCenter, SnevlCID, MCSTemperature.

          Comment


            #6
            +2 for Ultramon
            Mike

            Comment


              #7
              Originally posted by ameridan View Post
              I used to use Jons plugin, but at the time all of the pings went out together and caused issues on my network.
              Just for the record, this is incorrect. For network detection, the pings are sent sequentially and always have!
              Jon

              Comment


                #8
                + Ultramon many years now
                and
                + Jon's Plugin just a week or so

                Both work fine. Most likely will move to Jon's plugin. Just for some integration with the Touch clients.
                - Pete

                Auto mator
                Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
                Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
                HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

                HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
                HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

                X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

                Comment


                  #9
                  Originally posted by jon00 View Post
                  Just for the record, this is incorrect. For network detection, the pings are sent sequentially and always have!
                  Sorry Jon - I guess it was a different network "plugin" (back in the HS ver 1.6 era) that caused me problems. The script I used from you years ago was the Comic pages. Guess thats why I'm in the old-farts club

                  Comment

                  Working...
                  X