Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This step-by-step guide describes how to create an Input Type for weather stations. Input types allow you to apply custom transformations to raw data from weather stations.

Step-by-step guide

  1. Under the Farm Manager menu select Remote Stations.
  2. Select List Input Types.
  3. Click Add Input Type.
  4. Enter the TypeLabel and Description.
  5. Select the Parsed Data Driver. Drivers do specialized transforms to data that are not covered by the other fields. In most cases the Default driver will work.
  6. Enter any Driver Parameters in JSON format.

    The Humidity_Default driver must have a temperature_input_key matching the Input Key of a temperature input of the remote station:

    Example
    {
    	"temperature_input_key": "Temperature"
    }
  7. Set the OffsetMultiplierMin and Max fields. If a data point is below or above the min/max after the offset and multiplier are applied, it will be set to the min/max instead.
  8. Add any Notes.
  9. Scroll to the top of the page and click Save.




  • No labels