Announcement

Collapse
No announcement yet.

Jon00 SNMP Monitor for Homeseer 3 & Homeseer 4

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

    #61
    Where did you get the information from for the OID?

    1.3.6.1.4.1.318.1.1.1.2.1.1.0 appears to be correct for upsBasicBatteryStatus
    Jon

    Comment


      #62
      I used GetIf 2.2 from http://www.wtcs.org/snmp4tpc/getif.htm on the page they also have a MIB library where I pulled my APC MIB file from and used the gui to identify and test my connection. FYI, I couldn't get it to install on win10 and had to use win7 instead.

      Comment


        #63
        GetIf is very old now. I'll have to search for a replacement....
        Jon

        Comment


          #64
          This MIB Browser works on Win 10 http://www.ireasoning.com/mibbrowser.shtml (Free Personal Edition)

          I hope I understood the problem. :-)

          Regards
          Morten

          Comment


            #65
            Thanks. Downloaded and works well.
            Jon

            Comment


              #66
              Jon,

              Windows Defender is detecting a virus in Jon00SNMPMonitor.exe. Can you upload a clean copy to your site?

              Thanks
              Attached Files

              Comment


                #67
                Windows defender is giving you a false positive. There are no viruses in the application.
                Jon

                Comment


                  #68
                  I set it to allowed in Windows Defender and it's working so far. My firewall didn't flag it so probably was a false positive (my firewall inspects downloads for viruses).

                  Sent from my GT-N8013 using Tapatalk

                  Comment


                    #69
                    Damn noobs

                    At the risk of sounding like a noob, how do I install this on HS3 ?

                    -edit-
                    nevermind, I found the instructions within the zip
                    It crashes on startup, but I'm sure I have something goobered up
                    Last edited by ; October 31, 2016, 05:03 PM.

                    Comment


                      #70
                      Did you copy HomeSeerAPI.dll, HSCF.dll and Scheduler.dll from your Homeseer HS3 root directory to the Homeseer HS3\bin\Jon00SNMP directory?
                      Jon

                      Comment


                        #71
                        smacks forehead .. Nope, sure didn't.. That'll teach me to work on HS with little sleep. And it's clearly in your instructions.

                        Works now, just have to figure out the oid's for my TrippLite pdu. Looking forward to being able to power cycle my modem/router!

                        Comment


                          #72
                          Just to help some people out because the oid in the help file didn't help me (but did put me in the right direction) this probably because of different router (also draytek but no dsl variant)
                          This is with a draytek 2130 router
                          Code:
                          [Sensor1]
                          Name=Bandwidth Download
                          HostIP=192.168.1.1
                          OID=1.3.6.1.2.1.2.2.1.10.4
                          Timer=2
                          DecPlaces=3
                          UseDiff=1
                          Divider=1310720
                          Prefix=
                          Suffix=Mbps
                          SNMPVer=2
                          
                          [Sensor2]
                          Name=Bandwidth Upload
                          HostIP=192.168.1.1
                          OID=1.3.6.1.2.1.2.2.1.16.4
                          Timer=2
                          DecPlaces=3
                          UseDiff=1
                          Divider=1310720
                          Prefix=
                          Suffix=Mbps
                          SNMPVer=2
                          
                          [Sensor3]
                          Name=Router uptime
                          HostIP=192.168.1.1
                          OID=1.3.6.1.2.1.1.3.0
                          Timer=5
                          SNMPVer=2
                          Dont know for sure if the 1.3.6.1.2.1.2.2.1.16.4 is correct but when i run speedtest the value shown is about the same as shown on the speedtest page.

                          Comment


                            #73
                            Hi Jon, started using the SNMP monitor a few days ago and it's working well. Thanks for making it available!

                            I have a few temperature related devices and I set the suffix for those to . However, it gets displayed as �C. Do you know how I can display the degree symbol?

                            I also have a few devices sending traps to the plugin. Some of the devices don't seem to have their ip address as part of the trap, so it's hard to determine where the trap came from. Can the plugin determine the source ip and somehow prepend/append it to the trap info?

                            Thanks
                            Al
                            HS 4.2.8.0: 2134 Devices 1252 Events
                            Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

                            Comment


                              #74
                              I've seen this somewhere before. You need to save the ini file as UTF-8 rather than Windows 1252. I use EditPadLite but I'm sure other good text editors have this functionality as well.

                              Alternatively, you can use the html code °
                              Jon

                              Comment


                                #75
                                Originally posted by jon00 View Post
                                I've seen this somewhere before. You need to save the ini file as UTF-8 rather than Windows 1252. I use EditPadLite but I'm sure other good text editors have this functionality as well.

                                Alternatively, you can use the html code °
                                Thanks Jon, saving as UTF-8 worked (I use EditPlus).

                                On the ip address part I was hoping the plugin would know the source ip of any trap it received. Does the API for the SNMP functions you are using not expose that?

                                Thanks
                                Al
                                HS 4.2.8.0: 2134 Devices 1252 Events
                                Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

                                Comment

                                Working...
                                X