I am querying for temperature with UDP and the SNMP value is 783 for 78.3F
How do I add the decimal point in the 783 value?
Poller transform...something like x/10. I do exactly that with a temperature reading for NTI Environmental sensor.
mjsweet130, did that work for you?
hi
youtube is your friend
https://m.youtube.com/watch?v=r9m0fvmfZlc
d09h YES!! that worked!! Thank you!!
I have a question related to a similar issue here. I have the poller transform built, and I see the correct values when looking at the node online. The problem still occurs when an alert email is sent, and I'm wondering if I'm just using an incorrect variable in the trigger message.
Currently, the message just states that the device level is high, where the current level is at: ${CurrentValue}
Is there a different variable tag I should be using to ensure that the tranform data is being used in the email messages?