Zigbee2MQTTZigbee2MQTT
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)

Tuya TLC2206

ModelTLC2206
VendorTuya
DescriptionWater level sensor
Exposesliquid_level_percent, liquid_depth, liquid_state, max_set, min_set, installation_height, liquid_depth_max
PictureTuya TLC2206

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.

Exposes

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 cm.

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.

Max set (numeric)

Liquid max 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 %.

Min set (numeric)

Liquid minimal 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 %.

Installation height (numeric)

Height from sensor to tank bottom. 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 10 and the maximum value is 4000. The unit of this value is mm.

Liquid depth max (numeric)

Height from sensor to liquid level. 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 10 and the maximum value is 4000. The unit of this value is mm.

Help to make the docu better and edit this page on Github ✌
Last Updated:: 5/19/25, 6:34 PM