SNMP OID for DSE 7420 MKII

I once created a Zabbix template for the Deep Sea 7420 MK2 module, so I will post some important SNMP OIDs that I used:

MIB file can be downloaded from the official site, I also attached it here

I saved it to the /usr/share/snmp/mibs/ directory, but since its name was not correct, I looked at the name at the beginning of the file:

DSE-74xx-v1-3-MIB DEFINITIONS ::= BEGIN

And saved it with the name DSE-74xx-v1-3-MIB.txt

After that, I converted the SNMP MIBs I needed into OIDs, an example command:

snmptranslate -IR -On DSE-74xx-v1-3-MIB::mainsL1Volts
.1.3.6.1.4.1.41385.1.4.1.1.1.3

Example of checking SNMP OID with non-standard SNMP port 2161:

snmpwalk -v2c -c ixnfo.com 192.168.5.5:2161 .1.3.6.1.4.1.41385.1.4.1.3.1.120

Now I will list the main SNMP OIDs.
Power supply from the mains (multiply the result by * 0.1, measured in volts, V):

.1.3.6.1.4.1.41385.1.4.1.1.1.3 (mainsL1Volts)
.1.3.6.1.4.1.41385.1.4.1.1.1.4 (mainsL2Volts)
.1.3.6.1.4.1.41385.1.4.1.1.1.5 (mainsL3Volts)

Network and generator frequency, Hz (multiply the result by * 0.1):

.1.3.6.1.4.1.41385.1.4.1.1.1.2 (mainsFreq)
.1.3.6.1.4.1.41385.1.4.1.2.1.2 (genFreq)

The voltage of the battery and the voltage by which the battery is charged, V (multiply the result by * 0.1):

.1.3.6.1.4.1.41385.1.4.1.3.1.7 (engBatteryVolts)
.1.3.6.1.4.1.41385.1.4.1.3.1.6 (engChargeAltVolts)

Fuel level:

.1.3.6.1.4.1.41385.1.4.1.3.1.5 (engFuelLevel)

Oil pressure, kPa (displayed only when the generator is running):

.1.3.6.1.4.1.41385.1.4.1.3.1.2 (engOilPress)

Engine speed, RPM:

.1.3.6.1.4.1.41385.1.4.1.3.1.8 (engSpeedDisplay)

Coolant temperature, °C (displayed only when the generator is running):

.1.3.6.1.4.1.41385.1.4.1.3.1.88 (engModCoolTemp)

Ambient temperature:

.1.3.6.1.4.1.41385.1.4.1.3.1.152 (engAmbAirTemp)

Total generator power, W:

.1.3.6.1.4.1.41385.1.4.1.2.1.13 genL1Watts
.1.3.6.1.4.1.41385.1.4.1.2.1.14 (genL2Watts)
.1.3.6.1.4.1.41385.1.4.1.2.1.15 (genL3Watts)
.1.3.6.1.4.1.41385.1.4.1.2.1.17 (genWattsTotal)

Generator current average, minimum, maximum, A (multiply the result by *0.1):

.1.3.6.1.4.1.41385.1.4.1.2.1.47 (genCurrentAve)
.1.3.6.1.4.1.41385.1.4.1.2.1.49 (genCurrentMin)
.1.3.6.1.4.1.41385.1.4.1.2.1.50 (genCurrentMax)

Average power factor of the generator (multiply the result by *0.1):

.1.3.6.1.4.1.41385.1.4.1.2.1.63 (genPFTotalAvgPC)

Engine hours (stored in the module):

.1.3.6.1.4.1.41385.1.4.1.3.1.86 (engModHours)

If you replace the DSE 7420 MK2 control module with another one, then the hours will not be saved, and when replacing the module, you must first convert the old configuration to the version of the new module using the DSE Configuration Suite application and then write it to the new module to avoid dangerous situations! For example, when I replaced the module, the new one had the wrong standard configuration, the sensors were mixed up, the number of phases was wrong, the heating was turned on, which could start a fire.

Default login and password: Admin/Password1234

See also my articles:
How to translate SNMP MIB to OID
SNMP MIBs and OIDs
DSE7420MK2 ethernet port does not work after a thunderstorm

Join the Conversation

1 Comment

Leave a Reply

  1. Hello, can you please share the Zabbix template you use for this? We have the DSE 7410 MKII and I couldn’t find any template to use. Thanks!