Skip to the content.

Lincukoo E04CF-Z10T

Smart gas and CO sensor

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": "gas",
    "label": "Gas",
    "access": 1,
    "type": "numeric",
    "property": "gas",
    "description": "Current Gas Value",
    "unit": "%LEL",
    "value_max": 20,
    "value_min": 0
  },
  {
    "name": "co",
    "label": "CO",
    "access": 1,
    "type": "numeric",
    "property": "co",
    "description": "The measured CO (carbon monoxide) value",
    "unit": "ppm"
  },
  {
    "name": "set_max_gas_alarm",
    "label": "Set max gas alarm",
    "access": 3,
    "type": "numeric",
    "property": "set_max_gas_alarm",
    "description": "Gas alarm value",
    "unit": "%LEL",
    "value_max": 20,
    "value_min": 0.1,
    "value_step": 0.1
  },
  {
    "name": "set_max_co_alarm",
    "label": "Set max co alarm",
    "access": 3,
    "type": "numeric",
    "property": "set_max_co_alarm",
    "description": "CO alarm value",
    "unit": "ppm",
    "value_max": 1000,
    "value_min": 10,
    "value_step": 10
  },
  {
    "name": "gas_sensor_state",
    "label": "Gas sensor state",
    "access": 1,
    "type": "enum",
    "property": "gas_sensor_state",
    "description": "Gas alarm status",
    "values": [
      "normal",
      "alarm"
    ]
  },
  {
    "name": "co_state",
    "label": "Co state",
    "access": 1,
    "type": "enum",
    "property": "co_state",
    "description": "CO alarm status",
    "values": [
      "normal",
      "alarm"
    ]
  },
  {
    "name": "self_checking",
    "label": "Self checking",
    "access": 3,
    "type": "binary",
    "property": "self_checking",
    "description": "self checking",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "checking_result",
    "label": "Checking result",
    "access": 1,
    "type": "enum",
    "property": "checking_result",
    "description": "checking result",
    "values": [
      "checking",
      "check_success",
      "check_failure",
      "others"
    ]
  }
]

Related