Skip to the content.

Alecto SMART-SMOKE10

Smoke detector

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": "smoke_state",
    "label": "Smoke state",
    "access": 1,
    "type": "enum",
    "property": "smoke_state",
    "values": [
      "alarm",
      "normal"
    ]
  },
  {
    "name": "battery_state",
    "label": "Battery state",
    "access": 1,
    "type": "enum",
    "property": "battery_state",
    "values": [
      "low",
      "middle",
      "high"
    ]
  },
  {
    "name": "checking_result",
    "label": "Checking result",
    "access": 1,
    "type": "enum",
    "property": "checking_result",
    "values": [
      "checking",
      "check_success",
      "check_failure",
      "others"
    ]
  },
  {
    "name": "smoke_value",
    "label": "Smoke value",
    "access": 1,
    "type": "numeric",
    "property": "smoke_value"
  },
  {
    "name": "battery",
    "label": "Battery",
    "access": 1,
    "type": "numeric",
    "property": "battery"
  },
  {
    "name": "lifecycle",
    "label": "Lifecycle",
    "access": 1,
    "type": "binary",
    "property": "lifecycle",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "self_checking",
    "label": "Self checking",
    "access": 3,
    "type": "binary",
    "property": "self_checking",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "silence",
    "label": "Silence",
    "access": 3,
    "type": "binary",
    "property": "silence",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related