Skip to the content.

MultiTerm ZC0101

ZeeFan fan coil unit controller

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:

[
  {
    "label": "Fan Control",
    "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": [
          "off",
          "low",
          "medium",
          "high",
          "on"
        ]
      }
    ]
  },
  {
    "name": "silent_mode",
    "label": "Silent mode",
    "access": 7,
    "type": "enum",
    "property": "silent_mode",
    "category": "config",
    "values": [
      "inactive",
      "active"
    ]
  },
  {
    "name": "heating_cooling",
    "label": "Heating/Cooling",
    "access": 7,
    "type": "enum",
    "property": "heating_cooling",
    "category": "config",
    "values": [
      "heating",
      "cooling"
    ]
  },
  {
    "name": "electric_valve",
    "label": "Electric Valve",
    "access": 7,
    "type": "enum",
    "property": "electric_valve",
    "category": "config",
    "values": [
      "off",
      "on"
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "category": "diagnostic",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related