Picked up a couple ThirdReality Smart Button devices today.
I’m unable to pair them with SmartThings.
I added one to my Hubitat hub to get the details.
- endpointId: 01
- model: 3RSB22BZ
- application: 10
- manufacturer: Third Reality, Inc
Button supports press, double press, hold, and release based on what the built-in Hubitat driver says.
EDIT: Here are the debug/info logs as produced by Hubitat for the four actions:
2022-09-17 08:54:40.230 am info ThirdReality Button button 1 was pushed
2022-09-17 08:54:40.223 am debug descMap:[raw:AE3B0100120A5500210100, dni:AE3B, endpoint:01, cluster:0012, size:0A, attrId:0055, encoding:21, command:0A, value:0001, clusterInt:18, attrInt:85]
2022-09-17 08:54:40.212 am debug descMap:[raw:catchall: 0104 0006 01 01 0040 00 AE3B 01 00 0000 01 00 , profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:AE3B, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:01, direction:00, data:]2022-09-17 08:55:45.088 am info ThirdReality Button button 1 was doubleTapped
2022-09-17 08:55:45.085 am debug descMap:[raw:AE3B0100120A5500210200, dni:AE3B, endpoint:01, cluster:0012, size:0A, attrId:0055, encoding:21, command:0A, value:0002, clusterInt:18, attrInt:85]
2022-09-17 08:55:45.081 am debug descMap:[raw:catchall: 0104 0006 01 01 0040 00 AE3B 01 00 0000 00 00 , profileId:0104, clusterId:0006, clusterInt:6, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:AE3B, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:00, direction:00, data:]2022-09-17 08:56:11.998 am info ThirdReality Button button 1 was held
2022-09-17 08:56:11.996 am debug descMap:[raw:AE3B0100080800002002, dni:AE3B, endpoint:01, cluster:0008, size:08, attrId:0000, encoding:20, command:0A, value:02, clusterInt:8, attrInt:0]
2022-09-17 08:56:11.996 am debug descMap:[raw:AE3B0100120A5500210000, dni:AE3B, endpoint:01, cluster:0012, size:0A, attrId:0055, encoding:21, command:0A, value:0000, clusterInt:18, attrInt:85]2022-09-17 08:56:13.513 am info ThirdReality Button button 1 was released
2022-09-17 08:56:13.510 am debug descMap:[raw:AE3B0100120A550021FF00, dni:AE3B, endpoint:01, cluster:0012, size:0A, attrId:0055, encoding:21, command:0A, value:00FF, clusterInt:18, attrInt:85]