Skip to main content
  1. HomeHomeBreadcrumb divier
  2. Hygiene Management - Sensors & GatewaysBreadcrumb divier
  3. Sensor NetworksBreadcrumb divier
  4. TheThingsNetwork

TheThingsNetwork

Link iconThis is a paid feature. Please contact us for further details and pricing.Get in touchLink icon

This article provides a step-by-step guide on how to configure TheThingsNetwork (TTN) for integration with your system. It covers the essential setup procedures, required connection parameters, and configuration options to ensure smooth and reliable communication between your devices and the ConnectedCooking infrastructure. Official TTN documentation for setting up the integration (link).


  1. Navigate to Applications → <your-application-name> → Webhooks on your TTN account
  2. Add a new Custom Webhook and enter the following details like shown in Figure 1 by replacing all X with your secrets (provided after setting up the Sensor-Network in ConnectedCooking)
TheThingsNetwork Webhook Integration

Figure 1


Payload format

The following data, from the uplink message, is relevant and will be processed by ConnectedCooking:

{
"end_device_ids": {
"dev_eui": "XXXXXXX"
},
"uplink_message": {
"frm_payload": "XXXXXXXX",
"rx_metadata": [
{
"received_at": "2019-11-08T13:59:25Z",
"time": "2019-11-08T13:59:25Z",
"rssi": -90, // in dBm
"snr": 12.1
},
...
]
}
}
Highlightbox

The best signal (rssi) value will be selected by our system from the "rx_metadata"

Was this resource helpful?

Related Articles

Contact

Contact Support.

Let us know how we can help you more.