Logo
910 SmartCode Electronic Deadbolt
Model 910 manufactured by Kwikset
Zigbee ID: SMARTCODE_DEADBOLT_5_L | SMARTCODE_DEADBOLT_5
910 SmartCode Electronic Deadbolt
Supports:
battery
lock/unlock
Available from:
Amazon.com
Manufacturer:
Kwikset.com
Confirmed working with
If the device is following Zigbee standards it is possible it will work with other gateway solutions, it is just not confirmed as working yet!

Zigbee2Tasmota Notes:

To enable proper lock decode, the following Rule should be added post device connection.

ZbBind {"Device":"<devid>","Endpoint":2,"Cluster":"0x0101"}
Rule1
  on <deviid>#0101?20=0000FFFF00FFFFFFFF00 do publish tele/<bridge>/<devid>/SENSOR {"<devid>":{"state":"faulted"}} endon
  on <deviid>#0101?20=0207FFFF00FFFFFFFF00 do publish tele/<bridge>/<devid>/SENSOR {"<devid>":{"state":"key_lock"}} endon
  on <deviid>#0101?20=0002000000FFFFFFFF00 do publish tele/<bridge>/<devid>/SENSOR {"<devid>":{"state":"key_unlock"}} endon
  on <deviid>#0101?20=020DFFFF00FFFFFFFF00 do publish tele/<bridge>/<devid>/SENSOR {"<devid>":{"state":"manual_lock"}} endon
  on <deviid>#0101?20=020EFFFF00FFFFFFFF00 do publish tele/<bridge>/<devid>/SENSOR {"<devid>":{"state":"manual_unlock"}} endon
Rule1 on

Additionally, on the non _L version, a temperature sensor (mid-lock) is available. Bind as:

ZbBind {"Device":"<devid>","Endpoint":2,"Cluster":"0x0402"}