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)

Sber SBDV-00196

ModelSBDV-00196
VendorSber
DescriptionSmart Wall Switch (with neutral, single button)
Exposesswitch (state), power_on_behavior, allow_double_click, led_indicator_on_enable, led_indicator_on_h, led_indicator_on_s, led_indicator_on_b, led_indicator_off_enable, led_indicator_off_h, led_indicator_off_s, led_indicator_off_b, identify, relay_mode, action
PictureSber SBDV-00196

Notes

Pairing

To put the device in pairing mode, detach button cover and press pairing button for 5 seconds until LED starts breathing animation, then release pairing button. When pairing process is completed, LED animation will stop.

Factory reset

This device resets itself to factory settings when it is removed from the Zigbee network, and this removal is initiated by coordinator (i.e. via frontend or by sending command to zigbee2mqtt/bridge/request/device/remove topic). If device is removed by pressing the pairing button (manual pairing), then its settings will remain intact.

OTA updates

This device supports OTA updates, for more information see OTA updates.

Options

How to use device type specific configuration

  • identify_timeout: Sets the duration of the identification procedure in seconds (i.e., how long the device would flash).The value ranges from 1 to 30 seconds (default: 3). The value must be a number with a minimum value of 1 and with a with a maximum value of 30

  • state_action: State actions will also be published as 'action' when true (default false). The value must be true or false

Exposes

Switch

The current state of this switch is in the published state under the state property (value is ON or OFF). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": "ON"}, {"state": "OFF"} or {"state": "TOGGLE"}. To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"state": ""}.

Power-on behavior (enum)

Controls the behavior when the device is powered on after power loss. Value can be found in the published state on the power_on_behavior property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"power_on_behavior": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"power_on_behavior": NEW_VALUE}. The possible values are: off, on, toggle, previous.

Allow double click (binary)

Allow detection of double clicks, may introduce delay in reaction when enabled. Value can be found in the published state on the allow_double_click property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"allow_double_click": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"allow_double_click": NEW_VALUE}. If value equals ON allow double click is ON, if OFF OFF.

LED indication (binary)

Is LED indicator enabled in ON state. Value can be found in the published state on the led_indicator_on_enable property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_on_enable": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_on_enable": NEW_VALUE}. If value equals ON lED indication is ON, if OFF OFF.

Hue (numeric)

Hue of LED in ON state. Value can be found in the published state on the led_indicator_on_h property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_on_h": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_on_h": NEW_VALUE}. The minimal value is 0 and the maximum value is 359. The unit of this value is °.

Saturation (numeric)

Saturation of LED in ON state. Value can be found in the published state on the led_indicator_on_s property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_on_s": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_on_s": NEW_VALUE}. The minimal value is 0 and the maximum value is 254.

Brightness (numeric)

Brightness of LED in ON state. Value can be found in the published state on the led_indicator_on_b property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_on_b": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_on_b": NEW_VALUE}. The minimal value is 1 and the maximum value is 254.

LED indication (binary)

Is LED indicator enabled in OFF state. Value can be found in the published state on the led_indicator_off_enable property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_off_enable": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_off_enable": NEW_VALUE}. If value equals ON lED indication is ON, if OFF OFF.

Hue (numeric)

Hue of LED in OFF state. Value can be found in the published state on the led_indicator_off_h property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_off_h": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_off_h": NEW_VALUE}. The minimal value is 0 and the maximum value is 359. The unit of this value is °.

Saturation (numeric)

Saturation of LED in OFF state. Value can be found in the published state on the led_indicator_off_s property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_off_s": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_off_s": NEW_VALUE}. The minimal value is 0 and the maximum value is 254.

Brightness (numeric)

Brightness of LED in OFF state. Value can be found in the published state on the led_indicator_off_b property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_indicator_off_b": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_indicator_off_b": NEW_VALUE}. The minimal value is 1 and the maximum value is 254.

Identify (enum)

Initiate device identification. Value will not be published in the state. 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 {"identify": NEW_VALUE}. The possible values are: identify.

Relay mode (enum)

Decoupled mode for button. Value can be found in the published state on the relay_mode property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"relay_mode": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"relay_mode": NEW_VALUE}. The possible values are: control_relay, decoupled.

Action (enum)

Triggered action (e.g. a button click). Value can be found in the published state on the action property. It's not possible to read (/get) or write (/set) this value. The possible values are: hold, single, double.

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