I've been trying to build a Time Series graph that shows the Temperature of devices over time. So far, the best I've been able to do is build a Report that runs daily, using the following SWQL Query:
SELECT FullyQualifiedName, Value, HardwareUnitDescription, UniqueName FROM Orion.HardwareHealth.HardwareItem WHERE FullyQualifiedName like '%uop-%' AND UniqueName = 'TemperatureSensor.9.1.0.0'
I would love to effectively figure out how to plug this SWQL Query into a time series graph and put it on a dashboard.
That way, we could watch the trends in temperature over time, which would be much more helpful than the daily report we are getting today!
Thanks!
Ryan