Skip to the content.

OWON AC221

AC 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:

[
  {
    "name": "one_key_pairing",
    "label": "One key pairing",
    "access": 2,
    "type": "enum",
    "property": "one_key_pairing",
    "values": [
      "start",
      "end"
    ]
  },
  {
    "name": "one_key_pairing_status",
    "label": "One key pairing status",
    "access": 1,
    "type": "text",
    "property": "one_key_pairing_status",
    "description": "Status of the last one key pairing request command."
  },
  {
    "name": "one_key_pairing_result",
    "label": "One key pairing result",
    "access": 1,
    "type": "text",
    "property": "one_key_pairing_result",
    "description": "Final result of one key pairing process (JSON string, device reported)."
  },
  {
    "name": "pairing_code_current",
    "label": "Pairing code current",
    "access": 5,
    "type": "numeric",
    "property": "pairing_code_current",
    "description": "Currently set pairing code on the device (null if invalid)",
    "unit": "",
    "value_max": 65535,
    "value_min": 0
  },
  {
    "name": "pairing_code",
    "label": "Pairing code",
    "access": 2,
    "type": "text",
    "property": "pairing_code",
    "description": "Manually write pairing code to device  (decimal digits only, e.g. 123456)."
  },
  {
    "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": "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": "mode",
        "label": "Mode",
        "access": 7,
        "type": "enum",
        "property": "fan_mode",
        "description": "Mode of this fan",
        "values": [
          "low",
          "medium",
          "high",
          "on",
          "auto"
        ]
      }
    ]
  }
]

Related