Skip to the content.

Leviton RC-2000WH

Omnistat2 wireless thermostat

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:

[
  {
    "type": "climate",
    "features": [
      {
        "name": "occupied_heating_setpoint",
        "label": "Occupied heating setpoint",
        "access": 7,
        "type": "numeric",
        "property": "occupied_heating_setpoint",
        "description": "Temperature setpoint",
        "unit": "°C",
        "value_max": 30,
        "value_min": 10,
        "value_step": 1
      },
      {
        "name": "local_temperature",
        "label": "Local temperature",
        "access": 5,
        "type": "numeric",
        "property": "local_temperature",
        "description": "Current temperature measured on the device",
        "unit": "°C"
      },
      {
        "name": "system_mode",
        "label": "System mode",
        "access": 7,
        "type": "enum",
        "property": "system_mode",
        "description": "Mode of this device",
        "values": [
          "off",
          "auto",
          "heat",
          "cool"
        ]
      },
      {
        "name": "fan_mode",
        "label": "Fan mode",
        "access": 7,
        "type": "enum",
        "property": "fan_mode",
        "description": "Mode of the fan",
        "values": [
          "auto",
          "on",
          "smart"
        ]
      },
      {
        "name": "occupied_cooling_setpoint",
        "label": "Occupied cooling setpoint",
        "access": 7,
        "type": "numeric",
        "property": "occupied_cooling_setpoint",
        "description": "Temperature setpoint",
        "unit": "°C",
        "value_max": 30,
        "value_min": 10,
        "value_step": 1
      },
      {
        "name": "local_temperature_calibration",
        "label": "Local temperature calibration",
        "access": 7,
        "type": "numeric",
        "property": "local_temperature_calibration",
        "description": "Offset to add/subtract to the local temperature",
        "unit": "°C",
        "value_max": 12.7,
        "value_min": -12.8,
        "value_step": 0.1
      },
      {
        "name": "pi_heating_demand",
        "label": "PI heating demand",
        "access": 1,
        "type": "numeric",
        "property": "pi_heating_demand",
        "description": "Position of the valve (= demanded heat) where 0% is fully closed and 100% is fully open",
        "unit": "%",
        "value_max": 100,
        "value_min": 0
      }
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related