Feature #933
HVAC utilization report
Start date:
01/07/2015
Due date:
% Done:
0%
Description
Adds panels that calculate HVAC utilization percentage and the average run-time. Average temperature would be nice too.
History
#1 Updated by Luke Murphey almost 10 years ago
You can use _span field to do the math:
index=_internal | head 10 | timechart count | rename _* as *
#2 Updated by Luke Murphey over 9 years ago
- Target version changed from 0.5 to 0.6
#3 Updated by Luke Murphey over 9 years ago
- Target version changed from 0.6 to 0.9
#4 Updated by Luke Murphey almost 9 years ago
- Target version changed from 0.9 to 0.10