Moes ZHT-002
| Model | ZHT-002 |
| Vendor | Moes |
| Description | ZHT series thermostat |
| Exposes | state, child_lock, system_mode, eco_mode, sensor, valve_state, min_temperature, max_temperature, climate (local_temperature, current_heating_setpoint, local_temperature_calibration), max_temperature_limit, deadzone_temperature, programming_mode |
| Picture | ![]() |
Options
How to use device type specific configuration
time_start: Reply to Tuya-specific time synchronization requests: "1970" - Reply with seconds since 1970/01/01 (recommended, should stop the device from asking), "2000" - Reply with seconds since 2000/01/01 (use if the weekday is wrong with 1970), "off" - Don't reply (use if replying causes too much traffic). Default for this device: "2000". The value must be one of1970,2000,off
Exposes
State (binary)
Turn the thermostat ON/OFF. Value can be found in the published state on the state property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": NEW_VALUE}. If value equals ON state is ON, if OFF OFF.
Child lock (binary)
Enables/disables physical input on the device. Value can be found in the published state on the child_lock property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"child_lock": NEW_VALUE}. If value equals LOCK child lock is ON, if UNLOCK OFF.
System mode (binary)
Manual = Manual or Schedule = Auto. Value can be found in the published state on the system_mode property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"system_mode": NEW_VALUE}. If value equals Auto system mode is ON, if Manual OFF.
Eco mode (binary)
ECO mode (energy saving mode). Value can be found in the published state on the eco_mode property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"eco_mode": NEW_VALUE}. If value equals ON eco mode is ON, if OFF OFF.
Sensor (enum)
Choose which sensor to use. Default: AL. Value can be found in the published state on the sensor property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"sensor": NEW_VALUE}. The possible values are: IN, AL, OU.
Valve state (enum)
State of the valve. Value can be found in the published state on the valve_state property. It's not possible to read (/get) or write (/set) this value. The possible values are: close, open.
Min temperature (numeric)
Minimum temperature. Value can be found in the published state on the min_temperature property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"min_temperature": NEW_VALUE}. The minimal value is 0 and the maximum value is 20. The unit of this value is °C.
Max temperature (numeric)
Maximum temperature. Value can be found in the published state on the max_temperature property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"max_temperature": NEW_VALUE}. The minimal value is 20 and the maximum value is 50. The unit of this value is °C.
Climate
This climate device supports the following features: local_temperature, current_heating_setpoint, local_temperature_calibration.
current_heating_setpoint: Temperature setpoint. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"current_heating_setpoint": VALUE}whereVALUEis the °C between0and50. Reading (/get) this attribute is not possible.local_temperature: Current temperature measured on the device (in °C). Reading (/get) this attribute is not possible.local_temperature_calibration: Offset to add/subtract to the local temperature. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"local_temperature_calibration": VALUE}.The minimal value is-9and the maximum value is9with a step size of1.
Max temperature limit (numeric)
Max temperature limit. Value can be found in the published state on the max_temperature_limit property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"max_temperature_limit": NEW_VALUE}. The minimal value is 25 and the maximum value is 70.
Deadzone temperature (numeric)
The difference between local temp and set temp that triggers heating. Value can be found in the published state on the deadzone_temperature property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"deadzone_temperature": NEW_VALUE}. The minimal value is 1 and the maximum value is 5. Besides the numeric values the following values are accepted: default.
Programming mode (composite)
Schedule: W=Weekdays, S=Saturday, U=Sunday. 4 slots each with hour(h), minute(m), temperature(t).. Can be set by publishing to zigbee2mqtt/FRIENDLY_NAME/set with payload {"programming_mode": {"0": VALUE, "1": VALUE, "3": VALUE, "4": VALUE, "5": VALUE, "7": VALUE, "8": VALUE, "9": VALUE, "11": VALUE, "12": VALUE, "13": VALUE, "15": VALUE, "16": VALUE, "17": VALUE, "19": VALUE, "20": VALUE, "21": VALUE, "23": VALUE, "24": VALUE, "25": VALUE, "27": VALUE, "28": VALUE, "29": VALUE, "31": VALUE, "32": VALUE, "33": VALUE, "35": VALUE, "36": VALUE, "37": VALUE, "39": VALUE, "40": VALUE, "41": VALUE, "43": VALUE, "44": VALUE, "45": VALUE, "47": VALUE}}
0(numeric): W1h max value is 231(numeric): W1m max value is 593(numeric): W1t min value is 5, max value is 45, unit is °C4(numeric): W2h max value is 235(numeric): W2m max value is 597(numeric): W2t min value is 5, max value is 45, unit is °C8(numeric): W3h max value is 239(numeric): W3m max value is 5911(numeric): W3t min value is 5, max value is 45, unit is °C12(numeric): W4h max value is 2313(numeric): W4m max value is 5915(numeric): W4t min value is 5, max value is 45, unit is °C16(numeric): S1h max value is 2317(numeric): S1m max value is 5919(numeric): S1t min value is 5, max value is 45, unit is °C20(numeric): S2h max value is 2321(numeric): S2m max value is 5923(numeric): S2t min value is 5, max value is 45, unit is °C24(numeric): S3h max value is 2325(numeric): S3m max value is 5927(numeric): S3t min value is 5, max value is 45, unit is °C28(numeric): S4h max value is 2329(numeric): S4m max value is 5931(numeric): S4t min value is 5, max value is 45, unit is °C32(numeric): U1h max value is 2333(numeric): U1m max value is 5935(numeric): U1t min value is 5, max value is 45, unit is °C36(numeric): U2h max value is 2337(numeric): U2m max value is 5939(numeric): U2t min value is 5, max value is 45, unit is °C40(numeric): U3h max value is 2341(numeric): U3m max value is 5943(numeric): U3t min value is 5, max value is 45, unit is °C44(numeric): U4h max value is 2345(numeric): U4m max value is 5947(numeric): U4t min value is 5, max value is 45, unit is °C

