Tuya TLC2206
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": "cm"
},
{
"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": "min_set",
"label": "Min set",
"access": 3,
"type": "numeric",
"property": "min_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": "mm",
"value_max": 4000,
"value_min": 10,
"value_step": 5
},
{
"name": "liquid_depth_max",
"label": "Liquid depth max",
"access": 3,
"type": "numeric",
"property": "liquid_depth_max",
"description": "Height from sensor to liquid level",
"unit": "mm",
"value_max": 4000,
"value_min": 10,
"value_step": 5
}
]