SNMP problem (CONFIGURATION_ERROR Exception during initialization: hexString contains illegal character for hexToBytes: 58)

Hello,

I’m trying to connect over SNMP to my UPS power supply. I configured SNMP binding as following:

UID: snmp:target3:67b961e227
label: SNMP v3 Target
thingTypeUID: snmp:target3
configuration:
  retries: 2
  hostname: 192.168.1.100
  privPassphrase: someMyPass
  port: 200
  authPassphrase: someMyPass
  refresh: 60
  user: Radzik
  securityModel: AUTH_PRIV
  timeout: 1500
  engineId: 80:00:01:3e:01:c0:a8:01:64:85:3b:b5:5f

but thing status is:
Status: OFFLINE
CONFIGURATION_ERROR
Exception during initialization: hexString contains illegal character for hexToBytes: 58

OH: 4.1.1
Platform: Windows 11

What I’m doing wrong?

Somebody cen help me?

Hi,
Please review the documentation a little closer.
The engineid should not have Seperators “:”
The `engineId` must be given in hexadecimal notation (case-insensitive) without separators (e.g. `80000009035c710dbcd9e6` ). The allowed length is 11 to 32 bytes (22 to 64 hex characters). If you encounter problems, please check if your agent prefixes the set engine id (e.g. Mikrotik uses `80003a8c04` and appends the set value to that).

Hello @justaoldman it works! Great!

Thank you very much for your help.

This information should be addd also here:

Thank you so much!

Your welcome glad you got it working. You can submit your request for that update here.