Right now, we just drop 90% of data points for JSON export. That makes sense for my setup, because I'm capturing power use every 6 seconds. But there's nothing inherent about 6-second samples. So instead of dropping 90% of data points, instead limits data points to X per minute.
Right now, we just drop 90% of data points for JSON export. That makes sense for my setup, because I'm capturing power use every 6 seconds. But there's nothing inherent about 6-second samples. So instead of dropping 90% of data points, instead limits data points to X per minute.