v2

Device type API Label: aquana_meter_v1.0

Raw Data Variables

These are the variables sent directly by the device.

Variable Name
API Label
UnitDescription
AC_POWER_BIT
ac_power_bit
Indicates if the device is powered by AC (1) or not (0).
AMBIENT_TEMPERATURE
ambient_temperature
°CAmbient temperature measured by the device with a resolution of 0.01 °C.
AMBIENT_TEMPERATURE_FAHRENHEIT
ambient_temperature_fahrenheit
°FAmbient temperature measured by the device with a resolution of 0.018 °F.
BATTERY_INDICATION_BIT
battery_indication_bit
State of the battery as good (2), average (1) or bad (0) based on the battery voltage.
BATTERY_PERCENTAGE
battery_percentage
%Latest averaged battery percentage level of the device.
BATTERY_VOLTAGE
battery_voltage
VLatest averaged battery level of the device.
BOOT_COUNT
boot_count
Total number of system boots since device birth.
CHECKIN_TYPE
checkin_type
Type of check-in from the device: Periodic (0), Alert (1), Retry (2), or Command ACK / Other (3).
COMMAND_ID
command_id
Application-level Command ID from the cloud. Carried in subsequent uplinks as execution acknowledgement. Defaults to 0x00000001 after boot.
CONSUMPTION_SINCE_LAST_TX_M3
consumption_since_last_tx_m3
The consumption measured since the last transmission by the device in m³.
DATA_VERSION
data_version
Version identifier for the data payload format.
FRAME_COUNT
frame_count
Number of messages transmitted by the device since last reset.
RSSI
rssi
dBmHow good the signal power (radio signal) is from the device to the closest gateway.
SNR
snr
dBmSignal-to-noise ratio from the device to the closest gateway.
SPREADING_FACTOR
spreading_factor
LoRaWAN spreading factor — a lower value means lower transmit power and more battery efficient operation.
TOTAL_CONSUMPTION_FT3
total_consumption_ft3
ft³The total water consumption measured by the device in ft³.
TOTAL_CONSUMPTION_L
total_consumption_l
LThe total water consumption measured by the device in litres.
TOTAL_CONSUMPTION_M3
total_consumption_m3
The total water consumption measured by the device in m³.
TURN_COUNT
turn_count
Total number of valve position changes since device birth.
VALVE_STATUS
valve_status
Indicates the status of the valve as open (0), closed (1), reduced (2) or unknown (3).

Internal Configuration and Device Management Variables

Variables used for device control, status monitoring, and remote management.

Variable Name
API Label
UnitDescription
CLOSE_VALVE
close_valve
Control variable for the valve (0 = open, 1 = closed, 2 = reduced, 3 = sediment turn).
CONFIRM_STATUS
confirm_status
Acknowledges and confirms the current device status.
DEVICE_ALERT
device_alert
Indicates that the device requires attention.
DEVICE_MISSED_UPDATE_BIT
device_missed_update_bit
Set to 1 if the device has not sent a message in the past hour.
DEVICE_OFFLINE_BIT
device_offline_bit
Set to 1 if the device has missed an update and DEVICE_MISSED_UPDATE_BIT is already set.
SIGNAL_QUALITY_CHECK
signal_quality_check
Indicates the signal quality seen by the device.

Alert Related Variables

Variables that control and report alert conditions.

Variable Name
API Label
UnitDescription
BATTERY_ALERT_ENABLED
battery_alert_enabled
Controls whether battery alerts are sent on Ubidots (1 = on, 0 = off).
CONTINUOUS_FLOW_ALERT
continuous_flow_alert
Indicates if the device is detecting a continuous flow (1) or not (0).
PINHOLE_LEAK_ALERT
pinhole_leak_alert
Indicates if the device detected a pinhole leak (1) or not (0).
PIPE_BURST_ALERT
pipe_burst_alert
Indicates if the device detected a pipe burst (1) or not (0).
SEND_VALVE_ALERT
send_valve_alert
Indicates if a valve alert needs to be sent for the device (1) or not (0).
TEMPERATURE_ALERT_ENABLED
temperature_alert_enabled
Controls whether temperature alerts are sent on Ubidots (1 = on, 0 = off).
TEMPERATURE_ALERT_HIGH_THRESHOLD
temperature_alert_high_threshold
High temperature threshold for Ubidots alerts.
TEMPERATURE_ALERT_LOW_THRESHOLD
temperature_alert_low_threshold
Low temperature threshold for Ubidots alerts.