Home / Sensors / Renke RS-WS-N01-TR
Renke · RS-485 sensor
Shandong Renke Control Technology
Renke 2-in-1 moisture + temperature probe (ZTS-compatible registers).
Specs sourced from: Official Renke RS-WS-N01-TR Type-485 manual.
Function codes 0x03 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 | %RH | RO | v4 CORRECTION: 0000H=moisture (not temperature as stated in v3). Confirmed by cross-referencing ZTS-3000-TR-WS official PDF hex response example which uses identical frame format and confirms 0000H=moisture. |
| 0001H | 40002 | Soil temperature | int16 | 0.1 | °C | RO | 0001H=temperature. Negative in two's complement. Range -40 to 80°C. |
v4 CORRECTION: Register order in v3 was WRONG. v3 incorrectly stated 0000H=temperature based on misreading prose in the Digikey PDF. The actual hex response example in the same PDF shows 0292H at register0 (=65.8% moisture) and FF9BH at register1 (=-10.1°C temperature) — same order as ZTS family. This sensor now shares ZTS_2in1 firmware profile. Separate RENKE_WS_2in1 profile from v3 is retired.
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