Skip to the content.

databyte.ch DTB190502A1

CC2530 based IO Board

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": "led_state",
    "label": "Led state",
    "access": 1,
    "type": "binary",
    "property": "led_state",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "key_state",
    "label": "Key state",
    "access": 1,
    "type": "enum",
    "property": "key_state",
    "values": [
      "KEY_SYS",
      "KEY_UP",
      "KEY_DOWN",
      "KEY_NONE"
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related