Raw Data Variables #
The following raw data variables are available for the Gateway. These variables can be used to analyse the raw device data and create custom analytics depending on the application.
| Variable Name | API Label | Unit | Description |
|---|---|---|---|
| DOWNLINK_COUNT | downlink_count | Downlink packets count since last reboot. | |
| ETH_CONNECTED | eth_connected | Status bit to indicate if the Ethernet interface has an internet connection. (0 = not connected, 1 = connected) | |
| LTE_CONNECTED | lte_connected | Status bit to indicate if the LTE interface has an internet connection. (0 =not connected, 1 = connected) | |
| LTE_INFO | lte_info | Gives information on the LTE latest operator, RSSI and SIM Card number. Updated daily | |
| STATUS | status | A periodic heartbeat to check if your gateway is connected. (0 = disconnected, 1 = connected) | |
| UPLINK_COUNT | uplink_count | Uplink packets count since last reboot |
Measurement and Analytics Variables #
The following variables on the Gateway device can be used to further analyse the connectivity of the device.
| Variable Name | API Label | Unit | Description |
|---|---|---|---|
| 24H_UPTIME | 24h_uptime | % | Tracks the amount of time the gateway as online in a rolling 24-hour period as a percentage. |
Alert Related Variables #
The following variables are related to the alert functionality and status of the device:
| Variable Name | API Label | Unit | Description |
|---|---|---|---|
| OFFLINE_ALERT_BIT | offline_alert_bit | Bit to toggle offline alerts on and off. (0 = off, 1 = on) | |
| UPTIME_ALERT_BIT | uptime_alert_bit | Bit to enable or disable uptime alerts. (0 = off, 1 = on) | |
| UPTIME_THRESHOLD | uptime_threshold | Percentage input for uptime trigger. |