Skip to the content.

TuYa ZS06

Universal smart IR remote control

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:

[
  {
    "type": "switch",
    "features": [
      {
        "name": "state",
        "label": "State",
        "access": 2,
        "type": "binary",
        "property": "learn_ir_code",
        "description": "Turn on to learn new IR code",
        "value_on": "ON",
        "value_off": "OFF"
      }
    ]
  },
  {
    "name": "learned_ir_code",
    "label": "Learned ir code",
    "access": 1,
    "type": "text",
    "property": "learned_ir_code",
    "description": "The IR code learned by device"
  },
  {
    "name": "ir_code_to_send",
    "label": "Ir code to send",
    "access": 2,
    "type": "text",
    "property": "ir_code_to_send",
    "description": "The IR code to send by device"
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related