格物至诚GEWU IoT
Wiki/API & Protocols / MQTT

GEWU DOCUMENTATION

GW-LS-RF 4G Rice Field Water Level Gauge MQTT Protocol

Intelligent Gateway Rice Field Water Level Gauge Quick Access Platform

2026-09-07
Export Word
QUICK ANSWER

What should I know about GW-LS-RF 4G Rice Field Water Level Gauge MQTT Protocol ?

Intelligent Gateway Rice Field Water Level Gauge Quick Access Platform

API Integration Guide

Link: https://s.apifox.cn/73f6516e-148e-4566-a43c-cf4e9d0b764f

Please contact the manufacturer to obtain the API login account and password.

Payload JSON Specification

Field Description

📢 Bold items represent key fields

FieldDescriptionRead‑Write TypeData TypeRemarks
ICCIDSIM card serial numberRead‑onlyString
VBATBattery voltage / controller supply voltageRead‑onlyfloatExample value: 12.05V
CSTAMPTimestampRead‑onlyint32Timestamp of device‑reported data
CSQSignal strengthRead‑onlyint32Value range: 0‑31
WLEVELWater levelRead‑onlyint32Water‑level value, unit: mm

Data Update Description

Default data reporting interval: 60 minutes

{
    "CSTAMP": 1764831240,
    "VBAT": 12.02,
    "CSQ": 27,
    "ICCID": "898608391624D1231038",
    "WLEVEL": 50
}

Direct MQTT Server Connection (IoT Platform Required)

Login Parameters

📌 Configure the following parameters into the gateway according to the device MQTT parameters provided by the docking platform.

  • Client ID:
  • Username:
  • Password:
  • Controller Uplink Publish TOPIC:
  • Controller Downlink Subscribe TOPIC:
  • MQTT Server Address:
  • MQTT Port:

Configure the above parameters into the smart gateway.

After configuration, the device will be shown as online on the platform.

After going online, the gateway sends uplink JSON data through the uplink publish topic. The platform shall parse data according to the field definitions and uplink JSON sample.

Example: To check signal strength, the uplink publish topic is: 925089001 The platform receives JSON data via topic 925089001. The CSQ field in the thing‑model represents signal strength with a value of 29; parse other fields accordingly.

Was this helpful?