Slacky-DIY THERM_SLACKY_DIY_R07
Model | THERM_SLACKY_DIY_R07 |
Vendor | Slacky-DIY |
Description | Tuya Thermostat for Floor Heating with custom Firmware |
Exposes | child_lock, programming_operation_mode, deadzone_temperature, min_heat_setpoint_limit, max_heat_setpoint_limit, eco_mode, eco_mode_cool_temperature, eco_mode_heat_temperature, fan_control, climate (local_temperature, occupied_heating_setpoint, local_temperature_calibration, system_mode, running_state, fan_mode, schedule), schedule_monday, schedule_tuesday, schedule_wednesday, schedule_thursday, schedule_friday, schedule_saturday, schedule_sunday |
Picture | ![]() |
OTA updates
This device supports OTA updates, for more information see OTA updates.
Options
How to use device type specific configuration
thermostat_unit
: Controls the temperature unit of the thermostat (default celsius). The value must be one ofcelsius
,fahrenheit
transition
: Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to0
(no transition). The value must be a number with a minimum value of0
Exposes
Child lock (binary)
Enables/disables physical input on the device. Value can be found in the published state on the child_lock
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"child_lock": ""}
. 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.
Programming operation mode (enum)
Setpoint or Schedule mode. Value can be found in the published state on the programming_operation_mode
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"programming_operation_mode": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"programming_operation_mode": NEW_VALUE}
. The possible values are: setpoint
, schedule
.
Deadzone temperature (numeric)
The delta between local_temperature and current_heating_setpoint to trigger activity. Value can be found in the published state on the deadzone_temperature
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"deadzone_temperature": ""}
. 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
. The unit of this value is °C
.
Min heat setpoint limit (numeric)
Minimum Heating set point limit. Value can be found in the published state on the min_heat_setpoint_limit
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"min_heat_setpoint_limit": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"min_heat_setpoint_limit": NEW_VALUE}
. The minimal value is 5
and the maximum value is 15
. The unit of this value is °C
.
Max heat setpoint limit (numeric)
Maximum Heating set point limit. Value can be found in the published state on the max_heat_setpoint_limit
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"max_heat_setpoint_limit": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"max_heat_setpoint_limit": NEW_VALUE}
. The minimal value is 15
and the maximum value is 45
. The unit of this value is °C
.
Eco mode (binary)
On/Off Eco Mode. Value can be found in the published state on the eco_mode
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"eco_mode": ""}
. 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.
Eco mode cool temperature (numeric)
Set cool temperature in eco mode. Value can be found in the published state on the eco_mode_cool_temperature
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"eco_mode_cool_temperature": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"eco_mode_cool_temperature": NEW_VALUE}
. The minimal value is 10
and the maximum value is 30
. The unit of this value is °C
.
Eco mode heat temperature (numeric)
Set heat temperature in eco mode. Value can be found in the published state on the eco_mode_heat_temperature
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"eco_mode_heat_temperature": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"eco_mode_heat_temperature": NEW_VALUE}
. The minimal value is 10
and the maximum value is 30
. The unit of this value is °C
.
Fan control (binary)
On/Off Fan Control. Value can be found in the published state on the fan_control
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"fan_control": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"fan_control": NEW_VALUE}
. If value equals On
fan control is ON, if Off
OFF.
Climate
This climate device supports the following features: local_temperature
, occupied_heating_setpoint
, local_temperature_calibration
, system_mode
, running_state
, fan_mode
, schedule
.
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
and45
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"occupied_heating_setpoint": ""}
.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
,cool
,fan_only
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"system_mode": ""}
.running_state
: The current running state. Possible values are:idle
,heat
,cool
,fan_only
. 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/set
with payload{"local_temperature_calibration": VALUE}.
To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"local_temperature": ""}
.The minimal value is-9
and the maximum value is9
with a step size of1
.
Schedule monday (text)
Monday's schedule. Value can be found in the published state on the schedule_monday
property. It's not possible to read (/get
) or write (/set
) this value.
Schedule tuesday (text)
Tuesday's schedule. Value can be found in the published state on the schedule_tuesday
property. It's not possible to read (/get
) or write (/set
) this value.
Schedule wednesday (text)
Wednesday's schedule. Value can be found in the published state on the schedule_wednesday
property. It's not possible to read (/get
) or write (/set
) this value.
Schedule thursday (text)
Thursday's schedule. Value can be found in the published state on the schedule_thursday
property. It's not possible to read (/get
) or write (/set
) this value.
Schedule friday (text)
Friday's schedule. Value can be found in the published state on the schedule_friday
property. It's not possible to read (/get
) or write (/set
) this value.
Schedule saturday (text)
Saturday's schedule. Value can be found in the published state on the schedule_saturday
property. It's not possible to read (/get
) or write (/set
) this value.
Schedule sunday (text)
Sunday's schedule. Value can be found in the published state on the schedule_sunday
property. It's not possible to read (/get
) or write (/set
) this value.