






Desertcart purchases this item on your behalf and handles shipping, customs, and support to Solomon Islands.
🔘 One Button, Infinite Smart Possibilities
The THIRDREALITY ZigBee Smart Button is a compact, battery-powered remote control device compatible with major ZigBee hubs like SmartThings and Hubitat. It offers three customizable control actions—press, double press, and hold—to trigger smart home scenes or devices. With easy mounting options and a 3-year battery life, it delivers reliable, low-power wireless control within a 10-meter range. Enhanced by OTA updates and Apple HomeKit compatibility via an optional Smart Bridge, it’s designed for seamless, future-ready smart home integration.











| Additional Features | Ergonomic |
| Asin | B09ZQGZX3G |
| Battery Type | Alkaline |
| Best Sellers Rank | #23,831 in Tools & Home Improvement (See Top 100 in Tools & Home Improvement) #30 in Home Automation Hubs & Controllers |
| Brand | THIRDREALITY |
| Button Quantity | 1 |
| Color | White |
| Compatible Devices | Fan |
| Connectivity Technology | ZigBee |
| Controller Type | Zigbee |
| Customer Reviews | 4.3 4.3 out of 5 stars (732) 4.3 out of 5 stars |
| Item Weight | 1.44 ounces |
| Manufacturer | Third Reality, Inc |
| Maximum Number Of Supported Devices | 1 |
| Maximum Range | 10 meters |
| Mfr Part Number | 850001595575 |
| Model Name | 3RSB022Z |
| Model Number | 850001595575 |
| Number Of Batteries | 2 AAA batteries required. |
| Number Of Items | 1 |
| Number Of Packs | 1 |
| Unit Count | 1 Count |
| Upc | 850001595575 |
User
Solid Buttons
These smart buttons have worked well with my Home Assistant setup. I mainly use them to control lamps with Zigbee smart bulbs, and they're quick to respond and easy to configure for different automations.I don't use them every day since most of my lighting is controlled by Inovelli switches and automations, but they're great to have available. They're especially useful for guests or anyone who just wants a physical button instead of using an app or voice assistant.Setup was simple, battery life has been good, and they've been reliable. If you're looking for an easy way to add physical controls to your smart home, these are a great option.
User
This is the smart button that I imagined
Excellent: comes with batteries, pairs easily with Home Assistant. Comes with stickers, and a pair of adhesive magnetic strips. Works well, comes in colors, connects easily, good ergonomics (good size/shape).
User
Reliable
This is a decent button. Works as described with good battery life. Had it for 8 months and battery still at 90%. I use it with Home Assistant. Deducted 1 star for the style. I prefer a smaller, round button.
User
Easy use, easy setup, and great for home automation
This smart button ended up being way more useful than I expected. Setup with my Zigbee hub and Home Assistant was pretty straightforward and it connected without any issues. I like that there’s no wiring involved, so you can pretty much place it anywhere around the house.The three buttons give you a lot of control since each one can do different actions with a single press, double press, or hold. I currently have mine set up for lights, movie mode, and an all off bedtime routine. Makes things a lot more convenient instead of constantly opening apps on my phone.The buttons feel responsive and the size is compact without looking cheap. Another thing I appreciate is the rechargeable battery so I don’t have to keep swapping out batteries every few months. Solid little addition for anyone building out a smart home setup.
User
Garage Opener: Worked Only When Zigbee Was Always Connected
I am experimenting this smart button as a garage door opener remote. This device connected to my Home Assistant immediately, and easy to incorporate into automation. The blue LED indicator comes on when the button is placed but pretty faint, so it's hard to see the blue light especially during the daytime. While I can open the garage door from the inside the house reliably, but not from outside the house - due to the limited range of zigbee. Since the remote will go offline when the remote is away from the house and need to reconnect to the network, this may be why the remote will not open the garage door immediately. I am still optimizing zigbee network, but beginning to think that my old 90s garage door remote is more reliable and has a better range than zigbee-based remote. I tried another company's zigbee remote, but no better, possibly worse than this one.Update: I ended up using a wifi-based smart button as a garage door opener, which I found it more reliable. Reconnecting to the zigbee network is too slow (I think). I still like using this zigbee button for disarming my blink system and as a smart light switch, in both cases, the button is always connected to my zigbee network at home. Unlike a bluetooth based button used in the same circumstances, this zigbee button works 100% of time.Update 2 (August 2025): Almost a year since I purchased this zigbee remote. I now have three in my house for arming/disarming my blink system and turning on/off my bedroom light. I gave up all smart options (zigbee, bluetooth, wifi buttons) as a garage door remote in the car - I think reconnecting to the home network just takes too long so I went back to the original RF remote. From inside the house, no problem though.
User
Three button model requires advanced configuration in home assistant. Works well once configured
Works well. I was worried about the beep others mentioned but it only beeps when pairing and to indicate full charge. The three button model requires some configuration in home assistant, since it doesn't get identified as a button. You have to make an automation to listen for the ZHA events. Here's a YAML for an automation with blank actions. You can paste it in the yaml editor then add actions in the GUI. The actions go under the conditionsalias: "ZB2 Black Remote"trigger:- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 111id: btn1_single- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 112id: btn1_double- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 113id: btn1_hold- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 121id: btn2_single- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 122id: btn2_double- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 123id: btn2_hold- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 131id: btn3_single- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 132id: btn3_double- platform: eventevent_type: zha_eventevent_data:device_ieee: "c0:00:28:2c:02:b6:2c:d8"command: recallparams:scene_id: 133id: btn3_holdcondition: []action:- choose:- conditions:- condition: triggerid: btn1_singlesequence: []- conditions:- condition: triggerid: btn1_doublesequence: []- conditions:- condition: triggerid: btn1_holdsequence: []- conditions:- condition: triggerid: btn2_singlesequence: []- conditions:- condition: triggerid: btn2_doublesequence: []- conditions:- condition: triggerid: btn2_holdsequence: []- conditions:- condition: triggerid: btn3_singlesequence: []- conditions:- condition: triggerid: btn3_doublesequence: []- conditions:- condition: triggerid: btn3_holdsequence: []mode: single
User
Quit working the first day
Initially it connected to Home Assistant fine as a button with single press, double press, and long press functioning as it should. Within a few hours it stopped working. I reinstalled it only now it wouldn’t recognize it as a button. It said switch, but it would not even function as a switch. No matter what I did or how many times I removed, reset, and reinstalled it, it wouldn’t work. The only good thing about it is that it broke early on where I could return it for a full refund.
User
Reliable, Versatile, and the Perfect Smart Partner!
This THIRDREALITY Zigbee Smart Button is easily one of the most reliable additions to my smart home. It paired instantly with my hub and offers a rock-solid local connection—a lifesaver for controlling lights when the internet goes out. The 3-way control (single, double, and long press) provides great versatility, and I love that it uses standard AAA batteries instead of those annoying coin cells, making maintenance much easier. I’ve specifically paired it with the THIRDREALITY R3 Presence Sensor, and they work perfectly together; while the R3 handles the automated presence detection, the button gives me a quick, tactile way to override scenes or trigger specific routines without needing to use voice commands. It’s compact, responsive, and available in different colors for easy room identification—definitely a 5-star product for any Zigbee-based setup!
User
Cannot be added to Smart Life, Tuya
Cannot connect to Smart Life, Tuya or any other app. Therefore useless.
User
Good value
Superb piece of kit, easy to add to IoT se-up and highly effective and adaptable - recommended
User
Won’t stay synced
I have to re-pair them with Alexa routine almost every time I use them. Such a pain
User
Restricción geografica para mexico/Desprograma
El equipo no funciona directo con alexa aunque tenga zigbee, se ocupa un hub, si estas en mexico tienes que hacer el cambio de pais en ka configuracion de tu alexa, de lo contrario el skill no funcionara, tiene restriccion geografica una vez que lo haces eso funciona muy bien.Cuatro estrellas debido debido a que tengo que usar hub adicional y cambiar zona geografica en alexa.Adicional a esto cada que hay un corte de electricidad hay que configurarse de nuevo.
User
Buenas calidad pero no funciona en todas las aplicaciones
No es compatible con smartthings, no han añadido controlador, aunque lo reconoce no puedes generar rutinas.
Trustpilot
3 weeks ago
1 month ago