Skip to the content.

Neo NAS-AB06B2

Outdoor solar alarm

Services and characteristics

The following HomeKit Services and Characteristics are exposed by the Neo NAS-AB06B2

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "alarm_state",
    "label": "Alarm state",
    "access": 1,
    "type": "enum",
    "property": "alarm_state",
    "description": "Alarm status",
    "values": [
      "alarm_sound",
      "alarm_light",
      "alarm_sound_light",
      "normal"
    ]
  },
  {
    "name": "alarm_switch",
    "label": "Alarm switch",
    "access": 3,
    "type": "binary",
    "property": "alarm_switch",
    "description": "Enable alarm",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "tamper_alarm_switch",
    "label": "Tamper alarm switch",
    "access": 3,
    "type": "binary",
    "property": "tamper_alarm_switch",
    "description": "Enable tamper alarm",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "tamper_alarm",
    "label": "Tamper alarm",
    "access": 1,
    "type": "binary",
    "property": "tamper_alarm",
    "description": "Indicates whether the device is tampered",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "alarm_melody",
    "label": "Alarm melody",
    "access": 3,
    "type": "enum",
    "property": "alarm_melody",
    "description": "Alarm sound effect",
    "values": [
      "melody_1",
      "melody_2",
      "melody_3"
    ]
  },
  {
    "name": "alarm_mode",
    "label": "Alarm mode",
    "access": 3,
    "type": "enum",
    "property": "alarm_mode",
    "description": "Alarm mode",
    "values": [
      "alarm_sound",
      "alarm_light",
      "alarm_sound_light"
    ]
  },
  {
    "name": "alarm_time",
    "label": "Alarm time",
    "access": 3,
    "type": "numeric",
    "property": "alarm_time",
    "description": "Alarm duration in minutes",
    "unit": "min",
    "value_max": 60,
    "value_min": 1,
    "value_step": 1
  },
  {
    "name": "charging",
    "label": "Charging",
    "access": 1,
    "type": "binary",
    "property": "charging",
    "description": "Charging status",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "battery",
    "label": "Battery",
    "access": 1,
    "type": "numeric",
    "property": "battery",
    "description": "Remaining battery in %, can take up to 24 hours before reported.",
    "unit": "%",
    "value_max": 100,
    "value_min": 0
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related