Tuya TS0601_fan_and_light_switch
| Model | TS0601_fan_and_light_switch |
| Vendor | Tuya |
| Description | Fan & light switch |
| Exposes | status_indication, switch (state), power_on_behavior, fan_speed |
| Picture | ![]() |
| White-label | Liwokit Fan+Light-01 |
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: "off". The value must be one of1970,2000,off
Exposes
Status indication (binary)
Light switch. Value can be found in the published state on the status_indication 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 {"status_indication": NEW_VALUE}. If value equals ON status indication is ON, if OFF OFF.
Switch
The current state of this switch is in the published state under the state property (value is ON or OFF). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": "ON"}, {"state": "OFF"} or {"state": "TOGGLE"}. It's not possible to read (/get) this value.
Power-on behavior (enum)
Controls the behavior when the device is powered on after power loss. Value can be found in the published state on the power_on_behavior 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 {"power_on_behavior": NEW_VALUE}. The possible values are: OFF, ON.
Fan speed (enum)
Speed of the fan. Value can be found in the published state on the fan_speed 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 {"fan_speed": NEW_VALUE}. The possible values are: minimum, medium, maximum.

