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)

Device commands

All of these commands should be published to zigbee2mqtt/DEVICE NAME/set.

Mute/unmute the device

{"state": "x"} where x is ON for unmute or OFF for mute.

Trigger the siren

{"trigger_siren": {"duration": x}} where x is the time in seconds (1-16777) to sound the siren.

Stop the siren

{"trigger_siren": {"duration": 0}} (a duration of zero stops the siren).

Play a built-in chime sound

{"play_sound": {"sound": "sound_name", "volume": x}} where sound_name is the sound you want to play (list below) and x is the volume (1-100).

Available sounds (sounds with an asterisk are only available on firmware version >= 1.123.13):

  • bleep
  • bounce *
  • bright
  • bright_modern *
  • ding_dong_classic
  • ding_dong_modern
  • ding_dong_xylo
  • echo *
  • fairy *
  • galaxy *
  • glow *
  • hue_default
  • reveal *
  • rise
  • sonar
  • swing
  • triple_beep
  • welcome *
  • westminster_classic
  • westminster_modern

...

Help to make the docu better and edit this page on Github ✌
Last Updated: 11/16/25, 6:34 PM