Milesight makes LoRaWAN sensors for air quality, occupancy, temperature, energy, level and leaks, among others. They reach Cloud Studio IoT through the LoRaWAN network server you already use: the network server decodes each uplink with Milesight's official decoder and forwards it, and the platform stores the readings and turns them into dashboards, alarms and reports.
Add each Milesight sensor to The Things Stack, LORIOT or ThingPark X with its DevEUI and keys. In The Things Stack, pick the model from the device repository and Milesight's official decoder is applied for you.
Set up the Cloud Studio integration once per network server: a webhook in The Things Stack, an application output in LORIOT or the ThingPark X IoT Flow connection. It needs your instance name and an access token.
Add each sensor with its address and model. A natively supported model decodes on its own. Otherwise, create a device model whose script reads the fields the network server already decoded, with payload.asParsedObject(), and assigns them to the device's endpoints.
Each reading becomes a device variable that you can show on dashboards, use in alarms by email or SMS and include in scheduled reports.
Payload examples, official decoders and setup steps for each model.