Devices are the physical units that carries out measurements and transfers data to Divako. This could be, for example, zone water meters, an energy meter or domestic water meters. Each device can consist of one or more meters / sensors. The list of devices is essentially designed to configure and monitor your data traffic, network quality and integrity. It is the entrypoint for data where payloads submitted from the devices are stored, keys, parsing and other important device information is controlled to enable data to be parsed correctly and stored under meters connected from the device.
You cannot add devices to the devicelist yourself, they are created automatically arriving from integrations.
The device list header consist of a summary of what your devicelist contains:
In our test-project-example you can see that we have the following information starting from the left:
To the right there are three KPI's related to the connectivity of your devices. The settings for these status info can be changed by clicking the - Device status settings (see below). Online, warning and disconneced are all statuses the device gets from the settings you choose, and is related to how many hours it is since the last time you recieved payload from that device. The sum of the different statuses is the same number as the total Devicenumber of your list.
In Divako you can even set settings per network type. I.e you may expect a LoRaWan device to send payloads every day, but you can have wM-Bus devices where you recieve payloads only 3 days a week. Since we know this is and other examples is a problem in the real world we have made it simple to dynamically set status per network.
Devices will receive payloads from gateways. Some devices, of course, can be connected directly to Divako; in such cases, we do not display which gateway delivered the payloads but only the carrier name, since we know which network device sent the data.
Some devices may send data through another device, making the gateway another device. In LoRaWAN, a device can transmit data through multiple gateways. In such instances, we only display the gateway with the best signal that delivered the data to Divako. To determine the best gateway, we use both RSSI (Received Signal Strength Indicator) and SNR (Signal-to-Noise Ratio), giving them equal weight in our calculations.
Scenario:
Gateway | RSSI (dBm) | SNR (dB) |
---|---|---|
GW1 | -85 | 7.2 |
GW2 | -90 | 9.5 |
GW3 | -80 | 6.3 |
Calculation:
Gateway | RSSI (dBm) | SNR (dB) | Score (RSSI + SNR) |
---|---|---|---|
GW1 | -85 | 0.2 | -84.8 |
GW2 | -90 | 9.5 | -80.5 |
GW3 | -87 | 7.3 | -79.7 |
Result: