Develco SBTZB-110
Model | SBTZB-110 |
Vendor | Develco |
Description | Smart button |
Exposes | battery, voltage, action, linkquality |
Picture |
Notes
Pairing: Press the button to activate search for network. The Smart Button will start searching (up to 15 minutes) for a Zigbee network to join. • While the device is searching for a Zigbee network to join, the yellow LED flashes. • When the LED stops flashing, the device has successfully joined the Zigbee network. • If the scanning has timed out, a short press on the button will restart it.
Resetting the device:
- Press and hold the button for 10 seconds. Release the button immediately when the LED flashes green. You now have 60 seconds to reset the device.
- Press the button again and hold it.
- While you are holding the button down, the LED flashes yellow once, then two times in a row, and finally numerous times in a row.
- Release the button while the LED is flashing numerous times in a row.
- After you release the button, the LED shows one long flash, and the reset is completed
OTA updates
This device supports OTA updates, for more information see OTA updates.
Exposes
Battery (numeric)
Remaining battery in %. Value can be found in the published state on the battery
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"battery": ""}
. It's not possible to write (/set
) this value. The minimal value is 0
and the maximum value is 100
. The unit of this value is %
.
Voltage (numeric)
Reported battery voltage in millivolts. 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 mV
.
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: single
.
Linkquality (numeric)
Link quality (signal strength). Value can be found in the published state on the linkquality
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 255
. The unit of this value is lqi
.