I have a Dell UPS that I have used "Orion Universal Device Poller" to query OID: 1.3.6.1.4.1.674.10902.2.120.2.6 to get the Present Consumption. It is derived by:
"Derived by averaging the watt second consumption over the past hour. "
To get the correct reading, I have to:
"Use an array of 60 words to store the average watt seconds consumed over the last minute; then, after you have a full hour's worth of data in the 60 word array, average those values to get your Present kWh Consumption meter. Each minute thereafter, update the oldest value in the array, average again, and update the meter."
I created the Universal Device Poller for OID: 1.3.6.1.4.1.674.10902.2.120.2.6 and can see the "point in time" information. How do I pull the last 60 entries to feed to the Transform?