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-00202

ModelSBDV-00202
VendorSber
DescriptionSmart Wall Socket
Exposesswitch (state), power_on_behavior, emergency_overvoltage, emergency_undervoltage, emergency_overcurrent, emergency_overheat, identify, device_temperature, child_lock, voltage, current, power, 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, emergency_shutoff_recovery, upper_voltage_threshold, lower_voltage_threshold, upper_current_threshold, temperature_threshold
PictureSber SBDV-00202

Notes

Pairing

To put the device in pairing mode, press button for 10 seconds until LED starts breathing animation, then release 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.

Emergency mode

This device has internal protection logic: it switches OFF (enters emergency mode) when any of monitored parameters (voltage, current or temperature) is off limits. If device enters emergency mode because voltage was too high or too low, then it will return to previous state when voltage is back in normal range. If device entered emergency mode due to overheat or overcurrent, it will stay in OFF state until it is manually switched ON. Periodic measurements are performed internally, and external calibration options (*_calibration) do not apply to the internal protection logic.

OTA updates

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

Options

How to use device type specific configuration

  • device_temperature_calibration: Calibrates the device_temperature value (absolute offset), takes into effect on next report of device. The value must be a number.

  • voltage_calibration: Calibrates the voltage value (percentual offset), takes into effect on next report of device. The value must be a number.

  • voltage_precision: Number of digits after decimal point for voltage, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a with a maximum value of 3

  • current_calibration: Calibrates the current value (percentual offset), takes into effect on next report of device. The value must be a number.

  • current_precision: Number of digits after decimal point for current, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a with a maximum value of 3

  • power_calibration: Calibrates the power value (percentual offset), takes into effect on next report of device. The value must be a number.

  • power_precision: Number of digits after decimal point for power, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of 0 and with a with a maximum value of 3

  • 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.

Emergency overvoltage (binary)

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

Emergency undervoltage (binary)

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

Emergency overcurrent (binary)

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

Emergency overheat (binary)

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

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.

Device temperature (numeric)

Temperature of the device. Value can be found in the published state on the device_temperature property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"device_temperature": ""}. It's not possible to write (/set) this value. The unit of this value is °C.

Child lock (binary)

Enable child lock to prevent manual button operation. Value can be found in the published state on the child_lock property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"child_lock": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"child_lock": NEW_VALUE}. If value equals ON child lock is ON, if OFF OFF.

Voltage (numeric)

Measured electrical potential value. Value can be found in the published state on the voltage property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"voltage": ""}. It's not possible to write (/set) this value. The unit of this value is V.

Current (numeric)

Instantaneous measured electrical current. Value can be found in the published state on the current property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"current": ""}. It's not possible to write (/set) this value. The unit of this value is A.

Power (numeric)

Instantaneous measured power. Value can be found in the published state on the power property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"power": ""}. It's not possible to write (/set) this value. The unit of this value is W.

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.

Emergency shutoff recovery (enum)

Condition of automatic recovery after emergency shutoff. Value can be found in the published state on the emergency_shutoff_recovery property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"emergency_shutoff_recovery": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"emergency_shutoff_recovery": NEW_VALUE}. The possible values are: disabled, voltage_is_good.

Upper voltage threshold (numeric)

Upper voltage threshold. Value can be found in the published state on the upper_voltage_threshold property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"upper_voltage_threshold": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"upper_voltage_threshold": NEW_VALUE}. The minimal value is 230000 and the maximum value is 260000. The unit of this value is mV.

Lower voltage threshold (numeric)

Lower voltage threshold (use with caution). Value can be found in the published state on the lower_voltage_threshold property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"lower_voltage_threshold": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"lower_voltage_threshold": NEW_VALUE}. The minimal value is 100000 and the maximum value is 230000. The unit of this value is mV.

Upper current threshold (numeric)

Upper current threshold. Value can be found in the published state on the upper_current_threshold property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"upper_current_threshold": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"upper_current_threshold": NEW_VALUE}. The minimal value is 100 and the maximum value is 16000. The unit of this value is mA.

Temperature threshold (numeric)

Overtemperature threshold (use with caution). Value can be found in the published state on the temperature_threshold property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"temperature_threshold": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"temperature_threshold": NEW_VALUE}. The minimal value is -200 and the maximum value is 200. The unit of this value is °C.

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