This article provides a step-by-step guide on how to configure Chirpstack 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.
- Navigate to Tenants → ChirpStack → Applications → on your Chripstack instance
- Select the tab Integration
- Create an new HTTP integration
- Enter all the details shown in ConnectedCooking like shown in Figure below by replacing all X with your secrets (provided after setting up the Sensor-Network in ConnectedCooking)

Figure 1
Payload format
The following data, from the uplink message , is relevant and will be processed by ConnectedCooking:
{
"time": "2019-11-08T13:59:25Z"
"data": "XXXXXXXXXX", // base64 encoded data
"dr": 5,
"deviceInfo": {
"devEui": "XXXXXXX"
},
"rxInfo": [
{
"rssi": -90, // in dBm
"snr": 12.1
},
...
]
}
The best signal value (rssi) is selected by our system from the “rxInfo” data.