FM200 Data Import Process

Updated April 18, 2023 1 min read

Overview

This is the process for importing FM200 flow monitor data into WaterCompass.net

Use Cases

Updating current or historical flow monitor data in WaterCompass.net. The following scenarios require a data import:

  • Calibration status of the flow monitor has changed.
  • Data is missing and need to be imported again (happens during bugs).
  • Thresholding changes have occurred. 
  • Meters are combined or deleted. 

Importing Data

Step 1: Input information into API link

Start Date to Present Date:
Input the MeterSetID of the FM200 device, and input the start date of the data being imported

http://192.168.241.224/internal/ws/internal/metersets/&lt;MeterSetID HERE>/usage/<DATE HERE>

Start Date to Specific End Date:
Input the MeterSetID of the FM200 device, and input the start date and end date of the data being imported

http://192.168.241.224/internal/ws/internal/metersets/&lt;MeterSetID>/usage/<START DATE>/<END DATE>

Step 2: Execute HTTP URL in any internet browser

This can then be copied and pasted into the URL of any browser or it can be used with the Curl command.

General form of API Get:

http://192.168.241.224/internal/ws/internal/metersets/[meter set id]/usage/[date in ‘yyyy-mm-dd’ format]/[date in ‘yyyy-mm-dd’ format]

Example for Casa Grande from 3/1/2023 to present http://192.168.241.224/internal/ws/internal/metersets/11883/usage/2023-03-01

Example for Casa Grande from 1/1/2023 to 03/01/2023http://192.168.241.224/internal/ws/internal/metersets/11883/usage/2023-01-01/2023-03-01

Please reference the full API for further details: http://192.168.241.224.hpds/internal/help

© Copyright 2023 HydroPoint Data Systems, Inc. All rights reserved. HydroPoint, the HydroPoint logo, and WaterCompass are either registered trademarks or trademarks of HydroPoint, Inc. Other trademarks may be held by their respective owners. 

Was this article helpful?