Sensor Data Visualization

This tool visualizes sensor data aggregations from OpenSearch. To use it:

  1. Enter your JWT authentication token (if required)
  2. Enter a farm ID to include in the query
  3. Enter your custom JSON query in the text area
  4. Click "Fetch Data" to retrieve and visualize the data

Note: You can use the "Load Sample JSON" button to populate the query field with a sample query.

Important: Charts are now split by sensor for better visualization. All aggregation types for the same sensor are combined into one chart. INCREMENT aggregation data is displayed as blue bar charts, while other aggregation types (SUM, MIN, MAX, AVG) are displayed as line charts with different colors: SUM (red), MIN (green), MAX (orange), and AVG (purple).

Convenience: Your form inputs are automatically saved and will be restored when you reload the page.