Dragino makes LoRaWAN sensors for temperature, humidity, distance, soil, air quality and doors, and general-purpose nodes like the LSN50 that take external probes. They reach Cloud Studio IoT through the LoRaWAN network server you already use: the network server decodes each uplink with Dragino's official decoder, and the platform stores the readings and turns them into dashboards, alarms and reports.
Add each Dragino 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 Dragino'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.