Skip to the content.

Livolo TI0001-illuminance

Zigbee digital illuminance and sound 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": "noise_detected",
    "label": "Noise detected",
    "access": 1,
    "type": "binary",
    "property": "noise_detected",
    "description": "Indicates whether the device detected noise",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "illuminance",
    "label": "Illuminance",
    "access": 1,
    "type": "numeric",
    "property": "illuminance",
    "description": "Raw measured illuminance",
    "unit": "%",
    "value_max": 100,
    "value_min": 0
  },
  {
    "name": "noise_level",
    "label": "Noise level",
    "access": 1,
    "type": "enum",
    "property": "noise_level",
    "description": "Detected noise level",
    "values": [
      "silent",
      "normal",
      "lively",
      "noisy"
    ]
  },
  {
    "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