Add temperature for CoreELEC devices

Hello,

I have some CoreELEC device and have installed SNMP addon to check the status.

But there is no temperature information available in LibreNMS. There is a temperature script line in snmpd configuration:

cat /storage/.kodi/userdata/addon_data/service.net-snmp/share/snmp/snmpd.conf

com2sec local default libreelec
group localgroup v2c local
access localgroup “” any noauth exact all all none
view all included .1 80
syslocation HOME
syscontact root@localhost
dontLogTCPWrappersConnects yes
extend cputemp “/usr/bin/cputemp”

/usr/bin/cputemp

64 C

Is it possible to add temperature support for this device?

This is the snmpwalk:

snmpwalk -v2c -c libreelec x96max | pastebinit

http://paste.debian.net/1134936/

Thanks for your help.

Regards.