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

    • Zigbee network
    • Improve network range and stability
    • 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
    • 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)

Tuya TS0601_vibration_alarm_sensor

ModelTS0601_vibration_alarm_sensor
VendorTuya
DescriptionVibration alarm sensor
Exposesalarm_status, sensitivity, dismiss_alarm, silent_mode, battery_state
PictureTuya TS0601_vibration_alarm_sensor
White-labelLincukoo V04-Z20T, Nous E14

Notes

Battery

Uses 2 × AAA battery

Pairing

Press and hold the button for 5s to put the device in pairing mode.
The red LED will flash until it connects.

Button actions

  • Single press
    • if buzzer is ringing: stop buzzer (dismiss current alarm)
    • if buzzer is not ringing: change sensitivity (low/middle/high: 1/2/3 beeps)
  • Double press to mute / unmute alarm (normal: do-re-mi, silent: mi-re-do)
  • Long press to reset

Firmware

  • Device comes with appVersion 80
    (reported in Tuya app as Zigbee module v1.1.0 + MCU v1.0.0)
  • Subscribed to manufacturerCode 4417, imageType 54179

Exposes

Alarm status (enum)

Indicates when vibration is detected. Value can be found in the published state on the alarm_status property. It's not possible to read (/get) or write (/set) this value. The possible values are: normal, alarm.

Sensitivity (enum)

Sensitivity level of the sensor. Value can be found in the published state on the sensitivity 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 {"sensitivity": NEW_VALUE}. The possible values are: low, middle, high.

Dismiss alarm (enum)

Stop the buzzer for the current alarm. Value can be found in the published state on the dismiss_alarm 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 {"dismiss_alarm": NEW_VALUE}. The possible values are: DISMISS.

Silent mode (binary)

Mute the buzzer for all alarms. Value can be found in the published state on the silent_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 {"silent_mode": NEW_VALUE}. If value equals ON silent mode is ON, if OFF OFF.

Battery state (enum)

State of the battery. Value can be found in the published state on the battery_state property. It's not possible to read (/get) or write (/set) this value. The possible values are: low, medium, high.

Help to make the docu better and edit this page on Github ✌
Page was last updated on: 6/9/26, 7:02 PM