Hi everyone,
I was trying to get it working here but the sensors weren’t shown up here in my case.
I created the following yaml file .
in
/include/definition/
os: CXC
text: Cordex 650W
type: power
icon: alpha
group: alpha
mib_dir:
- alpha
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.7309.4
in
/include/definitions/discovery/
mib: AlphaPowerSystem-MIB
modules:
sensors:
voltage:
options:
divisor: 10
data:
-
oid: dcPwrSysCntrlrIpIntegerValue
num_oid: ‘.1.3.6.1.4.1.7309.4.1.6.2.2.1.3.3’
index: ‘dcPwrSysCntrlrIpIntegerValue.3’
descr: ‘Battery Voltage’
the MIB “AlphaPowerSystem-MIB” is located in /mibs/alpha/
I did a rediscovery of that device but the sensor werent shown up. I also tried to delete and add
that device again but without success.
Does anyone know what I am missing here?