Zigbee2MQTTZigbee2MQTT
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)

Neo NAS-AB06B2

ModelNAS-AB06B2
VendorNeo
DescriptionOutdoor solar alarm
Exposesalarm_state, alarm_switch, tamper_alarm_switch, tamper_alarm, alarm_melody, alarm_mode, alarm_time, charging, battery
PictureNeo NAS-AB06B2

Exposes

Alarm state (enum)

Alarm status. Value can be found in the published state on the alarm_state property. It's not possible to read (/get) or write (/set) this value. The possible values are: alarm_sound, alarm_light, alarm_sound_light, normal.

Alarm switch (binary)

Enable alarm. Value can be found in the published state on the alarm_switch property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"alarm_switch": NEW_VALUE}. If value equals ON alarm switch is ON, if OFF OFF.

Tamper alarm switch (binary)

Enable tamper alarm. Value can be found in the published state on the tamper_alarm_switch property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"tamper_alarm_switch": NEW_VALUE}. If value equals ON tamper alarm switch is ON, if OFF OFF.

Tamper alarm (binary)

Indicates whether the device is tampered. Value can be found in the published state on the tamper_alarm property. It's not possible to read (/get) or write (/set) this value. If value equals ON tamper alarm is ON, if OFF OFF.

Alarm melody (enum)

Alarm sound effect. Value can be found in the published state on the alarm_melody property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"alarm_melody": NEW_VALUE}. The possible values are: melody_1, melody_2, melody_3.

Alarm mode (enum)

Alarm mode. Value can be found in the published state on the alarm_mode property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"alarm_mode": NEW_VALUE}. The possible values are: alarm_sound, alarm_light, alarm_sound_light.

Alarm time (numeric)

Alarm duration in minutes. Value can be found in the published state on the alarm_time property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"alarm_time": NEW_VALUE}. The minimal value is 1 and the maximum value is 60. The unit of this value is min.

Charging (binary)

Charging status. Value can be found in the published state on the charging property. It's not possible to read (/get) or write (/set) this value. If value equals true charging is ON, if false OFF.

Battery (numeric)

Remaining battery in %, can take up to 24 hours before reported. Value can be found in the published state on the battery property. It's not possible to read (/get) or write (/set) this value. The minimal value is 0 and the maximum value is 100. The unit of this value is %.

Help to make the docu better and edit this page on Github ✌
Last Updated:: 5/22/25, 6:20 PM