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 TS0601_water_meter

ModelTS0601_water_meter
VendorTuya
DescriptionUltrasonic water meter
Exposeswater_consumed, month_consumption, daily_consumption, flow_rate, reverse_water_consumed, report_period, meter_id, temperature, voltage, faults
PictureTuya TS0601_water_meter

Options

How to use device type specific configuration

  • water_consumed_precision: Number of digits after decimal point for water_consumed, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

  • water_consumed_calibration: Calibrates the water_consumed value (absolute offset), takes into effect on next report of device. The value must be a number.

  • month_consumption_precision: Number of digits after decimal point for month_consumption, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

  • month_consumption_calibration: Calibrates the month_consumption value (absolute offset), takes into effect on next report of device. The value must be a number.

  • daily_consumption_precision: Number of digits after decimal point for daily_consumption, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

  • daily_consumption_calibration: Calibrates the daily_consumption value (absolute offset), takes into effect on next report of device. The value must be a number.

  • flow_rate_precision: Number of digits after decimal point for flow_rate, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

  • flow_rate_calibration: Calibrates the flow_rate value (absolute offset), takes into effect on next report of device. The value must be a number.

  • reverse_water_consumed_precision: Number of digits after decimal point for reverse_water_consumed, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

  • reverse_water_consumed_calibration: Calibrates the reverse_water_consumed value (absolute offset), takes into effect on next report of device. The value must be a number.

  • temperature_precision: Number of digits after decimal point for temperature, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

  • temperature_calibration: Calibrates the temperature value (absolute offset), takes into effect on next report of device. The value must be a number.

  • temperature_calibration: Calibrates the temperature value (absolute offset), takes into effect on next report of device. The value must be a number.

  • temperature_precision: Number of digits after decimal point for temperature, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a maximum value of 3

Exposes

Water consumed (numeric)

Total water consumption. Value can be found in the published state on the water_consumed property. It's not possible to read (/get) or write (/set) this value. The unit of this value is m³.

Month consumption (numeric)

Monthly water consumption. Value can be found in the published state on the month_consumption property. It's not possible to read (/get) or write (/set) this value. The unit of this value is m³.

Daily consumption (numeric)

Daily water consumption. Value can be found in the published state on the daily_consumption property. It's not possible to read (/get) or write (/set) this value. The unit of this value is m³.

Flow rate (numeric)

Instantaneous flow rate. Value can be found in the published state on the flow_rate property. It's not possible to read (/get) or write (/set) this value. The unit of this value is m³/h.

Reverse water consumed (numeric)

Reverse water consumption. Value can be found in the published state on the reverse_water_consumed property. It's not possible to read (/get) or write (/set) this value. The unit of this value is m³.

Report period (enum)

Report period. Value can be found in the published state on the report_period 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 {"report_period": NEW_VALUE}. The possible values are: 1h, 2h, 3h, 4h, 6h, 8h, 12h, 24h.

Meter id (text)

Meter identification number. Value can be found in the published state on the meter_id property. It's not possible to read (/get) or write (/set) this value.

Temperature (numeric)

Measured temperature value. Value can be found in the published state on the temperature property. It's not possible to read (/get) or write (/set) this value. The unit of this value is °C.

Voltage (numeric)

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

Faults (text)

Active fault status. Value can be found in the published state on the faults property. It's not possible to read (/get) or write (/set) this value.

Help to make the docu better and edit this page on Github ✌
Last Updated: 3/19/26, 7:05 PM