The dataminer element shows me the date of the equipment in hexadecimal
Maria Correa [SLC] [DevOps Advocate] Answered question
Hi Alex,
Can you try the suggestions described in these questions:
- Driver: convert hexadecimal value to letters
- Converting SNMP octetstrings to readable ASCII in xml code
Hope it helps.
Update:
Having a look at the OID definition:

It seems that changing the type will not make a difference. Looking at other connectors that implement the same OID, I noticed that a QAction is required to parse the raw data so the datetime can be displayed correctly in the parameter.
Miguel Obregon [SLC] [DevOps Catalyst] Edited answer
Hi Alex,
See updated answer.
OctetStringASCII or the OctetStringUTF8, It gives me the same result, Any suggestions?