All data is grouped in multiple clusters that indicates the data type. There are multiple data sources of the different clusters, this is differentiated in the the endpoint. An overview of the endpoints and related data clusters is shown below. All SmartBridges report the according to the structure below, as long as that data is available.

EndpointDescriptionCluster List
1Device Info, Network ConfigBasic, LAN Configuration
10Electricity Meter (total)Simple metering, NILM
11Gas MeterSimple metering
31Electricity Meter (phase 1)Simple metering
32Electricity Meter (phase 2)Simple metering
33Electricity Meter (phase 3)Simple metering

Reporting Types

Attributes can generally be of 3 types - static, dynamic and active.

Static

static attributes are not expected to change during runtime and therefore are reported just once to the platform after each restart.

Dynamic

dynamic attributes can change, and the platform will be notified of any change via a single report.

Active

active attributes can also change during runtime, but are not simply reported on each update, but rather according to a specific configuration. The configuration consists of a minimum interval, below which a report is never generated and a maximum interval which defines the longest possible time between reports. Additionally there is a threshold parameter which will cause a report to be generated if the interval is between the minimum and maximum, and the threshold is exceeded. In this way an attribute whose value is changing frequently will generate more reports than an attribute whose value is relatively stable.

In the attributes tables below active attributes have reporting configurations denoted in the format:

    <min interval> / <max interval> / <threshold>