Skip to the content.

Tuya TS0601_fan_dimmer_and_light_switch

Fan Dimmer and 1 Gang Light Switch

White-label models

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "fan_speed",
    "label": "Fan speed",
    "access": 3,
    "type": "numeric",
    "property": "fan_speed",
    "description": "Speed of the fan %",
    "unit": "%",
    "value_max": 100,
    "value_min": 0,
    "value_step": 1
  },
  {
    "name": "power_on_behavior",
    "label": "Power-on behavior",
    "access": 3,
    "type": "enum",
    "property": "power_on_behavior",
    "description": "Controls the behavior when the device is powered on after power loss",
    "category": "config",
    "values": [
      "off",
      "on",
      "previous"
    ]
  },
  {
    "name": "light_switch",
    "label": "Light switch",
    "access": 3,
    "type": "binary",
    "property": "light_switch",
    "description": "Light switch",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "indicator",
    "label": "Indicator",
    "access": 3,
    "type": "enum",
    "property": "indicator",
    "description": "LED indicator mode",
    "values": [
      "off",
      "off/on",
      "on"
    ]
  },
  {
    "name": "child_lock",
    "label": "Child lock",
    "access": 3,
    "type": "binary",
    "property": "child_lock",
    "description": "Child Lock",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "minimum_speed",
    "label": "Minimum speed",
    "access": 3,
    "type": "numeric",
    "property": "minimum_speed",
    "description": "Vitesse minimale du ventilateur",
    "unit": "%",
    "value_max": 100,
    "value_min": 0,
    "value_step": 1
  }
]

Related