Sélectionnez votre langue

Documentation: meters_ts

Time Series data of individual meters
Pour importer des données dans ce format, vous pouvez utiliser notre API. -> Documentation API
Limite de débit : 300 requêtes par minute. Une fois la limite dépassée, toute requête ultérieure entraînera une réponse 429 (Trop de requêtes).
Vous pouvez également nous fournir des fichiers aux formats xlsx, csv ou json. -> Exemple CSV
Nom de la ligne Type Exemple

manufacturer *

Manufacturer of the device

  • * requis
string

A2EI

serial_number *

Serial of the device

  • * requis
string

ABC/123

metered_at *

time the metrics apply to (not time of query)

  • * requis
datetime

2021-05-03 6:23:55

data_origin

Origin of the data, generic or name of the api

  • généré automatiquement
string

generic

custom

Saves additional imported data out of standard structure

  • généré automatiquement
jsonb

{ "some": "key" }

organization_id

References Organization of data

  • généré automatiquement
integer

1

import_id

References Import of data

  • généré automatiquement
integer

1

source_id

References Source of data

  • généré automatiquement
integer

1

updated_at

Timestamp when row was updated

  • généré automatiquement
datetime

2021-05-03 6:23:55

created_at

Timestamp when row was inserted

  • généré automatiquement
datetime

2021-05-03 6:23:55

billing_cycle_start_at

timestamp on which the tariff cycle starts

datetime

2021-04-05

interval_seconds

for remotely monitored systems, interval between measurements

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

integer

360

current_a

current in ampere

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

22.61

frequency_hz

frequency in hertz

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

58.93

energy_interval_wh

energy consumption at time interval in watt-hour

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

51.04

energy_lifetime_wh

cumulative energy reading in watt-hour

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

12473.02

power_w

power in watts

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

1489.6

power_factor

ratio of working power to the apparent power, value between from 0 and 1

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

0.45

voltage_v

voltage in volts

Only period (.) decimal delimiters are supported. Do not use commas (,) — they will cause an error.

float

164.65

phase

Specifies the phase used for reporting ac_input_* metric values. For one-phase metering, the value is 1, or None. For multi-phase, it is 1, 2, 3 (phase reported) or "agg" (aggregate of all phases)

enum: 1, 2, 3, agg

2

device_uid

organization_id + manufacturer + serial_number; FK from meters table

  • généré automatiquement
string

1_a2ei_ABC123