TuYa TS0601_thermostat_1
Model | TS0601_thermostat_1 |
Vendor | TuYa |
Description | Thermostatic radiator valve |
Exposes | battery, lock (state), max_temperature, min_temperature, position, switch (state), window, heating, climate (local_temperature, current_heating_setpoint, local_temperature_calibration, preset, system_mode), programming_mode, boost_heating, boost_heating_countdown, linkquality |
Picture | ![]() |
White-label | Unknown/id3.pl GTZ06 |
Exposes
Battery (numeric)
Remaining battery in %. Value can be found in the published state on the battery
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 100
. The unit of this value is %
.
Lock
The current state of this lock is in the published state under the child_lock
property (value is LOCK
or UNLOCK
). To control this lock publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"child_lock": "LOCK"}
or {"child_lock": "UNLOCK"}
. It's not possible to read (/get
) this value.
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 15
and the maximum value is 35
. The unit of this value is °C
.
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 1
and the maximum value is 15
. The unit of this value is °C
.
Position (numeric)
Position. Value can be found in the published state on the position
property. It's not possible to read (/get
) or write (/set
) this value. The unit of this value is %
.
Switch
The current state of this switch is in the published state under the window_detection
property (value is ON
or OFF
). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"window_detection": "ON"}
, {"window_detection": "OFF"}
or {"window_detection": "TOGGLE"}
. It's not possible to read (/get
) this value.
Window (binary)
Window status closed or open . Value can be found in the published state on the window
property. It's not possible to read (/get
) or write (/set
) this value. If value equals CLOSED
window is ON, if OPEN
OFF.
Heating (binary)
Device valve is open or closed (heating or not). Value can be found in the published state on the heating
property. It's not possible to read (/get
) or write (/set
) this value. If value equals ON
heating is ON, if OFF
OFF.
Climate
This climate device supports the following features: local_temperature
, current_heating_setpoint
, local_temperature_calibration
, preset
, system_mode
.
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
and35
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"current_heating_setpoint": ""}
.local_temperature
: Current temperature measured on the device (in °C). Reading (/get
) this attribute is not possible.preset
: MANUAL MODE ☝ - In this mode, the device executes manual temperature setting. When the set temperature is lower than the "minimum temperature", the valve is closed (forced closed). AUTO MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature. ON - In this mode, the thermostat stays open OFF - In this mode, the thermostat stays closed. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"preset": VALUE}
whereVALUE
is one of:auto
,manual
,off
,on
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"preset": ""}
.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:auto
,heat
,off
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"system_mode": ""}
.local_temperature_calibration
: Offset to be used in the local_temperature. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"local_temperature_calibration": VALUE}.
Programming_mode (composite)
Auto MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature. . Can be set by publishing to zigbee2mqtt/FRIENDLY_NAME/set
with payload {"undefined": {"monday_schedule": VALUE, "tuesday_schedule": VALUE, "wednesday_schedule": VALUE, "thursday_schedule": VALUE, "friday_schedule": VALUE, "saturday_schedule": VALUE, "sunday_schedule": VALUE}}
monday_schedule
(text)tuesday_schedule
(text)wednesday_schedule
(text)thursday_schedule
(text)friday_schedule
(text)saturday_schedule
(text)sunday_schedule
(text)
Boost_heating (binary)
Boost Heating: press and hold "+" for 3 seconds, the device will enter the boost heating mode, and the ▷╵◁ will flash. The countdown will be displayed in the APP. Value can be found in the published state on the boost_heating
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 {"boost_heating": NEW_VALUE}
. If value equals ON
boost_heating is ON, if OFF
OFF.
Boost_heating_countdown (numeric)
Countdown in minutes. Value can be found in the published state on the boost_heating_countdown
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 {"boost_heating_countdown": NEW_VALUE}
. The minimal value is 0
and the maximum value is 1000
. The unit of this value is min
.
Linkquality (numeric)
Link quality (signal strength). Value can be found in the published state on the linkquality
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 255
. The unit of this value is lqi
.