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

    • Zigbee network
    • Improve network range and stability
    • 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
    • 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 872WZ

Model872WZ
VendorTuya
DescriptionWater level sensor
Exposesliquid_state, liquid_level_percent, liquid_depth, max_set, min_set, liquid_depth_max, installation_height, silent_mode, alarm_duration
PictureTuya 872WZ

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.

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

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

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

Silent mode (binary)

Mute the buzzer for all alarms. Value can be found in the published state on the silent_mode 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 {"silent_mode": NEW_VALUE}. If value equals ON silent mode is ON, if OFF OFF.

Alarm duration (numeric)

Value can be found in the published state on the alarm_duration 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 {"alarm_duration": NEW_VALUE}. The minimal value is 1 and the maximum value is 60. The unit of this value is min.

Help to make the docu better and edit this page on Github ✌
Page was last updated on: 6/30/26, 7:20 PM