The Reading object
A Reading represents a single snapshot of the state of an Entity.
Entities of the same type, produce similarly structured Readings. This allows you to process them uniformly, regardless of type of device or vehicle your working with.
Each Reading may contain several independent metrics. Depending on the type of Entity or it’s manufacturer, some metrics may be omitted because they are irrelevant, temporarly not available, or due to manufacturer limitations.
Metrics
Related to electricity use & production
The current flowing through the device at a specific moment, measured in amperes (A).
The voltage level of the device at a specific moment, measured in volts (V).
The total amount of energy sent back to the grid, measured in kilowatt-hours (kWh).
Breakdown of returned energy by phase, for multi-phase systems.
The real-time power being sent back to the grid, measured in watts (W).
The total amount of energy consumed by the device, measured in kilowatt-hours (kWh).
Breakdown of consumed energy by phase, for multi-phase systems.
The real-time power being consumed by the device, measured in watts (W).
The reactive energy consumed by the device, typically measured in kilovolt-amperes reactive hours (kVA).
Related to gas use & offset
The total volume of gas consumed, measured in cubic meters (m³).
The volume of gas returned or offset, measured in cubic meters (m³).
Related to EVs
Indicates whether the device is currently charging (true/false).
Shows whether the device is physically connected to a power source (true/false).
The current geographic location of the device in latitude and longitude coordinates.
An array of Entity-Locations that we’ve matched to this Reading.
The total distance the device has traveled, typically measured in kilometers (km) or miles.
The estimated distance the device can travel or operate before recharging (or refuelling, in case of PHEV).
The current charge level of the device’s battery, expressed relative to the maximum charge level.
The full object
Was this page helpful?