Hi, Running NUT Tools as an addon in HA
It connects to my APC SRT 2200 ups via the NMC card (AP9641)
All the values i need do show up except 1, the connected temp probe to the UPS (its not under disabled entities)
i have the OID, .1.3.6.1.4.1.318.1.1.25.1.2.1.6.1.1
When doing an snmptest, i can get the temp value

Anyone else have this issue?
is it possible to add this OID to the yaml of NUT?
My yaml for nut
users:
- username: xxxxxxx
password: xxxxxxxxxx
instcmds:
- all
actions:
- set
- fsd
devices:
- name: COMMS-UPS
driver: snmp-ups
port: 172.xx.x.x
config:
- mibs=apcc
- snmp_version=v3
- secLevel=authPriv
- secName=apchas
- authProtocol=MD5
- authPassword=xxxxxxxxxxxxxx
- privProtocol=AES
- privPassword=xxxxxxxxxxxxx
mode: netserver
shutdown_host: false
Thanks
