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
Temperature OID
Humidity OID
Heat Index OID
Location OID
Otherwise, the first 2 are easily understood as Temperature and location oid's.