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 1st July 2025
							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 1st July 2025
				
Thanks, it worked perfectly.