Skip to the content.

TuYa TS0224

Smart light & sound siren

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": "warning",
    "label": "Warning",
    "access": 2,
    "type": "composite",
    "property": "warning",
    "features": [
      {
        "name": "mode",
        "label": "Mode",
        "access": 2,
        "type": "enum",
        "property": "mode",
        "description": "Mode of the warning (sound effect)",
        "values": [
          "stop",
          "burglar",
          "fire",
          "emergency",
          "police_panic",
          "fire_panic",
          "emergency_panic"
        ]
      },
      {
        "name": "level",
        "label": "Level",
        "access": 2,
        "type": "enum",
        "property": "level",
        "description": "Sound level",
        "values": [
          "low",
          "medium",
          "high",
          "very_high"
        ]
      },
      {
        "name": "strobe_level",
        "label": "Strobe level",
        "access": 2,
        "type": "enum",
        "property": "strobe_level",
        "description": "Intensity of the strobe",
        "values": [
          "low",
          "medium",
          "high",
          "very_high"
        ]
      },
      {
        "name": "strobe",
        "label": "Strobe",
        "access": 2,
        "type": "binary",
        "property": "strobe",
        "description": "Turn on/off the strobe (light) during warning",
        "value_on": true,
        "value_off": false
      },
      {
        "name": "strobe_duty_cycle",
        "label": "Strobe duty cycle",
        "access": 2,
        "type": "numeric",
        "property": "strobe_duty_cycle",
        "description": "Length of the flash cycle",
        "value_max": 10,
        "value_min": 0
      },
      {
        "name": "duration",
        "label": "Duration",
        "access": 2,
        "type": "numeric",
        "property": "duration",
        "description": "Duration in seconds of the alarm",
        "unit": "s"
      }
    ]
  },
  {
    "name": "light",
    "label": "Light",
    "access": 3,
    "type": "binary",
    "property": "light",
    "description": "Turn the light of the alarm ON/OFF",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "duration",
    "label": "Duration",
    "access": 3,
    "type": "numeric",
    "property": "duration",
    "description": "Duration of the alarm",
    "unit": "s",
    "value_max": 3600,
    "value_min": 60,
    "value_step": 1
  },
  {
    "name": "volume",
    "label": "Volume",
    "access": 3,
    "type": "enum",
    "property": "volume",
    "description": "Volume of the alarm",
    "values": [
      "mute",
      "low",
      "medium",
      "high"
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related