Tuya ZWT07
Model | ZWT07 |
Vendor | Tuya |
Description | Wall-mount thermostat |
Exposes | climate (current_heating_setpoint, system_mode, running_state, preset, local_temperature), frost |
Picture | ![]() |
Exposes
Climate
This climate device supports the following features: current_heating_setpoint
, system_mode
, running_state
, preset
, local_temperature
.
current_heating_setpoint
: Temperature setpoint. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"current_heating_setpoint": VALUE}
whereVALUE
is the °C between5
and60
. Reading (/get
) this attribute is not possible.local_temperature
: Current temperature measured on the device (in °C). To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"local_temperature": ""}
.system_mode
: Mode of this device. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"system_mode": VALUE}
whereVALUE
is one of:off
,heat
. Reading (/get
) this attribute is not possible.preset
: Mode of this device (similar to system_mode). To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"preset": VALUE}
whereVALUE
is one of:manual
,program
. Reading (/get
) this attribute is not possible.running_state
: The current running state. Possible values are:idle
,heat
. Reading (/get
) this attribute is not possible.
Frost (binary)
Antifreeze function. Value can be found in the published state on the frost
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 {"frost": NEW_VALUE}
. If value equals ON
frost is ON, if OFF
OFF.