Page 1 of 1

Help with pulling snmp from device

Posted: Tuesday 14 June 2016 17:24
by kllngtme
Noob here, go easy!

I'm trying to use Domoticz to pull snmp from another device on my network. I have the OID's I need from doing an smpwalk of the device. That's pretty much as far as I've gotten. The device I'm discussing has simple, temperature and humidity sensors that I'm trying to gather and pull into domoticz.

Here are the OID's I'm working with. Can anyone give me any information on where to get started. Is there a noobie guide for idiots like me getting started with Domoticz? I really have no idea where to even begin.. Any information would be great as I'm struggling with this..

Code: Select all

OID=.1.3.6.1.4.1.20916.1.6.1.1.1.1.0, Type=Integer, Value=6708
OID=.1.3.6.1.4.1.20916.1.6.1.1.2.1.0, Type=OctetString, Value=Basement

OID=.1.3.6.1.4.1.20916.1.6.1.2.1.2.0, Type=Integer, Value=6967
OID=.1.3.6.1.4.1.20916.1.6.1.2.1.6.0, Type=OctetString, Value=Living Room

OID=.1.3.6.1.4.1.20916.1.6.1.2.2.2.0, Type=Integer, Value=9816
OID=.1.3.6.1.4.1.20916.1.6.1.2.2.3.0, Type=Integer, Value=4117
OID=.1.3.6.1.4.1.20916.1.6.1.2.2.4.0, Type=Integer, Value=10558
OID=.1.3.6.1.4.1.20916.1.6.1.2.2.6.0, Type=OctetString, Value=Attic
The last 4 oid's are:
Temperature OID
Humidity OID
Heat Index OID
Location OID

Otherwise, the first 2 are easily understood as Temperature and location oid's.

Re: Help with pulling snmp from device

Posted: Friday 17 June 2016 22:08
by kllngtme
bump... anyone?

Re: Help with pulling snmp from device

Posted: Saturday 18 June 2016 0:03
by niceandeasy
Look here: https://www.domoticz.com/wiki/NAS_Monitoring

You'll need to port this to Windows and adapt it for reading your snmp device.
(or switch to Linux / Raspberry)

Re: Help with pulling snmp from device

Posted: Saturday 18 June 2016 3:49
by kllngtme
yea I was looking at that page and had a feeling it might be it but was hoping there was an easier route somehow already built in to domoticz.

I'll have to rethink this.. It's between setting up a VM or getting a pi. or using my Synology nas.. So many options...

Re: Help with pulling snmp from device

Posted: Saturday 18 June 2016 10:35
by pepijn
I use Node RED to extract SNMP data from some devices and put it into Domoticz.


Verzonden vanaf mijn iPhone met Tapatalk

Re: Help with pulling snmp from device

Posted: Monday 20 June 2016 17:51
by kllngtme
pepijn wrote:I use Node RED to extract SNMP data from some devices and put it into Domoticz.
Verzonden vanaf mijn iPhone met Tapatalk
Is this for use with Windows?