Skip to content

Forwarding to an InfluxDB server

We forward messages to an InfluxDB server by writing points into the measurements of the bucket(s) we have been granted access to.

These are the messages that are supported:

Solar power

The schema for messages forwarded from a Teleport device that is connected to a solar inverter:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
scheduledfieldbooleanfalse for measurements that are not part of the regular reporting interval, eg. directly after command execution and at Teleport initialisation
activePowerfieldfloatin W. Missing if not available
generatedEnergyfieldfloatin Wh. Missing if not available
alarmsfieldstringSee solar alarms under error codes section. Empty if inverter-specific alarms are present in inverter array.
activePowerLimitPercentagefieldfloatMissing if not available
powerFactorfieldfloatunitless. For capacitive loads (leading power factor, quadrant 4), the PF sign is positive. For inductive loads (lagging power factor, quadrants 1), the PF sign is negative. Missing if not available
reactivePowerfieldfloatin var. Positive is injecting reactive power to the grid and negative is absorbing reactive power. Missing if not available
setpointsConfirmedActivePowerLimitPercentagefieldfloatin %. Missing if not available
setpointsConfirmedActivePowerLimitfieldfloatin W. Missing if not available
setpointsConfirmedReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsConfirmedReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsConfirmedReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsDesiredActivePowerLimitCloudfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitActiveControlfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitGridOperatorfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitModbusServerfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitAfrrDeltafieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitAfrrReferencefieldfloatin W. Missing if not available
setpointsDesiredReactivePowerCloudReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsDesiredReactivePowerCloudPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsDesiredReactivePowerCloudModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsDesiredReactivePowerGridOperatorReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsDesiredReactivePowerGridOperatorPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsDesiredReactivePowerGridOperatorModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsEffectiveActivePowerLimitfieldfloatin W. Missing if not available
setpointsEffectiveReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsEffectiveReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsEffectiveReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available

Each solar asset can have an array of inverters. The schema for messages forwarded from a Teleport device that is connected to a solar energy converter with inverters:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
slaveIdtagstringIdentifier for the specific inverter in the array. Corresponds to the Modbus slave ID.
attemptfielduint0-indexed delivery attempt
activePowerfieldfloatin W. Missing if not available
generatedEnergyfieldfloatin Wh. Missing if not available
activePowerLimitPercentagefieldstringMissing if not available
alarmsfieldstringSee solar alarms under error codes section
powerFactorfieldfloatunitless. For capacitive loads (leading power factor, quadrant 4), the PF sign is positive. For inductive loads (lagging power factor, quadrants 1), the PF sign is negative. Missing if not available
reactivePowerfieldfloatin var. Positive is injecting reactive power to the grid and negative is absorbing reactive power. Missing if not available
setpointsConfirmedActivePowerLimitPercentagefieldfloatin %. Missing if not available
setpointsConfirmedActivePowerLimitfieldfloatin W. Missing if not available
setpointsConfirmedReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsConfirmedReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsConfirmedReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsEffectiveActivePowerLimitfieldfloatin W. Missing if not available
setpointsEffectiveReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsEffectiveReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsEffectiveReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available

Each solar asset can have an array of sensors. The schema for messages forwarded from a Teleport device that is connected to a solar inverter with sensors:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
sensorIdentifiertagstringglobally unique identifier of the sensor, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
irradiancefieldfloatin W/m². Missing if not available
irradianceFactorfieldfloatA static property defined as product of area and efficiency, used to calculate availableActivePower (area is the total surface area of the solar panels in square meters, efficiency is the efficiency of the solar panels + inverters). Missing if not available
windSpeedfieldfloatin m/s. Missing if not available

Each sensor can have an array of temperature measurements. The schema for messages forwarded from a Teleport device that is connected to a a solar inverter with sensors and temperature measurements:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
sensorIdentifiertagstringglobally unique identifier of the sensor, when available the brand and serial number of the asset
sensorTemperatureNametagstringrepresenting temperature measurement
attemptfielduint0-indexed delivery attempt
temperaturefieldfloatin °C. Missing if not available

Wind power

The schema for messages forwarded from a Teleport device that is connected to a wind energy converter:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
scheduledfieldbooleanfalse for measurements that are not part of the regular reporting interval, eg. directly after command execution and at Teleport initialisation
activePowerfieldfloatin W. Missing if not available
windSpeedfieldfloatin m/s. Missing if not available
availableActivePowerfieldfloatin W. Missing if not available
activePowerLimitPercentagefieldfloatin W. Missing if not available
constrainedAvailableActivePowerCurrentWindfieldfloatin W. Missing if not available
constrainedAvailableActivePowerTechnicalfieldfloatin W. Missing if not available
constrainedAvailableActivePowerForceMajeurefieldfloatin W. Missing if not available
constrainedAvailableActivePowerExternalSetpointsfieldfloatin W. Missing if not available
generatedEnergyfieldfloatin Wh. Missing if not available
powerFactorfieldfloatunitless. For capacitive loads (leading power factor, quadrant 4), the PF sign is positive. For inductive loads (lagging power factor, quadrants 1), the PF sign is negative. Missing if not available
reactivePowerfieldfloatin var. Positive is injecting reactive power to the grid and negative is absorbing reactive power. Missing if not available
setpointsConfirmedActivePowerLimitPercentagefieldfloatin %. Missing if not available
setpointsConfirmedActivePowerLimitfieldfloatin W. Missing if not available
setpointsConfirmedReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsConfirmedReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsConfirmedReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsDesiredActivePowerLimitCloudfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitActiveControlfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitGridOperatorfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitModbusServerfieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitAfrrDeltafieldfloatin W. Missing if not available
setpointsDesiredActivePowerLimitAfrrReferencefieldfloatin W. Missing if not available
setpointsDesiredReactivePowerCloudReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsDesiredReactivePowerCloudPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsDesiredReactivePowerCloudModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsDesiredReactivePowerGridOperatorReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsDesiredReactivePowerGridOperatorPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsDesiredReactivePowerGridOperatorModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsEffectiveActivePowerLimitfieldfloatin W. Missing if not available
setpointsEffectiveReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsEffectiveReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsEffectiveReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available

Each wind asset can have an array of converters. The schema for messages forwarded from a Teleport device that is connected to a wind energy converter with converters:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
converterIdentifiertagstringBrand and serial number of the converter or if that’s not available, its index
attemptfielduint0-indexed delivery attempt
activePowerfieldfloatin W. Missing if not available
windSpeedfieldfloatin m/s. Missing if not available
generatedEnergyfieldfloatin Wh. Missing if not available
statusfieldstringcan be “running”, “on”, “pause”, “stop”. Missing if not available
reactivePowerfieldfloatin var. Positive is injecting reactive power to the grid and negative is absorbing reactive power. Missing if not available
powerFactorfieldfloatunitless. For capacitive loads (leading power factor, quadrant 4), the PF sign is positive. For inductive loads (lagging power factor, quadrants 1), the PF sign is negative. Missing if not available

Battery power

Batteries produce two types of messages: regular messages and flash messages. For the strings that can occur in the errors and warnings properties, see Battery power error and warning codes.

Regular messages

An example of a request containing one message forwarded from a Teleport device that is connected to a battery:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
scheduledfieldbooleanfalse for measurements that are not part of the regular reporting interval, eg. directly after command execution and at Teleport initialisation
batteryStatusfieldstringcan be “on”, “off”, “other” or null (see warning and errors in case of ‘other’)
energyChargedfieldfloatin Wh. Missing if not available. Nonnegative
energyDischargedfieldfloatin Wh. Missing if not available. Nonnegative
frequencyfieldfloatin Hz. Missing if not available. Nonnegative
activePowerfieldfloatin W. Missing if not available. Positive means discharging, negative charging.
reactivePowerfieldfloatin var. Missing if not available. Positive is injecting reactive power to the grid and negative is absorbing reactive power
stateOfChargefieldfloatin %. Missing if not available. Nonnegative
stateOfHealthfieldfloatin %. Missing if not available. Nonnegative
availableEnergyfieldfloatin Wh. Missing if not available. Nonnegative
ratedEnergyfieldfloatin Wh. Missing if not available. Nonnegative
availableActivePowerChargefieldfloatin W. Missing if not available. Nonnegative
availableActivePowerDischargefieldfloatin W. Missing if not available. Nonnegative
availableReactivePowerInjectfieldfloatin var. Missing if not available. Nonnegative
availableReactivePowerAbsorbfieldfloatin var. Missing if not available. Nonnegative
activePowerSetpointDispatchPowerfieldfloatin W. Missing if not available. Positive means discharging, negative charging.
activePowerSetpointDeliverFCRfieldfloatin W. Missing if not available. Positive means discharging, negative charging.
activePowerSetpointChargeToStatefieldfloatin W. Missing if not available. Positive means discharging, negative charging.
activePowerSetpointAggregatefieldfloatin W. Missing if not available. Positive means discharging, negative charging.
activePowerSetpointActivePowerfieldfloatin W. Missing if not available. Positive means discharging, negative charging.
activePowerSetpointDeliverFcrfieldfloatin W. Missing if not available. Positive means discharging, negative charging.
activePowerSetpointChargeToPercentagefieldfloatin W. Missing if not available. Positive means discharging, negative charging.
threePhaseConnectionTypeHighVoltagefieldstringcan be “wye” or “delta”. Missing if not available
acVoltageMediumVoltagePhaseL1fieldfloatin V. Missing if not available. Nonnegative
acVoltageMediumVoltagePhaseL2fieldfloatin V. Missing if not available. Nonnegative
acVoltageMediumVoltagePhaseL3fieldfloatin V. Missing if not available. Nonnegative
acVoltageMediumVoltageLineL1fieldfloatin V. Missing if not available. Nonnegative
acVoltageMediumVoltageLineL2fieldfloatin V. Missing if not available. Nonnegative
acVoltageMediumVoltageLineL3fieldfloatin V. Missing if not available. Nonnegative
acCurrentMediumVoltagePhaseL1fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentMediumVoltagePhaseL2fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentMediumVoltagePhaseL3fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentMediumVoltageLineL1fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentMediumVoltageLineL2fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentMediumVoltageLineL3fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
auxiliaryPowerActivefieldfloatin W. Missing if not available. Negative means consuming, positive generating, will be negative or 0
auxiliaryPowerReactivefieldfloatin var. Missing if not available. Negative means consuming, positive generating, will be negative or 0
configurationDispatchPowerActivePowerfieldfloatIn W. Positive means discharging, negative charging. When dispatchPower is null but the battery system does not support stand-by mode, the Teleport will send a schedule with 0 W to the asset, while the reported dispatchPower is null.
configurationDeliverFcrMaxRatefieldfloatIn W. Nonnegative.
configurationChargeToStatePercentagefieldfloatIn %. Nonnegative
warningsfieldstringsee error codes section
errorsfieldstringsee error codes section
scheduleCompleteUntilfielduintfirst gap in the schedule for this assetIdentifier. ISO 8601 yyyy-mm-ddThh:mm:ssZ or YYYYYY-MM-DDTHH:mm:ss.sssZ, so in UTC
powerFactorfieldfloatunitless. Can be null. For capacitive loads (leading power factor, quadrants 2 and 4), the PF sign is positive. For inductive loads (lagging power factor, quadrants 1 and 3), the PF sign is negative. Missing if not available
setpointsConfirmedActivePowerfieldfloatMissing if not available
setpointsConfirmedReactivePowerReactivePowerfieldfloatin var, setpoint for “fixedReactivePower” mode. Missing if not available
setpointsConfirmedReactivePowerPowerFactorfieldfloatunitless, setpoint for “fixedPowerFactor” mode. Missing if not available
setpointsConfirmedReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsConfirmedDeliverFcrfieldfloatin W. Missing if not available
setpointsConfirmedChargeToPercentagefieldfloatin %. Missing if not available
setpointsDesiredActivePowerCloudfieldfloatin W. Missing if not available
setpointsDesiredActivePowerActiveControlfieldfloatin W. Missing if not available
setpointsDesiredActivePowerGridOperatorfieldfloatin W. Missing if not available
setpointsDesiredActivePowerModbusServerfieldfloatin W. Missing if not available
setpointsDesiredDeliverFcrCloudfieldfloatin W. Missing if not available
setpointsDesiredChargeToPercentageCloudfieldfloatin %. Missing if not available
setpointsDesiredReactivePowerCloudReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsDesiredReactivePowerCloudPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsDesiredReactivePowerCloudModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsDesiredReactivePowerGridOperatorReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsDesiredReactivePowerGridOperatorPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsDesiredReactivePowerGridOperatorModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available
setpointsEffectiveActivePowerfieldfloatin W. Missing if not available
setpointsEffectiveReactivePowerReactivePowerfieldfloatsetpoint for “fixedReactivePower” mode, in var. Missing if not available
setpointsEffectiveReactivePowerPowerFactorfieldfloatsetpoint for “fixedPowerFactor” mode, unitless. Missing if not available
setpointsEffectiveReactivePowerModefieldstringreactive power control mode, either “fixedReactivePower” or “fixedPowerFactor”. Missing if not available

Each battery asset can have an array of battery energy storage systems (BESSes). The schema for messages forwarded from a Teleport device that is connected to a battery with BESSes:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
bessIdentifiertagstringBrand and serial number of the bess or if that’s not available, its index
attemptfielduint0-indexed delivery attempt
cellTemperatureMinfieldfloatin ºC. Missing if not available, min value of all cells
cellTemperatureMaxfieldfloatin ºC. Missing if not available, max value of all cells
roomTemperaturefieldfloatin ºC. Missing if not available
stateOfChargefieldfloatin %. Missing if not available. Nonnegative
availableEnergyfieldfloatin Wh. Missing if not available. Nonnegative
availableActivePowerChargefieldfloatin W. Missing if not available. Nonnegative
availableActivePowerDischargefieldfloatin W. Missing if not available. Nonnegative
threePhaseConnectionTypeLowVoltagefieldstringcan be “wye” or “delta”. Missing if not available
acVoltageLowVoltagePhaseL1fieldfloatin V. Missing if not available. Nonnegative
acVoltageLowVoltagePhaseL2fieldfloatin V. Missing if not available. Nonnegative
acVoltageLowVoltagePhaseL3fieldfloatin V. Missing if not available. Nonnegative
acVoltageLowVoltageLineL1fieldfloatin V. Missing if not available. Nonnegative
acVoltageLowVoltageLineL2fieldfloatin V. Missing if not available. Nonnegative
acVoltageLowVoltageLineL3fieldfloatin V. Missing if not available. Nonnegative
acCurrentLowVoltagePhaseL1fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentLowVoltagePhaseL2fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentLowVoltagePhaseL3fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentLowVoltageLineL1fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentLowVoltageLineL2fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
acCurrentLowVoltageLineL3fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
warningsfieldstringsee error codes section
errorsfieldstringsee error codes section

Each BESS within a battery asset can have an array of racks. The schema for messages forwarded from a Teleport device that is connected to a battery with BESSes and racks:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
bessIdentifiertagstringBrand and serial number of the bess or if that’s not available, its index
rackIdentifiertagstringBrand and serial number of the rack or if that’s not available, its index
attemptfielduint0-indexed delivery attempt
dcCurrentfieldfloatin V. Missing if not available. Nonnegative
dcVoltagefieldfloatin A. Missing if not available. Delivering to the grid is a positive value

Flash messages

Batteries report flash messages more often than regular messages (typically every second) and contain information that is needed for dispatching algorithms and to forward to the TSO when doing aFRR/FCR. An example of a request containing one flash message forwarded from a Teleport device that is connected to a battery:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
frequencyfieldfloatin Hz. Missing if not available
activePowerfieldfloatin W. Missing if not available. Positive means discharging, negative charging.
availableEnergyfieldfloatin Wh. Missing if not available
availableActivePowerChargefieldfloatin W. Missing if not available
availableActivePowerDischargefieldfloatin W. Missing if not available
stateOfChargefieldfloatin %. Missing if not available

Meter power

Meters produce two types of messages: regular messages and flash messages. Meters report flash messages more often than regular messages (typically every 200 ms).

Regular messages

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
scheduledfieldbooleanfalse for measurements that are not part of the regular reporting interval, eg. directly after command execution and at Teleport initialisation
voltagePhaseL1fieldfloatin V. Missing if not available. Nonnegative
voltagePhaseL2fieldfloatin V. Missing if not available. Nonnegative
voltagePhaseL3fieldfloatin V. Missing if not available. Nonnegative
voltageLineL1fieldfloatin V. Missing if not available. Nonnegative
voltageLineL2fieldfloatin V. Missing if not available. Nonnegative
voltageLineL3fieldfloatin A. Missing if not available. Nonnegative
currentPhaseL1fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
currentPhaseL2fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
currentPhaseL3fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
currentLineL1fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
currentLineL2fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
currentLineL3fieldfloatin A. Missing if not available. Delivering to the grid is a positive value
threePhaseConnectionTypefieldstringcan be “wye” or “delta”. Missing if not available.
activePowerL1fieldfloatin W. Missing if not available. Delivering to the grid is a positive value
activePowerL2fieldfloatin W. Missing if not available. Delivering to the grid is a positive value
activePowerL3fieldfloatin W. Missing if not available. Delivering to the grid is a positive value
activePowerSumfieldfloatin W. Missing if not available. Delivering to the grid is a positive value
reactivePowerL1fieldfloatin var. Missing if not available. Positive is injecting reactive power to the grid and negative is absorbing reactive power
reactivePowerL2fieldfloatin var. Missing if not available. Positive is injecting reactive power to the grid and negative is absorbing reactive power
reactivePowerL3fieldfloatin var. Missing if not available. Positive is injecting reactive power to the grid and negative is absorbing reactive power
reactivePowerSumfieldfloatin var. Missing if not available. Positive is injecting reactive power to the grid and negative is absorbing reactive power
apparentPowerL1fieldfloatin VA. Missing if not available.
apparentPowerL2fieldfloatin VA. Missing if not available.
apparentPowerL3fieldfloatin VA. Missing if not available.
apparentPowerSumfieldfloatin VA. Missing if not available.
powerFactorL1fieldfloatunitless. Missing if not available.
powerFactorL2fieldfloatunitless. Missing if not available.
powerFactorL3fieldfloatunitless. Missing if not available.
frequencyfieldfloatin Hz. Missing if not available. Nonnegative
activeEnergyConsumedL1fieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyConsumedL2fieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyConsumedL3fieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyConsumedSumfieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyDeliveredL1fieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyDeliveredL2fieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyDeliveredL3fieldfloatin Wh. Missing if not available. Nonnegative
activeEnergyDeliveredSumfieldfloatin Wh. Missing if not available. Nonnegative

Flash messages

Meters report flash messages more often than regular messages (typically every 200 ms). It currently contains total active power measurements. An example of a request containing one flash message forwarded from a Teleport device that is connected to a meter:

nametypedata_typedescription
timetimestampIn second precision
teleportHashIdtagstringUniquely identifies the teleport device
assetIdentifiertagstringglobally unique identifier of the asset, when available the brand and serial number of the asset
attemptfielduint0-indexed delivery attempt
scheduledfieldbooleanfalse for measurements that are not part of the regular reporting interval, eg. directly after command execution and at Teleport initialisation
activePowerfieldfloatin W. Sum of all phases. Missing if not available. Delivering to the grid is a positive value