--- title: "Tuya TLC2206 control via MQTT" description: "Integrate your Tuya TLC2206 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway." addedAt: 2025-05-01T17:56:32 pageClass: device-page --- # Tuya TLC2206 | | | |-----|-----| | Model | TLC2206 | | Vendor | [Tuya](/supported-devices/#v=Tuya) | | Description | Water level sensor | | Exposes | liquid_state, liquid_level_percent, liquid_depth, min_set, max_set, liquid_depth_max, installation_height | | Picture | ![Tuya TLC2206](https://www.zigbee2mqtt.io/images/devices/TLC2206.png) | ## Notes The EPT TECH TLC2206 is a Tuya-based ultrasonic water (liquid) level monitor. It measures the distance to the water surface and reports the water level in centimeters and percent. Configuration values (e.g., tank depth or installation height) are set in millimeters. ## Options *[How to use device type specific configuration](../guide/configuration/devices-groups.md#specific-device-options)* * `time_start`: Reply to Tuya-specific time synchronization requests: "1970" - Reply with seconds since 1970/01/01 (recommended, should stop the device from asking), "2000" - Reply with seconds since 2000/01/01 (use if the weekday is wrong with 1970), "off" - Don't reply (use if replying causes too much traffic). Default for this device: "off". The value must be one of `1970`, `2000`, `off` ## Exposes ### Liquid state (enum) Liquid level status. Value can be found in the published state on the `liquid_state` property. It's not possible to read (`/get`) or write (`/set`) this value. The possible values are: `low`, `normal`, `high`. ### Liquid level percent (numeric) Liquid level ratio. Value can be found in the published state on the `liquid_level_percent` property. It's not possible to read (`/get`) or write (`/set`) this value. The unit of this value is `%`. ### Liquid depth (numeric) Liquid depth. Value can be found in the published state on the `liquid_depth` property. It's not possible to read (`/get`) or write (`/set`) this value. The unit of this value is `m`. ### Min set (numeric) Liquid minimum percentage. Value can be found in the published state on the `min_set` property. It's not possible to read (`/get`) this value. To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"min_set": NEW_VALUE}`. The minimal value is `0` and the maximum value is `100`. The unit of this value is `%`. ### Max set (numeric) Liquid maximum percentage. Value can be found in the published state on the `max_set` property. It's not possible to read (`/get`) this value. To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"max_set": NEW_VALUE}`. The minimal value is `0` and the maximum value is `100`. The unit of this value is `%`. ### Liquid depth max (numeric) Distance from sensor to liquid surface. Value can be found in the published state on the `liquid_depth_max` property. It's not possible to read (`/get`) this value. To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"liquid_depth_max": NEW_VALUE}`. The minimal value is `0.1` and the maximum value is `2`. The unit of this value is `m`. ### Installation height (numeric) Distance from sensor to bottom of the tank. Value can be found in the published state on the `installation_height` property. It's not possible to read (`/get`) this value. To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"installation_height": NEW_VALUE}`. The minimal value is `0.1` and the maximum value is `3`. The unit of this value is `m`.