Has anyone successfully configured SNMP v3 with this module?
SNMP v2c works great, but I'm having trouble getting SNMP v3 to function.
Specifically, I'm trying to use authentication (SHA512) and privacy (AES128), which typically require separate passwords for auth and priv. But the module's getV3 function seems to only accept a single password argument, like this: system.snmp.getV3('Ipaddress', 161, OIDs, 3, user, pass, 2, 2)
The error is: com.inductiveautomation.ignition.common.script.JythonExecException: Traceback (most recent call last): File "", line 25, in ValueError: Length of values does not match length of paths
The module is free so It's hard to complain! Just leaving some feedback in case someone will have the same issue. I might open an issue on GitHub too.
I swear I played around with this one, I never built it as its using Gradle and I'm normally using Maven to work with.
I have had limited success with authentication on some of these.