Overview
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.
Endpoint | Description | Cluster List |
---|---|---|
1 | Device Info, Network Config | Basic, LAN Configuration |
10 | Electricity Meter (total) | Simple metering, NILM |
11 | Gas Meter | Simple metering |
31 | Electricity Meter (phase 1) | Simple metering |
32 | Electricity Meter (phase 2) | Simple metering |
33 | Electricity 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>
Updated about 1 year ago