Skip to the content.

Tuya ME201WZ

Water level sensor

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": "liquid_level_percent",
    "label": "Liquid level percent",
    "access": 1,
    "type": "numeric",
    "property": "liquid_level_percent",
    "description": "Liquid level ratio",
    "unit": "%"
  },
  {
    "name": "liquid_depth",
    "label": "Liquid depth",
    "access": 1,
    "type": "numeric",
    "property": "liquid_depth",
    "description": "Liquid Depth",
    "unit": "m"
  },
  {
    "name": "liquid_state",
    "label": "Liquid state",
    "access": 1,
    "type": "enum",
    "property": "liquid_state",
    "description": "Liquid level status",
    "values": [
      "low",
      "normal",
      "high"
    ]
  },
  {
    "name": "max_set",
    "label": "Max set",
    "access": 3,
    "type": "numeric",
    "property": "max_set",
    "description": "Liquid max percentage",
    "unit": "%",
    "value_max": 100,
    "value_min": 0,
    "value_step": 1
  },
  {
    "name": "mini_set",
    "label": "Mini set",
    "access": 3,
    "type": "numeric",
    "property": "mini_set",
    "description": "Liquid minimal percentage",
    "unit": "%",
    "value_max": 100,
    "value_min": 0,
    "value_step": 1
  },
  {
    "name": "installation_height",
    "label": "Installation height",
    "access": 3,
    "type": "numeric",
    "property": "installation_height",
    "description": "Height from sensor to tank bottom",
    "unit": "m",
    "value_max": 4,
    "value_min": 0.1,
    "value_step": 0.01
  },
  {
    "name": "liquid_depth_max",
    "label": "Liquid depth max",
    "access": 3,
    "type": "numeric",
    "property": "liquid_depth_max",
    "description": "Height from sensor to liquid level",
    "unit": "m",
    "value_max": 4,
    "value_min": 0.1,
    "value_step": 0.01
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "category": "diagnostic",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related