Two questions really..<br><br>I&#39;d like to combine voltage readings and temp readings in the same graph if at all possible.<br><br>The other half of my problem is how the values get returned, I need to do a little math with them to get them looking right..<br>
<br>Here&#39;s an example from my config:<br>Target[temp]: <a href="mailto:1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.12%261.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.12%3Apublic@10.8.48.20">1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.12&amp;1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.12:public@10.8.48.20</a> * 1.8 + 32<br>
<br>The temp value is returned in C, so I multiply by 1.8 and add 32.<br><br><br>Voltage is a little more tricky..<br>Target[volt]: <a href="mailto:1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.10%261.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.10%3Apublic@10.8.48.20">1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.10&amp;1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.10:public@10.8.48.20</a> * .01 * -1<br>
<br>My equipment returns the value as a negative 4 digit number.&nbsp; I multiply by .01 to get my decimal point, then multiply by negative 1 to get a positive value.<br><br>ie, -5200 becomes 52.00<br><br>TIA<br>