Home / Sensors / ZTS-3000-TR-ECWS-N01
ZTS · RS-485 sensor
Zhaotaisheng
3-in-1 soil moisture + temperature + EC probe.
Specs sourced from: Official ZTS-3000-TR-* datasheets (R224068/R224069/R224070).
Function codes 0x03, 0x04, 0x06 at 4800 bps, 8N1. Data registers are read with 0x03; configuration registers are written with 0x06. PLC column shows the 4xxxx Modbus holding-register convention.
| Register | PLC | Parameter | Type | Scale | Unit | R/W | Notes |
|---|---|---|---|---|---|---|---|
| 0000H | 40001 | Soil moisture | uint16 | 0.1 | % | RO | Expanded 10x. Range 0-100%. |
| 0001H | 40002 | Soil temperature | int16 | 0.1 | °C | RO | Expanded 10x. Negative values in two's complement. |
| 0002H | 40003 | Electrical conductivity | uint16 | 1 | uS/cm | RO | Range 0-20000 uS/cm. Resolution 1 uS/cm. |
| 07D0H | 42001 | Device address | uint16 | 1 | — | RW | Range 1-254. Factory default 1. |
| 07D1H | 42002 | Baud rate | uint16 | 1 | — | RW | Factory default 1 (4800 bps). 0=2400; 1=4800; 2=9600; 3=19200; 4=38400; 5=57600; 6=115200; 7=1200 |
This probe is configured over the same RS-485 bus using Modbus write commands (function code 0x06). Configure one device at a time on the bus.
3-in-1 sensor: moisture + temperature + EC. Query length must be 3 (not 4). Confirmed from uploaded official datasheet.
Every sensor on this page is in our RS-485 library. Pick your model, and the firmware-generation pipeline builds the Modbus (or ASCII) polling code for an ESP32-S3 node — no hand-coding the register math.
Request access