Skip to the content.

Aqara ZNCWWSQ01LM

Smart pet feeder C1

White-label models

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": "feed",
    "label": "Feed",
    "access": 3,
    "type": "enum",
    "property": "feed",
    "description": "Start feeding",
    "values": [
      "",
      "START"
    ]
  },
  {
    "name": "feeding_source",
    "label": "Feeding source",
    "access": 1,
    "type": "enum",
    "property": "feeding_source",
    "description": "Feeding source",
    "values": [
      "schedule",
      "manual",
      "remote"
    ]
  },
  {
    "name": "feeding_size",
    "label": "Feeding size",
    "access": 1,
    "type": "numeric",
    "property": "feeding_size",
    "description": "Feeding size",
    "unit": "portion"
  },
  {
    "name": "portions_per_day",
    "label": "Portions per day",
    "access": 1,
    "type": "numeric",
    "property": "portions_per_day",
    "description": "Portions per day"
  },
  {
    "name": "weight_per_day",
    "label": "Weight per day",
    "access": 1,
    "type": "numeric",
    "property": "weight_per_day",
    "description": "Weight per day",
    "unit": "g"
  },
  {
    "name": "error",
    "label": "Error",
    "access": 1,
    "type": "binary",
    "property": "error",
    "description": "Indicates whether there is an error with the feeder",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "schedule",
    "label": "Schedule",
    "access": 3,
    "type": "list",
    "property": "schedule",
    "description": "Feeding schedule",
    "item_type": {
      "name": "dayTime",
      "label": "DayTime",
      "access": 3,
      "type": "composite",
      "features": [
        {
          "name": "days",
          "label": "Days",
          "access": 3,
          "type": "enum",
          "property": "days",
          "values": [
            "everyday",
            "workdays",
            "weekend",
            "mon",
            "tue",
            "wed",
            "thu",
            "fri",
            "sat",
            "sun",
            "mon-wed-fri-sun",
            "tue-thu-sat"
          ]
        },
        {
          "name": "hour",
          "label": "Hour",
          "access": 3,
          "type": "numeric",
          "property": "hour"
        },
        {
          "name": "minute",
          "label": "Minute",
          "access": 3,
          "type": "numeric",
          "property": "minute"
        },
        {
          "name": "size",
          "label": "Size",
          "access": 3,
          "type": "numeric",
          "property": "size"
        }
      ]
    }
  },
  {
    "name": "led_indicator",
    "label": "Led indicator",
    "access": 3,
    "type": "binary",
    "property": "led_indicator",
    "description": "Led indicator",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "label": "Child lock",
    "type": "lock",
    "features": [
      {
        "name": "state",
        "label": "State",
        "access": 3,
        "type": "binary",
        "property": "child_lock",
        "description": "Enables/disables physical input on the device",
        "value_on": "LOCK",
        "value_off": "UNLOCK"
      }
    ]
  },
  {
    "name": "mode",
    "label": "Mode",
    "access": 3,
    "type": "enum",
    "property": "mode",
    "description": "Feeding mode",
    "values": [
      "schedule",
      "manual"
    ]
  },
  {
    "name": "serving_size",
    "label": "Serving size",
    "access": 3,
    "type": "numeric",
    "property": "serving_size",
    "description": "One serving size",
    "unit": "portion",
    "value_max": 10,
    "value_min": 1
  },
  {
    "name": "portion_weight",
    "label": "Portion weight",
    "access": 3,
    "type": "numeric",
    "property": "portion_weight",
    "description": "Portion weight",
    "unit": "g",
    "value_max": 20,
    "value_min": 1
  },
  {
    "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