Skip to the content.

Atlantic Group GW003-AS-IN-TE-FC

Interface Naviclim for Takao air conditioners

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": "programming_operation_mode",
    "label": "Programming operation mode",
    "access": 7,
    "type": "enum",
    "property": "programming_operation_mode",
    "description": "Controls how programming affects the thermostat. Possible values: setpoint (only use specified setpoint), schedule (follow programmed setpoint schedule), schedule_with_preheat (follow programmed setpoint schedule with pre-heating). Changing this value does not clear programmed schedules.",
    "values": [
      "setpoint",
      "schedule",
      "schedule_with_preheat",
      "eco"
    ]
  },
  {
    "type": "climate",
    "features": [
      {
        "name": "local_temperature",
        "label": "Local temperature",
        "access": 5,
        "type": "numeric",
        "property": "local_temperature",
        "description": "Current temperature measured on the device",
        "unit": "°C"
      },
      {
        "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": 18,
        "value_step": 0.5
      },
      {
        "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": 16,
        "value_step": 0.5
      },
      {
        "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": "preset",
        "label": "Preset",
        "access": 3,
        "type": "enum",
        "property": "preset",
        "description": "Mode of this device (similar to system_mode)",
        "values": [
          "activity",
          "boost",
          "eco"
        ]
      },
      {
        "name": "fan_mode",
        "label": "Fan mode",
        "access": 7,
        "type": "enum",
        "property": "fan_mode",
        "description": "Mode of the fan",
        "values": [
          "low",
          "medium",
          "high",
          "auto"
        ]
      },
      {
        "name": "swing_mode",
        "label": "Swing mode",
        "access": 3,
        "type": "enum",
        "property": "swing_mode",
        "description": "Swing mode",
        "values": [
          "on",
          "off"
        ]
      }
    ]
  },
  {
    "name": "quiet_fan",
    "label": "Quiet fan",
    "access": 3,
    "type": "binary",
    "property": "quiet_fan",
    "description": "Fan quiet mode",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "ac_louver_position",
    "label": "Ac louver position",
    "access": 3,
    "type": "enum",
    "property": "ac_louver_position",
    "description": "Ac louver position of this device",
    "values": [
      "quarter_open",
      "half_open",
      "three_quarters_open",
      "fully_open"
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related