WebHooks integration is one of the easiest ways to make Divako send incoming packets to a specified address in a project.
{
"device": {},
"network": {},
"data": {},
"event": {},
"recorder": {},
"configuration": {}
}
Parameter | Description |
---|---|
device | Device details, locations and status |
network | Connection, signal information |
data | Metering data |
event | Alerts, notifications |
recorder | Describes what meters divako listens to |
configuration | If device sending some specific config data |
{
"device": {
"name": "Device Name",
"deveui": "0000000000000000",
"appeui": "0000000000000000",
"serial": "00000000",
"status": "1"
},
"network": {
"dr": 2,
"freq": 867.7,
"gw_count": 1,
"rssi": -116,
"snr": -15,
"count": 2470,
"carrier": "lorawan",
"gweui": "0000000000000000"
},
"data": {
"accumulated_volume": [
{
"value": 352.1,
"formatted": "352.1 m³",
"_unit": "m³"
}
]
},
"event": {
"tamper_alert": {
"value": 0,
"formatted": "no"
},
"battery_alert": {
"value": 0,
"formatted": "no"
},
"backflow_alert": {
"value": 0,
"formatted": "no"
},
"low_temperature_notif": {
"value": 0,
"formatted": "no"
},
"leak_alert": {
"value": 0,
"formatted": "no"
}
},
"date": "2022-11-25 11:02:58",
"recorder": [
"accumulated_volume/0/f59dce5cb9bfba65"
]
}