Tuya HY607W-3A
Model | HY607W-3A |
Vendor | Tuya |
Description | Thermostat for gas boiler |
Exposes | climate (local_temperature, occupied_heating_setpoint), mode_state, state, running_state |
Picture | ![]() |
Exposes
Climate
This climate device supports the following features: local_temperature
, occupied_heating_setpoint
.
occupied_heating_setpoint
: Temperature setpoint. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"occupied_heating_setpoint": VALUE}
whereVALUE
is the °C between5
and35
. Reading (/get
) this attribute is not possible.local_temperature
: Current temperature measured on the device (in °C). Reading (/get
) this attribute is not possible.
Mode state (enum)
Thermostat mode: manual, auto, or temp_override. Value can be found in the published state on the mode_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 {"mode_state": NEW_VALUE}
. The possible values are: manual
, auto
, temp_override
.
State (binary)
ON/OFF thermostat. 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.
Running state (enum)
State of heating. Value can be found in the published state on the running_state
property. It's not possible to read (/get
) or write (/set
) this value. The possible values are: idle
, heat
.