Skip to the content.

Tuya TS0601_heat_meter

Ultrasonic heat meter

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "water_consumed",
    "label": "Water consumed",
    "access": 1,
    "type": "numeric",
    "property": "water_consumed",
    "description": "Total water consumption",
    "unit": "m³",
    "value_min": 0,
    "value_step": 0.001
  },
  {
    "name": "monthly_water_consumption",
    "label": "Monthly water consumption",
    "access": 1,
    "type": "numeric",
    "property": "monthly_water_consumption",
    "description": "Monthly water consumption",
    "unit": "m³",
    "value_min": 0,
    "value_step": 0.001
  },
  {
    "name": "daily_water_consumption",
    "label": "Daily water consumption",
    "access": 1,
    "type": "numeric",
    "property": "daily_water_consumption",
    "description": "Daily water consumption",
    "unit": "m³",
    "value_min": 0,
    "value_step": 0.001
  },
  {
    "name": "report_period",
    "label": "Report period",
    "access": 3,
    "type": "enum",
    "property": "report_period",
    "description": "Report period",
    "values": [
      "1h",
      "2h",
      "3h",
      "4h",
      "6h",
      "8h",
      "12h",
      "24h",
      "48h",
      "72h"
    ]
  },
  {
    "name": "fault",
    "label": "Fault",
    "access": 1,
    "type": "text",
    "property": "fault",
    "description": "Alarm event status"
  },
  {
    "name": "prepayment_switch",
    "label": "Prepayment switch",
    "access": 3,
    "type": "binary",
    "property": "prepayment_switch",
    "description": "Cumulative metering switch",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "cumulative_heat",
    "label": "Cumulative heat",
    "access": 1,
    "type": "numeric",
    "property": "cumulative_heat",
    "description": "Cumulative heat",
    "unit": "kWh",
    "value_min": 0,
    "value_step": 0.01
  },
  {
    "name": "meter_id",
    "label": "Meter id",
    "access": 1,
    "type": "text",
    "property": "meter_id",
    "description": "Meter identification number"
  },
  {
    "name": "instantaneous_flow_rate",
    "label": "Instantaneous flow rate",
    "access": 1,
    "type": "numeric",
    "property": "instantaneous_flow_rate",
    "description": "Instantaneous flow rate",
    "unit": "m³/h",
    "value_min": 0,
    "value_step": 0.001
  },
  {
    "name": "inlet_water_temperature",
    "label": "Inlet water temperature",
    "access": 1,
    "type": "numeric",
    "property": "inlet_water_temperature",
    "description": "Inlet water temperature",
    "unit": "°C",
    "value_min": 0,
    "value_step": 0.01
  },
  {
    "name": "outlet_water_temperature",
    "label": "Outlet water temperature",
    "access": 1,
    "type": "numeric",
    "property": "outlet_water_temperature",
    "description": "Outlet water temperature",
    "unit": "°C",
    "value_min": 0,
    "value_step": 0.01
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 1,
    "type": "numeric",
    "property": "voltage",
    "description": "Power supply voltage",
    "unit": "V",
    "value_min": 0,
    "value_step": 0.01
  }
]

Related