Skip to the content.

Zen Zen-01-W

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": 0.5
      },
      {
        "name": "occupied_cooling_setpoint",
        "label": "Occupied cooling setpoint",
        "access": 7,
        "type": "numeric",
        "property": "occupied_cooling_setpoint",
        "description": "Temperature setpoint",
        "unit": "°C",
        "value_max": 31,
        "value_min": 10,
        "value_step": 0.5
      },
      {
        "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": "running_state",
        "label": "Running state",
        "access": 5,
        "type": "enum",
        "property": "running_state",
        "description": "The current running state",
        "values": [
          "idle",
          "heat",
          "cool"
        ]
      },
      {
        "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": "fan_mode",
        "label": "Fan mode",
        "access": 7,
        "type": "enum",
        "property": "fan_mode",
        "description": "Mode of the fan",
        "values": [
          "auto",
          "on"
        ]
      }
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related