Skip to the content.

OWON AC201

HVAC controller/IR blaster

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": "system_mode",
        "label": "System mode",
        "access": 7,
        "type": "enum",
        "property": "system_mode",
        "description": "Mode of this device",
        "values": [
          "off",
          "heat",
          "cool",
          "auto",
          "dry",
          "fan_only"
        ]
      },
      {
        "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": 8,
        "value_step": 1
      },
      {
        "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": 8,
        "value_step": 1
      },
      {
        "name": "ac_louver_position",
        "label": "AC louver position",
        "access": 7,
        "type": "enum",
        "property": "ac_louver_position",
        "description": "AC louver position of this device",
        "values": [
          "fully_open",
          "fully_closed",
          "half_open",
          "quarter_open",
          "three_quarters_open"
        ]
      },
      {
        "name": "local_temperature",
        "label": "Local temperature",
        "access": 5,
        "type": "numeric",
        "property": "local_temperature",
        "description": "Current temperature measured on the device",
        "unit": "°C"
      }
    ]
  },
  {
    "type": "fan",
    "features": [
      {
        "name": "state",
        "label": "State",
        "access": 7,
        "type": "binary",
        "property": "fan_state",
        "description": "On/off state of this fan",
        "value_on": "ON",
        "value_off": "OFF"
      },
      {
        "name": "mode",
        "label": "Mode",
        "access": 7,
        "type": "enum",
        "property": "fan_mode",
        "description": "Mode of this fan",
        "values": [
          "low",
          "medium",
          "high",
          "on",
          "auto"
        ]
      }
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related