This article provides a step-by-step guide on how to configure Loriot 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 Applications → <your-application-name> → Output on your account
- Add new Output and enter the following details

The field "Authorization" header value (Optional) , in Figure above, only requires the part ApiKey XXXXX as value and not the Authorization name as copied from ConnectedCooking
Also don't forget to configure the mandatory HTTP features

Note the "black" background on the boxes represent the enabled state
Payload format
The following data, from the uplink message ("Extended verbosity"), is relevant and will be processed by ConnectedCooking:
{
"cmd": "rx",
"EUI": "XXXXXXXX",
"ts": 1573217965, // unix timestamp
"bat": 0,
"data": "XXXXXXXXXX" // data in hexadecimal
"rssi": -90, // in dBm
"snr": 12.3
}