Sber SBDV-00199
Model | SBDV-00199 |
Vendor | Sber |
Description | Smart Wall Switch (with neutral, two buttons) |
Exposes | action, switch (state), power_on_behavior, relay_mode, allow_double_click, identify, 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 |
Picture | ![]() |
Notes
Pairing
To put the device in pairing mode, detach button covers and press pairing button for 5 seconds until LEDs start breathing animation, then release pairing button. When pairing process is completed, LEDs 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 duration of identification procedure in seconds (i.e., how long device would flash). Value ranges from 1 to 30 seconds (default 3). The value must be a number with a minimum value of1
and with a with a maximum value of30
state_action
: State actions will also be published as 'action' when true (default false). The value must betrue
orfalse
Exposes
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_switch_1
, hold_switch_2
, single_switch_1
, single_switch_2
, double_switch_1
, double_switch_2
.
Switch (switch_1 endpoint)
The current state of this switch is in the published state under the state_switch_1
property (value is ON
or OFF
). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"state_switch_1": "ON"}
, {"state_switch_1": "OFF"}
or {"state_switch_1": "TOGGLE"}
. To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"state_switch_1": ""}
.
(1) Power-on behavior (enum, switch_1 endpoint)
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_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"power_on_behavior_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"power_on_behavior_switch_1": NEW_VALUE}
. The possible values are: off
, on
, toggle
, previous
.
(1) Relay mode (enum, switch_1 endpoint)
Decoupled mode. Value can be found in the published state on the relay_mode_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"relay_mode_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"relay_mode_switch_1": NEW_VALUE}
. The possible values are: control_relay
, decoupled
.
(1) Allow double clicks (binary, switch_1 endpoint)
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_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"allow_double_click_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"allow_double_click_switch_1": NEW_VALUE}
. If value equals ON
(1) Allow double clicks is ON, if OFF
OFF.
(1) Identify (enum, switch_1 endpoint)
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_switch_1": NEW_VALUE}
. The possible values are: identify
.
(1) LED indication (binary, switch_1 endpoint)
Is LED indicator enabled in ON state. Value can be found in the published state on the led_indicator_on_enable_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_enable_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_enable_switch_1": NEW_VALUE}
. If value equals ON
(1) LED indication is ON, if OFF
OFF.
(1) Hue (numeric, switch_1 endpoint)
Hue of LED in ON state. Value can be found in the published state on the led_indicator_on_h_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_h_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_h_switch_1": NEW_VALUE}
. The minimal value is 0
and the maximum value is 359
. The unit of this value is °
.
(1) Saturation (numeric, switch_1 endpoint)
Saturation of LED in ON state. Value can be found in the published state on the led_indicator_on_s_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_s_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_s_switch_1": NEW_VALUE}
. The minimal value is 0
and the maximum value is 254
.
(1) Brightness (numeric, switch_1 endpoint)
Brightness of LED in ON state. Value can be found in the published state on the led_indicator_on_b_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_b_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_b_switch_1": NEW_VALUE}
. The minimal value is 1
and the maximum value is 254
.
(1) LED indication (binary, switch_1 endpoint)
Is LED indicator enabled in OFF state. Value can be found in the published state on the led_indicator_off_enable_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_enable_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_enable_switch_1": NEW_VALUE}
. If value equals ON
(1) LED indication is ON, if OFF
OFF.
(1) Hue (numeric, switch_1 endpoint)
Hue of LED in OFF state. Value can be found in the published state on the led_indicator_off_h_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_h_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_h_switch_1": NEW_VALUE}
. The minimal value is 0
and the maximum value is 359
. The unit of this value is °
.
(1) Saturation (numeric, switch_1 endpoint)
Saturation of LED in OFF state. Value can be found in the published state on the led_indicator_off_s_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_s_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_s_switch_1": NEW_VALUE}
. The minimal value is 0
and the maximum value is 254
.
(1) Brightness (numeric, switch_1 endpoint)
Brightness of LED in OFF state. Value can be found in the published state on the led_indicator_off_b_switch_1
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_b_switch_1": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_b_switch_1": NEW_VALUE}
. The minimal value is 1
and the maximum value is 254
.
Switch (switch_2 endpoint)
The current state of this switch is in the published state under the state_switch_2
property (value is ON
or OFF
). To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"state_switch_2": "ON"}
, {"state_switch_2": "OFF"}
or {"state_switch_2": "TOGGLE"}
. To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"state_switch_2": ""}
.
(2) Power-on behavior (enum, switch_2 endpoint)
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_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"power_on_behavior_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"power_on_behavior_switch_2": NEW_VALUE}
. The possible values are: off
, on
, toggle
, previous
.
(2) Relay mode (enum, switch_2 endpoint)
Decoupled mode. Value can be found in the published state on the relay_mode_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"relay_mode_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"relay_mode_switch_2": NEW_VALUE}
. The possible values are: control_relay
, decoupled
.
(2) Allow double clicks (binary, switch_2 endpoint)
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_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"allow_double_click_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"allow_double_click_switch_2": NEW_VALUE}
. If value equals ON
(2) Allow double clicks is ON, if OFF
OFF.
(2) Identify (enum, switch_2 endpoint)
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_switch_2": NEW_VALUE}
. The possible values are: identify
.
(2) LED indication (binary, switch_2 endpoint)
Is LED indicator enabled in ON state. Value can be found in the published state on the led_indicator_on_enable_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_enable_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_enable_switch_2": NEW_VALUE}
. If value equals ON
(2) LED indication is ON, if OFF
OFF.
(2) Hue (numeric, switch_2 endpoint)
Hue of LED in ON state. Value can be found in the published state on the led_indicator_on_h_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_h_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_h_switch_2": NEW_VALUE}
. The minimal value is 0
and the maximum value is 359
. The unit of this value is °
.
(2) Saturation (numeric, switch_2 endpoint)
Saturation of LED in ON state. Value can be found in the published state on the led_indicator_on_s_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_s_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_s_switch_2": NEW_VALUE}
. The minimal value is 0
and the maximum value is 254
.
(2) Brightness (numeric, switch_2 endpoint)
Brightness of LED in ON state. Value can be found in the published state on the led_indicator_on_b_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_on_b_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_on_b_switch_2": NEW_VALUE}
. The minimal value is 1
and the maximum value is 254
.
(2) LED indication (binary, switch_2 endpoint)
Is LED indicator enabled in OFF state. Value can be found in the published state on the led_indicator_off_enable_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_enable_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_enable_switch_2": NEW_VALUE}
. If value equals ON
(2) LED indication is ON, if OFF
OFF.
(2) Hue (numeric, switch_2 endpoint)
Hue of LED in OFF state. Value can be found in the published state on the led_indicator_off_h_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_h_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_h_switch_2": NEW_VALUE}
. The minimal value is 0
and the maximum value is 359
. The unit of this value is °
.
(2) Saturation (numeric, switch_2 endpoint)
Saturation of LED in OFF state. Value can be found in the published state on the led_indicator_off_s_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_s_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_s_switch_2": NEW_VALUE}
. The minimal value is 0
and the maximum value is 254
.
(2) Brightness (numeric, switch_2 endpoint)
Brightness of LED in OFF state. Value can be found in the published state on the led_indicator_off_b_switch_2
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"led_indicator_off_b_switch_2": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"led_indicator_off_b_switch_2": NEW_VALUE}
. The minimal value is 1
and the maximum value is 254
.