Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Website
  • Partner
English (US)
IT Italian
US English (US)
ES Spanish
  • Home
  • Import & Exports

Export Jobs: Pulse Meter Measurements Interface

Written by Shir Goldstein

Updated at May 26th, 2026

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Getting Started
  • Dashboard
  • TimeView
    Get started Work with the chart Understand your data
  • Energy Apps
  • Alerts & Notifications
  • Reports
  • Administration & Settings
  • Partners
  • Import & Exports
  • Mobile App
    Getting Started & Signing In Navigating the App The Site Dashboard and Its Widgets TimeView Lite Events (Optimize + Event Management) Notifications, alerts & push Preferences, Support & App Behavior
  • Plans & Packages
  • Security & Certification
  • Deployment
  • Hardware Manuals
  • Datasheets & Specs
  • Frequently Asked Questions (FAQ)
    Bridge FAQs PAN-10/PAN-12/PAN-14 Sensors FAQs PAN-42 Sensor FAQs Software Platform FAQs Package FAQs
  • Legal
  • What’s New
+ More

Table of Contents

Pulse Meter Measurements CSV Pulse Meter Measurements Example JSON Pulse Meter Measurements Example

Once you have set up your export jobs (see Export Jobs: Setup), each job invocation will create a data file/stream. The service supports Four types of data: Catalog, Measurements, Pulse Meter Measurements, and Pan42 Measurements. This guide will discuss what to expect in the Pulse Meter Measurements export job type.

Pulse Meter Measurements

The Pulse Meter Measurements document data structure consists of the actual electrical readings measured by Third party Pulse Meters that are connected via a Bridge.

Name Description
Meter_id The ID of an electrical third party pulse meter connected via a bridge.
Meter_type The Meter type: Electricity, Electricity Pulse Meter, Water, Gas, Heat, Air.
Meter_name The meter name as assigned at installation time.
Meter_Unit The meter units (m3 ,Nm3, Sm3, ft3, SCF, Gallon).
measurement_time (UTC) The time of the measurement in the UTC time zone, in ISO 8601 format.
resolution (minutes) The number of minutes this measurement data is relevant for. 
site_id A unique identifier of the physical site in the software, in which the device is located. 
site_name The site’s name as assigned at installation time. For example, "New York site". 
power (W) Electrical power
energy (Wh) Electrical energy
Flow Flow readings, units of the flow are defined in the Meter_Unit fields
Volume Volume readings, units of the flow are defined in the Meter_Unit fields

CSV Pulse Meter Measurements Example

Below is an example of the Pulse Meter Measurements export in a CSV format.

CSV Pulse Meter Measurements Example.csv

JSON Pulse Meter Measurements Example

{
  "measurements": [
    {
      "METER_ID": 2796,
      "METER_TYPE": "Electricity",
      "METER_NAME": "M1_LG_Pano_1",
      "METER_UNIT": "kWh",
      "MEASUREMENT_TIME(UTC)": "2019-04-08T17:10:00Z",
      "RESOLUTION(min)": 1,
      "SITE_ID": 3026,
      "SITE_NAME": "Panoramic Offices",
      "POWER(W)": "192000.01",
      "ENERGY(Wh)": "3.20",
      "FLOW": "N/A",
      "VOLUME": "N/A"
    },
    {
      "METER_ID": 2806,
      "METER_TYPE": "Water",
      "METER_NAME": "Water",
      "METER_UNIT": "ft³",
      "MEASUREMENT_TIME(UTC)": "2019-04-08T17:13:00Z",
      "RESOLUTION(min)": 1,
      "SITE_ID": 41944,
      "SITE_NAME": "Volume meters",
      "POWER(W)": "N/A",
      "ENERGY(Wh)": "N/A",
      "FLOW": "290.00",
      "VOLUME": "4.57"
    },
    {
      "METER_ID": 2807,
      "METER_TYPE": "Air",
      "METER_NAME": "Air",
      "METER_UNIT": "Nm³",
      "MEASUREMENT_TIME(UTC)": "2019-04-08T17:10:00Z",
      "RESOLUTION(min)": 1,
      "SITE_ID": 41944,
      "SITE_NAME": "Volume meters",
      "POWER(W)": "N/A",
      "ENERGY(Wh)": "N/A",
      "FLOW": "390.00",
      "VOLUME": "6.50"
    }
  ]
}

Note:

JSON files are limited to 2,000 measurements and csv files are limited to 10,000 rows (again, may be larger if zero padding is enabled). In both cases if the job includes more measurements the file is split into multiple files. 

In the case where data is sent from the bridge with delay (due to loss of communication) and a record is based on partial measurements, an updated record will be sent.

 

 

csv json https ftp ftps sftp pulse meters utility meters external meters measurement measurements sample example export meter

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Export Jobs: Measurements Interface
  • Export Jobs: Pan-42 Measurements Interface
  • Export Jobs: Setup
Expand