Data Model
Data model has those main entities:
Main data such as metrics, events, waveform, reports, etc .. All of them belong to an asset. An asset is anything on the real world (Buildings, Capacitor Banks, Secondary Substation, ...). Data is collected using devices (suchas meters or sensors) and is sent to the platform using Gateways. Each device is associated with an asset, but data is allways stored in the asset. Device and Gateways are just pass through entities.
Account
It represents an end customer
Asset
It represents a physical entity in the real world. It can be a building, a capacitor bank, a secondary substation, etc.
Each asset has a parent_id
that can be another asset or the root asset.
Asset Type | Description |
---|---|
ROOT | Represents the root asset |
BUILDING | Represents a building |
CAPACITOR_BANK | Represents a capacitor bank |
SECONDARY_SUBSTATION | Represents a substation |
TRANSFORMER | Represents a transformer |
FEEDER | Represents a feeder |
Gateway
It represents a device that collects data from other devices and sends it to the platform.
Gateway Type | Description |
---|---|
SMARTLINKVAR | Smart Link Var Gateway |
COMPUTERC6 | Computer C6 |
COMPUTERC12 | Computer C12 |
RSABT | RSABT Gateway |
POWER_STUDIO | Power Studio Gateway |
LINE_EDS_CLOUD | Line EDS Cloud Gateway |
LINE_EDS_PS | Line EDS PS Gateway |
QNA600 | QNA600 |
CVMD50 | CVM D50 |
QNAD510 | QNA D510 |
MYEBOX1600 | MyEBox 1600 |
CVMD400 | CVM D400 |
GENERIC | Generic Stomp Gateway |
OTHER | Other Gateway |
Device
It represents a device that collects data from the real world and sends it to the platform. It is important to know that thare are some phisical devices that are represented in the platforms with to entities. One gateway with one device.
Device Type | Description |
---|---|
COMPUTERC6 | Computer C6 |
COMPUTERC12 | Computer C12 |
TSABT | TSABT |
QNA600 | QNA600 |
CVMD50 | CVM D50 |
QNAD510 | QNA D510 |
MYEBOX1600 | MyEBox 1600 |
CVMA1600 | CVM A1600 |
OTHER | Other Device |