Dear all, question:
The dataminer driver returns a value in hexdecimal. Is it possible to convert it to letters?
Value
Battery 1 displays it as "45.42.61.74.65.72.ED.61.20.31"
Attached is a reference image.
Ben Vandenberghe [SLC] [DevOps Enabler] Selected answer as best 2 days ago
Hi Alex,
You should be able to achieve that by using the OctetStringASCII or the OctetStringUTF8 options (depending on the character set the device supports) instead of OctetString in your SNMP > Type definition
For more details, you can check Type element | DataMiner Docs
Ben Vandenberghe [SLC] [DevOps Enabler] Selected answer as best 2 days ago
Thanks, it worked perfectly.