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 ME202WZ

ModelME202WZ
VendorTuya
DescriptionWater level sensor
Exposesliquid_state, liquid_depth, power_level, max_set, mini_set, liquid_depth_max, liquid_level_percent, version
PictureTuya ME202WZ

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

Power level (numeric)

Power supply voltage. Value can be found in the published state on the power_level property. It's not possible to read (/get) or write (/set) this value. The unit of this value is V.

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

Mini set (numeric)

Liquid minimal percentage. Value can be found in the published state on the mini_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 {"mini_set": NEW_VALUE}. The minimal value is 0 and the maximum value is 100. The unit of this value is %.

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 0.1 and the maximum value is 4. The unit of this value is m.

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

Version (text)

Device version. Value can be found in the published state on the version property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"version": ""}. It's not possible to write (/set) this value.

Help to make the docu better and edit this page on Github ✌
Last Updated: 2/1/26, 7:45 PM